summaryrefslogtreecommitdiff
path: root/libavcodec/takdsp.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-2/+3
* avcodec/takdsp: Fix integer overflow in decorrelate_sf()Michael Niedermayer2022-04-031-1/+1
* avcodec/takdsp: Fix negative shift in decorrelate_sf()Michael Niedermayer2020-10-101-1/+1
* avcodec/takdec: add x86 SIMD for rest of decorrelation modesPaul B Mahol2015-10-091-0/+82