summaryrefslogtreecommitdiff
path: root/libavcodec/aac_parser.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* aac_parser: add required padding for GetBitContext bufferJanne Grunau2015-06-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Close the AAC parse context, discovered by Netgem.Alex Converse2009-02-23
* Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse2009-02-13
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-07
* AAC: fix strict aliasing violation in parserMåns Rullgård2008-12-17
* aac_parser: fix strict aliasing violationMåns Rullgård2008-10-11
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-19
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-19
* remove AACAC3FrameFlagMichael Niedermayer2008-04-18
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-09
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-07
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-05
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-01
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-28
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-24
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-24
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-23
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* prevent infinite loop and memcpy of negative amountsMichael Niedermayer2007-10-13
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-08
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08