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
2014-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-25avcodec: add missing includesVittorio Giovara
2013-08-12libavcodec/ac3tab.c: Fix duplicate wordsMichael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
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-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-26Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò
2011-01-25Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò
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
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-09-19Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin 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-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
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-09-10cosmeticMichael Niedermayer
2007-04-26move ac3 tables from a .h to a .cAurelien Jacobs