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
2013-11-29dca: support mixing LFE in dca_downmix.Tim Walker
2013-11-29dca: improve default stereo downmix coefficients.Tim Walker
2013-11-29dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker
2013-11-29dca: remove embedded downmix coefficient extraction.Tim Walker
2013-11-29dca: convert dca_default_coeffs to float.Tim Walker
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-03-07dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje
2011-09-30dca: NEON optimised high freq VQ decodingMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21dca: pretty-print some tablesMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-13DCA: 16-byte-align lfe_fir tablesMåns Rullgård
2010-04-12DCA: simplify lfe_interpolation_fir()Måns Rullgård
2010-04-11DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.Jai Menon
2010-04-10DCA: align some arraysMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-25fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov
2007-12-03Some spelling fixes in commentsReimar Döffinger
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-05-03use downmixing coefficients in dca decoder.Justin Ruggles
2007-02-27Fix wrong license header.Diego Biurrun
2007-02-27DCA decoderKostya Shishkov