]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/aac_parser.c
Allow parsing and decoding of ADTS AAC files with channel config = 0
[frescor/ffmpeg.git] / libavcodec / aac_parser.c
2009-05-13 alexcAllow parsing and decoding of ADTS AAC files with chann...
2009-05-13 alexcMove the ADTS header size to the parser's header file.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-23 alexcClose the AAC parse context, discovered by Netgem.
2009-02-13 superdumpCorrectly map ADTS profile_ObjectType to MPEG-4 AOT
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-07 superdumpSupport ADTS AAC files in the ffaac decoder (limited...
2008-12-17 mruAAC: fix strict aliasing violation in parser
2008-10-11 mruaac_parser: fix strict aliasing violation
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-07 bwolowiecCorrections of errors in aac_ac3_parser
2008-04-05 bwolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-04-01 bcoudurieruse mpeg4audio common code in aac parser
2008-03-28 bwolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-24 bwolowiecadding lacking include to aac3_parser.c
2008-03-24 bwolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 bwolowiecusing stream type in eac3 parser
2008-03-23 jbrPass AACAC3ParseContext to sync() instead of individual...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2007-10-13 michaelprevent infinite loop and memcpy of negative amounts
2007-05-08 aurelcosmetics: rename for consistency after previous aac...
2007-05-08 aurelmove aac and ac3 parsers in their own files