]> git.sesse.net Git - ffmpeg/history - libavcodec/aac_parser.c
amrwbdec: set channels, channel_layout, and sample_rate
[ffmpeg] / libavcodec / aac_parser.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_aac_parse_header().
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-12 Alex ConverseSplit the ADTS header decoder off of the ADTS parser.
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
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