aboutsummaryrefslogtreecommitdiff
path: root/libswresample/resample_dsp.c
AgeCommit message (Expand)Author
2017-01-13swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron
2016-11-25swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz
2016-05-13swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron
2014-07-04swr: initialize only the necessary resample dsp functionsJames Almer
2014-07-02swr: rename swresample_dsp init functions to swri_resample_dspJames Almer
2014-07-02Partially revert "swr: add prototypes for resample dsp functions"James Almer
2014-06-15swr: add prototypes for resample dsp functionsJames Almer
2014-06-14swr: split out DSP functions.Ronald S. Bultje