summaryrefslogtreecommitdiffstats
path: root/libswresample/resample.c
Commit message (Expand)AuthorAgeFilesLines
* swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde2015-12-241-2/+2
* swresample/resample: remove redundant L for floating literalGanesh Ajjanagadde2015-11-151-2/+2
* swresample/resample: increase precision for compensationMichael Niedermayer2015-11-111-0/+4
* swresample/resample: speed up Blackman Nuttall filterGanesh Ajjanagadde2015-11-091-2/+2
* swresample/resample: speed up upsampling by precomputing sinesGanesh Ajjanagadde2015-11-091-4/+17
* swresample/resample: improve bessel function accuracy and speedGanesh Ajjanagadde2015-11-081-27/+98
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-081-2/+2
* swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde2015-11-051-2/+3
* swresample/resample: speed up build_filter by 50%Ganesh Ajjanagadde2015-11-041-4/+40
* swresample/resample: manually unroll the main loop in bessel()Michael Niedermayer2015-10-071-3/+5
* swresample/resample: merge first iteration into init in bessel()Michael Niedermayer2015-10-071-3/+4
* swresample/resample: fix typosMichael Niedermayer2015-06-041-2/+2
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-041-0/+20
* swresample/resample: Fix undefined shiftsMichael Niedermayer2015-03-141-1/+1
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-161-3/+3
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-041-8/+2
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-021-1/+1
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-281-3/+7
* swr: remove div/mod from DSP functions.Ronald S. Bultje2014-06-181-8/+15
* swr: split out DSP functions.Ronald S. Bultje2014-06-141-100/+49
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-141-1/+1
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-141-0/+46
* swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje2014-06-091-0/+2
* swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-021-0/+10
* swresample: add swri_resample_float_avxJames Almer2014-05-161-0/+10
* swresample: add swri_resample_double_sse2James Almer2014-04-251-0/+8
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-04-081-1/+1
* swresample/resample: Limit filter lengthMichael Niedermayer2014-04-081-0/+5
* swresample: add swri_resample_float_sseJames Almer2014-03-201-0/+10
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-181-5/+5
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-161-1/+1
* 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
OpenPOWER on IntegriCloud