]> git.sesse.net Git - ffmpeg/history - libavcodec/aac_parser.c
Apply changes made in r21308 to svq3.c.
[ffmpeg] / libavcodec / aac_parser.c
2009-05-13 Alex ConverseAllow parsing and decoding of ADTS AAC files with chann...
2009-05-13 Alex ConverseMove the ADTS header size to the parser's header file.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-23 Alex ConverseClose the AAC parse context, discovered by Netgem.
2009-02-13 Alex ConverseCorrectly map ADTS profile_ObjectType to MPEG-4 AOT
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-07 Robert SwainSupport ADTS AAC files in the ffaac decoder (limited...
2008-12-17 Måns RullgårdAAC: fix strict aliasing violation in parser
2008-10-11 Måns Rullgårdaac_parser: fix strict aliasing violation
2008-04-19 Michael NiedermayerAdd new_frame_start and need_next_header.
2008-04-19 Michael NiedermayerChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 Michael Niedermayerremove AACAC3FrameFlag
2008-04-09 Bartlomiej Wolowiecundo changes in aac_ac3_parser
2008-04-07 Bartlomiej WolowiecCorrections of errors in aac_ac3_parser
2008-04-05 Bartlomiej Wolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-04-01 Baptiste Coudurieruse mpeg4audio common code in aac parser
2008-03-28 Bartlomiej Wolowiecremoval of stream_type in AACAC3ParseContext and adding...
2008-03-24 Bartlomiej Wolowiecadding lacking include to aac3_parser.c
2008-03-24 Bartlomiej Wolowiecusing EAC3_STREAM_TYPE_* instead of numbers
2008-03-24 Bartlomiej Wolowiecusing stream type in eac3 parser
2008-03-23 Justin RugglesPass AACAC3ParseContext to sync() instead of individual...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-10-13 Michael Niedermayerprevent infinite loop and memcpy of negative amounts
2007-05-08 Aurelien Jacobscosmetics: rename for consistency after previous aac...
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files