paraslash.git
2006-05-28 Andreaudiod: get rid of all calls to gettimeofday().
2006-05-28 Andreaudiod: split init_stream_io()
2006-05-28 AndreOpen the filters from within audiod_pre_select()
2006-05-28 Andreaudiod: avoid another gettimeofday() call
2006-05-28 Andreaudiod: kill close_writer()
2006-05-28 Andreaudiod: kill some dead code
2006-05-28 Andreintegrate writers into para_audiod
2006-05-28 Andreconfigure.ac: add writer objects to para_audiod.
2006-05-26 Andrepara_write: Own commandline parsers for each writer
2006-05-25 Andreconvert para_audiod to the new scheduler.
2006-05-25 Andreintroduce input_eof and ouput_eof
2006-05-25 Andreconvert para_filter to the new scheduler
2006-05-24 Andrerename struct filter_chain_info to filter_chain
2006-05-24 AndreMake para_recv use the new scheduler.
2006-05-23 Andreerror.h: kill some unused errors
2006-05-23 AndreRename error handler() to event_handler()
2006-05-23 Andresimplify sched: nuke PRE_EOF_IS_ERROR
2006-05-23 Andrecheck_wav: return error on premature end of file.
2006-05-23 AndreMake the wng->eof a pointer.
2006-05-23 Andrefirst version of the universal paraslash scheduler
2006-05-19 Andrefix serious typo
2006-05-18 Andreerror.h: new macro SS_NAME
2006-05-18 Andreafs.c: fix documentation of afs_preselect()
2006-05-17 Andremp3_afh.c/ogg_afh.c: fix doxygen file documentation
2006-05-17 Andrerename mp3.c to mp3_afh.c and ogg.c to ogg_afh.c
2006-05-17 Andresplit afs.h
2006-05-17 Andremajor afs cleanup
2006-05-17 Andreaac audio format handler: fix end of file timeout
2006-05-17 Andrefix audiod command line option handling.
2006-05-17 Andreupdate grab_client_new() documentation
2006-05-16 Andregrab: use grab_client_cmdline_parser_string()
2006-05-16 AndreMake aac work with any bitrate.
2006-05-14 Andreafs.c: Fix 'initialization from incompatible pointer...
2006-05-14 Andrestruct audio_format_handler: use proper pointer type...
2006-05-14 Andreweb/download text update
2006-05-13 Andreimproved info status items for the playlist selector
2006-05-13 Andreimproved info text for the random selector.
2006-05-13 Andrerandom/mysql selector: make it find m4a files
2006-05-13 AndreRename struct audio format to audio_format_handler
2006-05-13 Andrefix audiod decoder flags for aac
2006-05-13 Andrefix init message of the playlist selector.
2006-05-13 Andreadd a close function for the aac audio format handler.
2006-05-13 AndreKill duplicate para_fread()
2006-05-13 Andredocumentation update
2006-05-13 AndreMinor aac cleanup
2006-05-13 Andreaac afh: do not send the huge audio file header
2006-05-13 Andreaac: error cleanup
2006-05-13 Andreaac: add GPL headers to all files
2006-05-13 Andreaac: move aac_find_stsz from aac_common.c to to aac_afh.c
2006-05-13 Andreaac: make find_stco() return the first offset
2006-05-13 AndreSome more aacdec cleanups
2006-05-13 Andreaacdec: Rename some functions
2006-05-13 Andreaacdec: "consumed" is only used in mp4dec()
2006-05-13 Andreaacdec: inbuf and inbuf_len are only used in mp3dec()
2006-05-13 Andreaacdec: no need to read the offset table.
2006-05-13 AndreFirst version of the aac audio format handler that...
2006-05-12 AndreFirst draft of the aac audio format handler
2006-05-12 AndreMerge branch 'master' into aac
2006-05-12 Andrenew codename, reset version to git
2006-05-12 Andrethe paraslash-0.2.12 release tarball
2006-05-12 Andreparaslash 0.2.12 v0.2.12
2006-05-11 AndreTypo
2006-05-10 AndreMerge branch 'master' into aac
2006-05-10 Andreconfigure.ac: Fix mysql configuration
2006-05-10 Andreadd configure options for libfaad
2006-05-10 Andreignore zero bit when checking for frame start
2006-05-09 AndreMerge branch 'master' into aac
2006-05-09 Andreaacdec: Do not try to feed invalid buffers to libfaad
2006-05-09 Andrecosmetics
2006-05-09 Andrecheck barriers also in afs_send_chunk()
2006-05-09 Andreortp_send: Fix EOF packet sending
2006-05-08 AndreMerge branch 'master' into aac
2006-05-08 Andreserver: call afs_send_chunk() even if no timeout occured.
2006-05-06 Andreortp_send: kill useless gettimeofday()
2006-05-06 AndreMerge branch 'master' into aac
2006-05-06 Andrefix error log message
2006-05-06 AndreSend correct http message.
2006-05-06 Andregrab: init gc->audio_format_num to -1
2006-05-06 Andreaudiod: fix minor memory leak
2006-05-06 Andreaacdec: Try do decode raw packets if header was not...
2006-05-05 AndreAdd M. Bakker to CREDITS
2006-05-05 Andreaacdec: Fix some signedness issues
2006-05-05 AndreMerge branch 'master' into aac
2006-05-05 Andrecompress: Adjust forumla for clipping
2006-05-05 AndreDoxify the write subsystem
2006-05-04 Andreaacdec: kill some dead code
2006-05-04 Andreaacdec: raise min buffer size to 1000 bytes.
2006-05-04 Andreaudiod: reset max_fileno at each run.
2006-05-04 AndreFirst workable version of the aac decoder
2006-05-02 Andrecom_upd: always escape the filename
2006-05-02 Andregrab_client: Error out if given an invalid grab mode
2006-05-02 Andrecom_upd: ignore duplicates
2006-05-01 Andrefix trivial compiler warning in net.c
2006-05-01 Andreconfigure: add two mysql-related command line options
2006-05-01 AndreAdd "-I ." to aclocal options
2006-05-01 Andremp3dec: skip invalid frame headers
2006-04-30 Andrenet.c: fix ifdef UCRED madness
2006-04-29 Andreadd a notice message if the expected pattern was not...
2006-04-29 Andre1000 * 1000 microseconds is too much for Darwin
2006-04-28 AndreHTTP_GET_MSG: Do not resist on http 1.0
next