ringbuffer.c: fix two typos.
[paraslash.git] / aac_afh.c
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-06-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-06-10 Andre Nollclean up error.h
2007-05-26 Andre Nollfix some signed warnings in aac and mp3 decoders
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-05-19 Andre Nollaac: fix some signedness warnings
2007-03-26 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-03-24 Andre Nollkill some more unneeded includes
2007-03-24 Andre Nollaac_afh.c: Get rid of some superfluous includes
2007-03-24 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-03-24 Andre Nollaac_afh.c: compute bitrate and store it in the new...
2007-03-14 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash into mmap
2007-03-13 Andre Nollkill file parameter from get_file_info of struct audio...
2007-03-12 Andre Nollaac_afh: use the file mapping rather than read()
2007-03-12 Andre Nollfirst draft of the mmap patch series
2007-03-12 Andre NollMerge ../paraslash_meins/paraslash
2007-03-11 Andre Nollcomment out some noisy debug messages
2007-03-11 Andre Nollfix doxygen comment of the init functions of all audio...
2007-03-11 Andre Nollkill close_audio_file handler from struct audio format.
2007-03-11 Andre Nollkill global variable af from all audio format handlers
2007-03-11 Andre Nollaac_afh.c: kill global variables inbuf and inbuf_len
2007-03-11 Andre Nollaac_afh.c: free the inbuffer already in aac_get_file_info()
2007-03-11 Andre Nollaac_afh.c: Kill global variable af
2007-03-11 Andre Nollaac_afh.c: Kill global variable num_chunks
2007-03-11 Andre Nollaac_afh.c: Kill global variable inbuf_size
2007-03-11 Andre Nollintroduce struct audio_format_info
2007-03-04 Andre Nollaac_afh.c: Make "handle" a local variable
2007-03-04 Andre Nollkill the read_chunk handler of struct audio_format...
2007-03-04 Andre Nollmake get_file_info() return the chunk table
2007-03-04 Andre Nollkill the reposition handler in struct audio_format_handler
2007-03-04 Andre Nollunify all audio format handlers
2007-03-04 Andre Nollunify aac and mp3 audio format handlers
2007-02-10 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-10 Andre Nolladd more missing documentation
2007-01-06 Andrerename afs to vss (the virtual streaming system)
2006-07-13 maanMerge branch 'master' into my-osx
2006-06-25 Andreaac: add "mp4" to suffixes for guess_audio_format()
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-05-29 AndreMerge branch 'sched'
2006-05-28 AndreMinor random fixes.
2006-05-17 Andresplit afs.h
2006-05-17 Andreaac audio format handler: fix end of file timeout
2006-05-16 AndreMake aac work with any bitrate.
2006-05-14 Andrestruct audio_format_handler: use proper pointer type...
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 Andreadd a close function for the aac audio format handler.
2006-05-13 AndreKill duplicate para_fread()
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 AndreFirst version of the aac audio format handler that...
2006-05-12 AndreFirst draft of the aac audio format handler