summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.h
Commit message (Expand)AuthorAge
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* dca: Support for XLL (lossless extension)Niels Möller2015-03-15
* dca: Move data tables from a header to an object fileDiego Biurrun2015-02-15
* dca: Add array sizes to array declarationsDiego Biurrun2015-02-15
* dca: Move all tables into dcadata.hDiego Biurrun2015-02-14
* dca: K&R formatting cosmeticsGabriel Dume2014-09-16
* dca: Convert dca_dmixtable to integersNiels Möller2014-05-23
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-28
* dca: support mixing LFE in dca_downmix.Tim Walker2013-11-28
* dca: improve default stereo downmix coefficients.Tim Walker2013-11-28
* dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker2013-11-28
* dca: remove embedded downmix coefficient extraction.Tim Walker2013-11-28
* dca: convert dca_default_coeffs to float.Tim Walker2013-11-28
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje2012-03-07
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dca: pretty-print some tablesMans Rullgard2011-01-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* DCA: 16-byte-align lfe_fir tablesMåns Rullgård2010-04-12
* DCA: simplify lfe_interpolation_fir()Måns Rullgård2010-04-12
* DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.Jai Menon2010-04-11
* DCA: align some arraysMåns Rullgård2010-04-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
* Some spelling fixes in commentsReimar Döffinger2007-12-02
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-02
* Fix wrong license header.Diego Biurrun2007-02-27
* DCA decoderKostya Shishkov2007-02-27