summaryrefslogtreecommitdiffstats
path: root/libswresample/resample.c
Commit message (Expand)AuthorAgeFilesLines
* swr/resample: fix filter rounding and cliping for s32Michael Niedermayer2013-02-041-1/+1
* swr/ build_filter: use av_calloc() fix buffer overflowMichael Niedermayer2013-01-271-1/+1
* lswr: Improve default resampler's default parametersAlexander Strasser2013-01-041-1/+1
* swr: Add SOX resampler supportRob Sykes2012-12-111-1/+2
* swr: add a lowpass default so that each Resampler can have its own default.Rob Sykes2012-12-111-1/+2
* swr: move flush into ResamplerMichael Niedermayer2012-12-111-0/+17
* swr: Add API to make resample engine selectable.Rob Sykes2012-12-111-30/+19
* swr/resample: fix SSSE3 included unconditionally.Clément Bœsch2012-11-151-0/+2
* swr/resample: move templating parameters to template itself.Clément Bœsch2012-11-151-112/+15
* swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer2012-10-111-1/+1
* swr/resample: mark mm_flags as potentially unusedMichael Niedermayer2012-09-131-1/+1
* libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer2012-09-071-3/+3
* swsresample: Fix unprotected inline asmDerek Buitenhuis2012-09-071-2/+2
* swr/resample: update SSSE3 flag to new nameMichael Niedermayer2012-09-011-2/+2
* bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer2012-08-091-0/+1
* swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles2012-07-231-13/+20
* swr: fix MMX resample code, add emmsMichael Niedermayer2012-06-301-3/+7
* swr: fix compilation with ancient toolchain that doesnt support SSSE3Michael Niedermayer2012-06-281-1/+6
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-281-4/+60
* swr: introduce filter_alloc in preparation of SIMD resample optimisationsMichael Niedermayer2012-06-191-9/+11
* swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer2012-05-181-0/+15
* swr: change sample format representation so as to maintain the planer/packed ...Michael Niedermayer2012-04-281-12/+12
* swr: simplify code by using av_get_bytes_per_sample()Michael Niedermayer2012-04-111-6/+2
* resample: support double precission resamplingMichael Niedermayer2012-04-101-0/+29
* swr: support float & int32 in the resamplerMichael Niedermayer2012-04-101-126/+102
* resample: update copyright years, they where incorrect.Michael Niedermayer2012-04-101-1/+1
* resample: Fix boundary handling with fragments.Michael Niedermayer2012-03-251-4/+4
* libswresample: introduce int swr_set_compensation() instead of void swr_compe...Marton Balint2012-01-091-4/+20
* 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
* swr: rename resample2 to resample.Clément Bœsch2011-11-161-0/+352
OpenPOWER on IntegriCloud