Anton Khirnov
|
254c95cdd1
|
resample: split linear into its own function
|
11 years ago |
Anton Khirnov
|
be394968c8
|
resample: add initial padding explicitly
This simplifies the code, since we do not have to deal with a possibly
negative source index anymore.
|
11 years ago |
Anton Khirnov
|
eed752d61d
|
resample: drop useless abs()
negative sample_index is handled in the block above.
|
11 years ago |
Anton Khirnov
|
3c84f6b5d2
|
resample: reindent
|
11 years ago |
Anton Khirnov
|
f20892eb67
|
resample: split the nearest neighbour path into a separate function pointer
|
11 years ago |
Diego Biurrun
|
aba70bb538
|
Add missing headers to make template files compile (more) standalone
|
11 years ago |
Justin Ruggles
|
6410397600
|
lavr: resampling: add support for s32p, fltp, and dblp internal sample formats
Based partially on implementation by Michael Niedermayer <michaelni@gmx.at> in
libswresample in FFmpeg. See commits:
7f1ae79d38
24ab1abfb6
|
13 years ago |