aacdec: inbuf and inbuf_len are only used in mp3dec()
[paraslash.git] / aacdec.c
2006-05-13 Andreaacdec: inbuf and inbuf_len are only used in mp3dec()
2006-05-13 Andreaacdec: no need to read the offset table.
2006-05-13 AndreFirst version of the aac audio format handler that...
2006-05-12 AndreFirst draft of the aac audio format handler
2006-05-12 AndreMerge branch 'master' into aac
2006-05-10 AndreMerge branch 'master' into aac
2006-05-10 Andreignore zero bit when checking for frame start
2006-05-09 AndreMerge branch 'master' into aac
2006-05-09 Andreaacdec: Do not try to feed invalid buffers to libfaad
2006-05-08 AndreMerge branch 'master' into aac
2006-05-06 AndreMerge branch 'master' into aac
2006-05-06 Andreaacdec: Try do decode raw packets if header was not...
2006-05-05 AndreAdd M. Bakker to CREDITS
2006-05-05 Andreaacdec: Fix some signedness issues
2006-05-05 AndreMerge branch 'master' into aac
2006-05-04 Andreaacdec: kill some dead code
2006-05-04 Andreaacdec: raise min buffer size to 1000 bytes.
2006-05-04 AndreFirst workable version of the aac decoder