summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles6-5/+10
2012-02-10ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2-18/+18
2012-01-21ac3dec: Move center&surround mix level tables to parser.Michael Niedermayer2-20/+20
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov23-122/+106
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov4-5/+5
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
2011-02-16Merge libavcore into libavutilReinhard Tartler121-320/+167
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov14-21/+34
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov14-21/+34
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2-40/+0
2011-01-25Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2-40/+0
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård27-124/+124
2010-07-07ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles1-1/+1
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles8-0/+27
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-02-20Set the correct number of samples for E-AC-3 in the AC3 parser.Justin Ruggles1-1/+1
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-12-17AC3: fix strict aliasing violation in parserMåns Rullgård1-2/+5
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles9-7/+78
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-06-07move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2-18/+18
2008-06-07add more gain levels and adjust mix level tables accordingly.Justin Ruggles2-12/+18
2008-06-07set default mix levels regardless of bitstream idJustin Ruggles1-4/+4
2008-06-07get substreamid from ac3 parserJustin Ruggles3-1/+5
2008-06-07get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles3-6/+9
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec5-0/+70
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec5-64/+56
2008-04-19Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer1-3/+3
2008-04-19Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer1-2/+2
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
[next]