aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/resample.c
Commit message (Collapse)AuthorAgeFilesLines
* resample: Fix boundary handling with fragments.Michael Niedermayer2012-03-251-4/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libswresample: introduce int swr_set_compensation() instead of void ↵Marton Balint2012-01-091-4/+20
| | | | | | | | | | swr_compensate() The new version returns AVERROR(EINVAL) is the specified paramters are invalid, and also creates the resampler if none was used so far. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swr: use int16_t instead of short for resampling.Clément Bœsch2011-11-171-2/+2
|
* swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch2011-11-171-5/+5
|
* swr: drop 'AV' prefix from ResampleContext.Clément Bœsch2011-11-171-8/+8
| | | | This type/struct is not part of the public API.
* swr: rename resample2 to resample.Clément Bœsch2011-11-161-0/+352