Make mp3_seek_next_header() more readable.
[paraslash.git] / audiod.c
2006-05-29 Andreaudio: fix handling of sample_rate and channels count.
2006-05-29 AndreMerge branch 'sched'
2006-05-29 Andrecosmetics
2006-05-29 Andremore audiod improvements
2006-05-29 Andreaudiod: remove bogus check_timeouts()
2006-05-29 Andreaudiod: clean up wng_event_handler()
2006-05-29 Andrefix writer node group eof
2006-05-28 Andreaudiod: fix nasty thinko
2006-05-28 AndreMinor random fixes.
2006-05-28 Andretypo
2006-05-28 AndreFix default filter setup
2006-05-28 Andremore small audiod cleanups.
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-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-24 AndreMake para_recv use the new scheduler.
2006-05-23 Andrefirst version of the universal paraslash scheduler
2006-05-17 Andremajor afs cleanup
2006-05-17 Andrefix audiod command line option handling.
2006-05-16 Andregrab: use grab_client_cmdline_parser_string()
2006-05-13 Andrefix audiod decoder flags for aac
2006-05-06 AndreMerge branch 'master' into aac
2006-05-06 Andreaudiod: fix minor memory leak
2006-05-05 AndreMerge branch 'master' into aac
2006-05-04 Andreaudiod: reset max_fileno at each run.
2006-04-19 Andreaudioc.c, audiod.c, server.c: use para_fd_set()
2006-04-18 Andrepara_play -> para_write documentation update
2006-04-16 Andreaudiod: do not use pointers to members of struct timeva...
2006-04-16 Andrefix more struct timeval related warnings
2006-04-16 Andreaudiod: use tv2ms to show the time difference
2006-04-15 Andreremove null termination.
2006-04-15 Andreavoid struct ucred in audiod.c
2006-04-15 AndreRename MIN, MAX, ABS macros
2006-04-15 Andregcc-compat.h: rename __unused to __a_unused
2006-04-10 Andreimproved version of split_args()
2006-04-09 Andrepara_server/para_audiod: new option --group
2006-04-08 Andrenew function: set_stream_fds()
2006-04-07 Andreintroduce mark_fd_nonblock()
2006-04-07 Andreintroduce para_select()
2006-04-07 AndreNew source files: fd.c/fd.h
2006-04-01 AndreMinor audiod mainloop cleanup
2006-03-27 Andrefix grab -V
2006-03-27 Andreaudiod: use the new help text array of gengetopt-2.17
2006-03-27 Andreaudiod: boost the stat command
2006-03-26 Andreaudiod: switch from ringbuffer to statically allocated...
2006-03-26 Andreuse const qualifiers where possible
2006-03-25 Andreaudiod: Kill another unused variable
2006-03-25 Andreaudiod: use set_restart_barrier() instead of duplicatin...
2006-03-11 AndreMerge branch 'dccp'
2006-03-10 Andreaudiod: fix a memory leak in ringbuffer handling
2006-03-09 AndreMerge branch 'no_colon_separators'
2006-03-07 AndreMerge branch 'xf_64_compile_warning_fixes'
2006-03-05 AndreSimplify for_each_line()
2006-03-05 Andreuse %zd instead of %d for size_t
2006-02-20 Andreinitial git commit