summaryrefslogtreecommitdiff
path: root/libswresample/resample.c
Commit message (Expand)AuthorAge
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-16
* swr/resample: fix filter rounding and cliping for s32Michael Niedermayer2013-02-04
* swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer2013-01-27
* lswr: Improve default resampler's default parametersAlexander Strasser2013-01-04
* swr: Add SOX resampler supportRob Sykes2012-12-11
* swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2012-12-11
* swr: move flush into ResamplerMichael Niedermayer2012-12-11
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-11
* swr/resample: fix SSSE3 included unconditionally.Clément Bœsch2012-11-15
* swr/resample: move templating parameters to template itself.Clément Bœsch2012-11-15
* swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer2012-10-11
* swr/resample: mark mm_flags as potentially unusedMichael Niedermayer2012-09-13
* libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer2012-09-07
* swsresample: Fix unprotected inline asmDerek Buitenhuis2012-09-07
* swr/resample: update SSSE3 flag to new nameMichael Niedermayer2012-09-01
* bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer2012-08-09
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-23
* swr: fix MMX resample code, add emmsMichael Niedermayer2012-06-30
* swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer2012-06-28
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-28
* swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer2012-06-19
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-18
* 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