summaryrefslogtreecommitdiffstats
path: root/libswresample/resample.c
Commit message (Collapse)AuthorAgeFilesLines
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-111-6/+2
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* resample: support double precission resamplingMichael Niedermayer2012-04-101-0/+29
| | | | | | | This commit is dedicated to the audiophiles who can hear it when a needle is dropped on the moon. Signed-off-by: Michael Niedermayer <[email protected]>
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-101-126/+102
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* resample: update copyright years, they where incorrect.Michael Niedermayer2012-04-101-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* resample: Fix boundary handling with fragments.Michael Niedermayer2012-03-251-4/+4
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* 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 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* 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