summaryrefslogtreecommitdiff
path: root/libavresample/resample_template.c
Commit message (Collapse)AuthorAge
* resample: split linear into its own functionAnton Khirnov2014-04-11
|
* resample: add initial padding explicitlyAnton Khirnov2014-04-11
| | | | | This simplifies the code, since we do not have to deal with a possibly negative source index anymore.
* resample: drop useless abs()Anton Khirnov2014-04-11
| | | | negative sample_index is handled in the block above.
* resample: reindentAnton Khirnov2014-04-11
|
* resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-11
|
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
|
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-08
Based partially on implementation by Michael Niedermayer <michaelni@gmx.at> in libswresample in FFmpeg. See commits: 7f1ae79d38c4edba9dbd31d7bf797e525298ac55 24ab1abfb6d55bf330022df4b10d7aec80b3f116