ffmpeg/libswresample
Ronald S. Bultje 7128a35f8c swr: split out DSP functions.
DSP bits of swri_resample go into their own mini-DSP functions; DSP
init goes from a per-call branch in multiple_resample to a proper
DSP init routine; x86 bits go into x86/; swri_resample() moves out of
resample_template.c into resample.c because it's independent of DSP
code or sample type; multiple_resample() is simplified.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-14 20:21:39 +02:00
..
arm
x86 swr: split out DSP functions. 2014-06-14 20:21:39 +02:00
Makefile swr: split out DSP functions. 2014-06-14 20:21:39 +02:00
audioconvert.c
audioconvert.h
dither.c
dither_template.c
libswresample.v
log2_tab.c
noise_shaping_data.c
rematrix.c
rematrix_template.c
resample.c swr: split out DSP functions. 2014-06-14 20:21:39 +02:00
resample.h swr: split out DSP functions. 2014-06-14 20:21:39 +02:00
resample_dsp.c swr: split out DSP functions. 2014-06-14 20:21:39 +02:00
resample_template.c swr: split out DSP functions. 2014-06-14 20:21:39 +02:00
soxr_resample.c swr: handle initial negative sample index outside DSP function. 2014-06-14 14:36:18 +02:00
swresample-test.c fix various typos 2014-06-03 10:58:19 -08:00
swresample.c swr: handle initial negative sample index outside DSP function. 2014-06-14 14:36:18 +02:00
swresample.h swresample: swr_close() 2014-05-15 18:27:23 +02:00
swresample_internal.h swr: handle initial negative sample index outside DSP function. 2014-06-14 14:36:18 +02:00
swresampleres.rc
version.h swresample: swr_close() 2014-05-15 18:27:23 +02:00