simplify lookup_user()
[paraslash.git] / aac_afh.c
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