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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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