Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-01avcodec/ac3: always use hardcoded tablesGanesh Ajjanagadde
2014-01-09Merge commit '4b48201d4d9d57a2a1ecf8504bc928aff83cb99a'Michael Niedermayer
2014-01-09ac3tab.h: #include the correct headersDiego Biurrun
2012-10-19Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer
2012-10-18Add support for building shared libraries with MSVCMartin Storsjö
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-03-30Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard
2011-01-25ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard
2011-01-09Add stereo rematrixing support to the AC-3 encoders.Justin Ruggles
2010-12-14cosmetics: use some size macros in ac3tab.c/hJustin Ruggles
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-04-17ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles
2009-04-17ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-25add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-04-26cosmetics: alignAurelien Jacobs
2007-04-26move ac3 tables from a .h to a .cAurelien Jacobs
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles
2007-03-09Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-03Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles
2006-04-28Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson
2006-04-23Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson
2006-03-06switch ac3enc to av_crcMichael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-06-26make the tables staticAlex Beregszaszi
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-10-28preparing integration of new AC3 decoderFabrice Bellard
2001-07-22Initial revisionFabrice Bellard