summaryrefslogtreecommitdiff
path: root/libavcodec/dca_xll.c
Commit message (Collapse)AuthorAge
* dca: Read params->pancABIT0[param_index] only if part0 is setNiels Möller2015-03-17
| | | | Prevent a spurious read from uninitialized memory.
* 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>