summaryrefslogtreecommitdiff
path: root/libavcodec/lossless_audiodsp.h
Commit message (Collapse)AuthorAge
* avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol2016-05-01
| | | | | | They should really be int16_t. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol2016-04-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* all: Make header guard names consistentTimothy Gu2016-01-31
|
* lavc/lossless_audiodsp: revert various commitsChristophe Gisquet2015-02-07
| | | | | | | Their intent was to make the DSP work with wmalossless pro. The later was fixed to work with the DSP. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/x86/lossless_audiodsp: support len %16 == 8 in ↵Michael Niedermayer2014-11-22
| | | | | | scalarproduct_and_madd_int16() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* apedsp: move to llauddspChristophe Gisquet2014-06-05
APE is not the sole codec using scalarproduct_and_madd_int16. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>