summaryrefslogtreecommitdiff
path: root/libavcodec/lossless_audiodsp.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-6/+7
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+2
* avcodec/lossless_audiodsp: Fix undefined overflows in scalarproduct_and_madd_...Michael Niedermayer2020-06-141-1/+1
* avcodec/wmalosslessdec: Use unsigned operations for overflowing casesMichael Niedermayer2016-06-061-2/+2
* lossless audio dsp: unrollChristophe Gisquet2016-05-111-4/+8
* avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol2016-05-011-2/+2
* avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol2016-04-131-0/+14
* apedsp: move to llauddspChristophe Gisquet2014-06-051-0/+49