summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-131-3/+0
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-131-5/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Close the AAC parse context, discovered by Netgem.Alex Converse2009-02-231-1/+1
* Correctly map ADTS profile_ObjectType to MPEG-4 AOTAlex Converse2009-02-131-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-071-32/+54
* AAC: fix strict aliasing violation in parserMåns Rullgård2008-12-171-3/+6
* aac_parser: fix strict aliasing violationMåns Rullgård2008-10-111-2/+3
* Add new_frame_start and need_next_header.Michael Niedermayer2008-04-191-1/+4
* Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer2008-04-191-3/+3
* remove AACAC3FrameFlagMichael Niedermayer2008-04-181-2/+1
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-091-6/+4
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-071-1/+1
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-051-4/+6
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-011-16/+5
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-281-3/+2
* adding lacking include to aac3_parser.cBartlomiej Wolowiec2008-03-241-0/+1
* using EAC3_STREAM_TYPE_* instead of numbersBartlomiej Wolowiec2008-03-241-1/+1
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-0/+1
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-231-7/+6
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* prevent infinite loop and memcpy of negative amountsMichael Niedermayer2007-10-131-0/+3
* cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs2007-05-081-3/+3
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-081-0/+97
OpenPOWER on IntegriCloud