]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/aac_ac3_parser.c
Allow parsing and decoding of ADTS AAC files with channel config = 0
[frescor/ffmpeg.git] / libavcodec / aac_ac3_parser.c
2009-05-13 alexcAllow parsing and decoding of ADTS AAC files with chann...
2009-04-19 jbrAdd channel layout support to the AC-3 decoder and...
2009-02-19 jbrAllow AC-3 parser to modify codec_id.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-10-29 michaelReset state after some frame header is found.
2008-09-22 michaelFix all the recent problems Justin had run into with...
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-04-19 michaelmore correct
2008-04-19 michaelindent
2008-04-19 michael100l I broke AC3 in MPEG seeking.
2008-04-19 michaelpart 1 of EAC3 support
2008-04-19 michaelAdd new_frame_start and need_next_header.
2008-04-19 michaelChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 michaelremove AACAC3FrameFlag
2008-04-09 bwolowiecundo changes in aac_ac3_parser
2008-04-08 bwolowiecCorrection of typo in aac_ac3_parser
2008-04-07 bwolowiecCorrections of errors in aac_ac3_parser
2008-04-05 bwolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-03-28 bwolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-23 jbrPass AACAC3ParseContext to sync() instead of individual...
2008-01-05 jbradd downmixing support to libfaad decoder
2008-01-05 jbrdo not set channels before checking request_channels
2008-01-05 jbradjust output channels based on AVCodecContext.request_...
2008-01-03 jbrcosmetics: indentation after last commit
2008-01-03 jbrremove workaround which is no longer needed due to
2007-10-13 michaelfactorize code and add saftey check to prevent memcpyin...
2007-05-08 aurelcosmetics: rename for consistency after previous aac...
2007-05-08 aurelmove aac and ac3 parsers in their own files