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
2012-12-30aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer
2012-12-30aacdec: simplify dmonoMichael Niedermayer
2012-11-26Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-10-19Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2'Michael Niedermayer
2012-10-18aac: fix build with hardcoded tablesMans Rullgard
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-15aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17aacdec: More robust output configuration.Alex Converse
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse
2011-12-14Support "VLB " audio in NSV files.Reimar Döffinger
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-16Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27aacdec: remove sf_scale and sf_offset.Alex Converse
2011-04-27Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2010-09-10aacdec: Rework channel mapping compatibility hacks.Alex Converse
2010-06-05Whitespace cosmeticsAlex Converse
2010-06-05aac: Move an initialization macro used only by the decoder out of the header.Alex Converse
2010-06-05aacdec: Rename avccontext to avctx.Alex Converse
2010-06-03aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-08Add an HE-AAC v1 decoder.Alex Converse
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård