summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/ac3_parser: improve false positive detection when parsing sync framesJames Almer2022-10-261-0/+2
* avcodec/aac_ac3_parser: don't fill stream info in the sync functionJames Almer2022-10-261-11/+1
* lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser2020-08-121-1/+0
* lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao2020-06-261-0/+2
* Merge commit '6258d362b82934a2c27557e0984aed372d98091a'Michael Niedermayer2013-08-281-7/+7
|\
| * ac3: Do not clash with normal AVERRORLuca Barbato2013-08-271-7/+7
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\ \ | |/
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+1
|\ \ | |/
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+1
* Allow AC-3 parser to modify codec_id.Joakim Plate2009-02-191-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-071-0/+10
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-1/+1
* Close parse context.David Liu2008-06-251-1/+1
* add necessary #includes in headersMåns Rullgård2008-05-031-0/+1
* 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/+5
* remove AACAC3FrameFlagMichael Niedermayer2008-04-181-7/+1
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-091-10/+9
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-071-0/+1
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-051-9/+9
* removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec2008-03-281-2/+7
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-0/+1
* Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles2008-03-231-2/+6
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* include all prerequisites in header filesMåns Rullgård2007-06-161-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/+40