summaryrefslogtreecommitdiffstats
path: root/libavresample/resample_template.c
Commit message (Collapse)AuthorAgeFilesLines
* resample: split linear into its own functionAnton Khirnov2014-04-111-11/+23
|
* resample: add initial padding explicitlyAnton Khirnov2014-04-111-8/+4
| | | | | 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-111-2/+2
| | | | negative sample_index is handled in the block above.
* resample: reindentAnton Khirnov2014-04-111-21/+20
|
* resample: split the nearest neighbour path into a separate function pointerAnton Khirnov2014-04-111-5/+8
|
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+6
|
* lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles2012-07-081-0/+102
Based partially on implementation by Michael Niedermayer <michaelni@gmx.at> in libswresample in FFmpeg. See commits: 7f1ae79d38c4edba9dbd31d7bf797e525298ac55 24ab1abfb6d55bf330022df4b10d7aec80b3f116
OpenPOWER on IntegriCloud