| Commit message (Expand) | Author | Age | Files | Lines |
* | bessel: check that the function terminates as expected by av_assert2(). | Michael Niedermayer | 2012-08-09 | 1 | -0/+1 |
* | swr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-23 | 1 | -13/+20 |
* | swr: fix MMX resample code, add emms | Michael Niedermayer | 2012-06-30 | 1 | -3/+7 |
* | swr: fix compilation with ancient toolchain that doesnt support SSSE3 | Michael Niedermayer | 2012-06-28 | 1 | -1/+6 |
* | swr: MMX2 & SSSE3 int16 resample core | Michael Niedermayer | 2012-06-28 | 1 | -4/+60 |
* | swr: introduce filter_alloc in preparation of SIMD resample optimisations | Michael Niedermayer | 2012-06-19 | 1 | -9/+11 |
* | swr: add swr_get_delay() to find the exact delay the swresampler introduces. | Michael Niedermayer | 2012-05-18 | 1 | -0/+15 |
* | swr: change sample format representation so as to maintain the planer/packed ... | Michael Niedermayer | 2012-04-28 | 1 | -12/+12 |
* | swr: simplify code by using av_get_bytes_per_sample() | Michael Niedermayer | 2012-04-11 | 1 | -6/+2 |
* | resample: support double precission resampling | Michael Niedermayer | 2012-04-10 | 1 | -0/+29 |
* | swr: support float & int32 in the resampler | Michael Niedermayer | 2012-04-10 | 1 | -126/+102 |
* | resample: update copyright years, they where incorrect. | Michael Niedermayer | 2012-04-10 | 1 | -1/+1 |
* | resample: Fix boundary handling with fragments. | Michael Niedermayer | 2012-03-25 | 1 | -4/+4 |
* | libswresample: introduce int swr_set_compensation() instead of void swr_compe... | Marton Balint | 2012-01-09 | 1 | -4/+20 |
* | 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 |
* | swr: rename resample2 to resample. | Clément Bœsch | 2011-11-16 | 1 | -0/+352 |