summaryrefslogtreecommitdiff
path: root/libavcodec/dcadata.c
Commit message (Collapse)AuthorAge
* dca: Support for XLL (lossless extension)Niels Möller2015-03-15
| | | | | | Cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dca: Document the permuted order in the lfe_fir_64 and lfe_fir_128 tablesNiels Möller2015-03-12
|
* dca: Move data tables from a header to an object fileDiego Biurrun2015-02-15
This allows sharing them with the DCA XLL extension w/o duplication.