summaryrefslogtreecommitdiff
path: root/libswresample/resample_dsp.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-3/+7
* swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2017-01-131-0/+1
* swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz2016-11-251-4/+8
* swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2016-05-131-0/+1
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-041-15/+18
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-021-2/+2
* Partially revert "swr: add prototypes for resample dsp functions"James Almer2014-07-021-21/+8
* swr: add prototypes for resample dsp functionsJames Almer2014-06-151-8/+17
* swr: split out DSP functions.Ronald S. Bultje2014-06-141-0/+69