Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resample: Fix boundary handling with fragments. | Michael Niedermayer | 2012-03-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | libswresample: introduce int swr_set_compensation() instead of void ↵ | Marton Balint | 2012-01-09 | 1 | -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œsch | 2011-11-17 | 1 | -2/+2 |
| | |||||
* | swr: use "swri_" prefix instead of "swr_" for the private API. | Clément Bœsch | 2011-11-17 | 1 | -5/+5 |
| | |||||
* | swr: drop 'AV' prefix from ResampleContext. | Clément Bœsch | 2011-11-17 | 1 | -8/+8 |
| | | | | This type/struct is not part of the public API. | ||||
* | swr: rename resample2 to resample. | Clément Bœsch | 2011-11-16 | 1 | -0/+352 |