summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-19Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer17-34/+81
2012-10-18Add support for building shared libraries with MSVCMartin Storsjö7-13/+41
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-30Merge remote-tracking branch 'newdev/master'Michael Niedermayer15-121/+132
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard9-57/+71
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-26ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard1-1/+0
2011-01-25ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard1-1/+0
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
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-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
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-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
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-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-04-25cosmetics: alignAurelien Jacobs1-5/+5
2007-04-25move ac3 tables from a .h to a .cAurelien Jacobs5-250/+284
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles4-12/+42
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles5-65/+42
2007-03-09Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles4-208/+34
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-09-03Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles2-2/+2
2006-04-28Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson2-50/+38
2006-04-22Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson2-38/+50
2006-03-06switch ac3enc to av_crcMichael Niedermayer3-34/+5
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2004-06-26make the tables staticAlex Beregszaszi1-9/+9
2003-03-06per file doxyMichael Niedermayer66-27/+342
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2002-10-28preparing integration of new AC3 decoderFabrice Bellard4-121/+206
2001-07-22Initial revisionFabrice Bellard80-0/+31513