aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/takdsp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/takdsp: fix const correctnessJames Almer2023-12-221-3/+3
* lavc/takdsp: R-V V decorrelate_lssunyuechi2023-12-211-1/+3
* avcodec/takdsp: Fix integer overflowsMichael Niedermayer2023-06-181-6/+6
* 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