summaryrefslogtreecommitdiff
path: root/libswresample/resample.c
Commit message (Expand)AuthorAge
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-28
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-11
* resample: support double precission resamplingMichael Niedermayer2012-04-10
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-10
* resample: update copyright years, they where incorrect.Michael Niedermayer2012-04-10
* resample: Fix boundary handling with fragments.Michael Niedermayer2012-03-25
* libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-09
* swr: use int16_t instead of short for resampling.Clément Bœsch2011-11-17
* swr: use "swri_" prefix instead of "swr_" for the private API.Clément Bœsch2011-11-17
* swr: drop 'AV' prefix from ResampleContext.Clément Bœsch2011-11-17
* swr: rename resample2 to resample.Clément Bœsch2011-11-16