summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-12libavcodec/ac3tab.c: Fix duplicate wordsMichael Niedermayer1-1/+1
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-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
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-2310/+1222
2011-05-24ac3enc: add channel coupling supportJustin Ruggles10-179/+787
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer31-154/+345
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles11-36/+210
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-01-26Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2-5/+6
2011-01-25Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2-5/+6
2011-01-08Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles9-34/+152
2010-12-14cosmetics: use some size macros in ac3tab.c/hJustin Ruggles3-8/+9
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini14-101/+109
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-09-19Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles1-2/+2
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles8-0/+27
2009-04-17ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles3-7/+23
2009-04-17ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles3-3/+22
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles16-32/+32
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec5-0/+70
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles6-55/+55
2007-09-10cosmeticMichael Niedermayer1-26/+26
2007-04-25move ac3 tables from a .h to a .cAurelien Jacobs5-250/+284