Merge ../paraslash.fml/paraslash
[paraslash.git] / audiod.c
2006-09-29 Andre NollMerge commit /fml/ag-raetsch/home/maan/tmp/paraslash_me...
2006-09-28 AndreMerge ../paraslash.fml/paraslash
2006-09-24 Andrenew audiod option: clock_diff_count
2006-09-09 Andre Nollaudiod: Make audio_formats[] dynamic
2006-08-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash/ into...
2006-07-13 Andreaudiod: introduce last_status_read, kill af_status
2006-07-13 maanMerge branch 'master' into my-osx
2006-07-03 Andreaudiod: always dump the audio status
2006-06-25 AndreDon't exit if there are no more empty slots
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-06-22 Andreaudiod: fix receiver restart delay
2006-06-20 Andreaudiod: parse receiver arguments in reverse order
2006-06-17 Andrefix audiod stream delay
2006-06-15 Andreadd documentation of struct signal_task
2006-06-15 Andreaudiod: make signal handling functions static
2006-06-15 Andredoxify client.h
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreintegrate para_client into para_audiod
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreaudiod clean_exit(): Only check status fd once
2006-06-13 Andremark all fds used for select() as non-blocking
2006-06-13 Andreget rid of init_shed()
2006-06-08 maanMerge branch 'master' into my-osx
2006-06-08 Andreaudiod: move af_status to struct status_task.
2006-06-07 Andresplit audiod
2006-06-06 Andreaudiod: kill is_frozen() test
2006-06-05 Andresimplify writer node group
2006-06-05 Andresched: nuke "flag" field of struct task
2006-06-05 Andredo not ignore SIGPIPE
2006-06-04 AndreMore audiod fixes
2006-06-04 Andresome audiod fixes
2006-06-01 Andresched/audiod feature: task list and kill
2006-05-31 AndreFix wng_open error handling.
2006-05-30 Andrefix audiod on/off/sb commands
2006-05-30 Andremore audiod fixes
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