summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-08-28Merge commit '6258d362b82934a2c27557e0984aed372d98091a'Michael Niedermayer1-7/+7
2013-08-27ac3: Do not clash with normal AVERRORLuca Barbato1-7/+7
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-82/+119
2011-11-25Make channel layout masks unsignedMans Rullgard21-39/+39
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer22-31/+190
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles8-3/+29
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles8-0/+27
2009-02-19Allow AC-3 parser to modify codec_id.Joakim Plate3-0/+8
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse5-28/+31
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles16-32/+32
2008-06-25Close parse context.David Liu2-2/+2
2008-05-03add necessary #includes in headersMåns Rullgård4-0/+7
2008-04-19Add new_frame_start and need_next_header.Michael Niedermayer4-4/+14
2008-04-19Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer4-46/+43
2008-04-18remove AACAC3FrameFlagMichael Niedermayer4-23/+4
2008-04-09undo changes in aac_ac3_parserBartlomiej Wolowiec4-61/+61
2008-04-07Corrections of errors in aac_ac3_parserBartlomiej Wolowiec4-3/+11
2008-04-05change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec4-61/+53
2008-03-28removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlagBartlomiej Wolowiec4-7/+24
2008-03-24using stream type in eac3 parserBartlomiej Wolowiec6-1/+18
2008-03-23Pass AACAC3ParseContext to sync() instead of individual arguments. Patch byJustin Ruggles4-24/+25
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-05-08cosmetics: rename for consistency after previous aac and ac3 parsers moveAurelien Jacobs4-11/+11
2007-05-08move aac and ac3 parsers in their own filesAurelien Jacobs9-314/+433