First version of the aac audio format handler that kinda works.
[paraslash.git] / audiod.c
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