| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample/resample: remove redundant L for floating literal | Ganesh Ajjanagadde | 2015-11-15 | 1 | -2/+2 |
* | swresample/resample: increase precision for compensation | Michael Niedermayer | 2015-11-11 | 1 | -0/+4 |
* | swresample/resample: speed up Blackman Nuttall filter | Ganesh Ajjanagadde | 2015-11-09 | 1 | -2/+2 |
* | swresample/resample: speed up upsampling by precomputing sines | Ganesh Ajjanagadde | 2015-11-09 | 1 | -4/+17 |
* | swresample/resample: improve bessel function accuracy and speed | Ganesh Ajjanagadde | 2015-11-08 | 1 | -27/+98 |
* | swresample: allow double precision beta value for the Kaiser window | Ganesh Ajjanagadde | 2015-11-08 | 1 | -2/+2 |
* | swresample/resample: speed up build_filter for Blackman-Nuttall filter | Ganesh Ajjanagadde | 2015-11-05 | 1 | -2/+3 |
* | swresample/resample: speed up build_filter by 50% | Ganesh Ajjanagadde | 2015-11-04 | 1 | -4/+40 |
* | swresample/resample: manually unroll the main loop in bessel() | Michael Niedermayer | 2015-10-07 | 1 | -3/+5 |
* | swresample/resample: merge first iteration into init in bessel() | Michael Niedermayer | 2015-10-07 | 1 | -3/+4 |
* | swresample/resample: fix typos | Michael Niedermayer | 2015-06-04 | 1 | -2/+2 |
* | swresample: Add swr_get_out_samples() | Michael Niedermayer | 2015-06-04 | 1 | -0/+20 |
* | swresample/resample: Fix undefined shifts | Michael Niedermayer | 2015-03-14 | 1 | -1/+1 |
* | swresample/resample: fix invert_initial_buffer() after flush | Michael Niedermayer | 2014-10-16 | 1 | -3/+3 |
* | swr: initialize only the necessary resample dsp functions | James Almer | 2014-07-04 | 1 | -8/+2 |
* | swr: rename swresample_dsp init functions to swri_resample_dsp | James Almer | 2014-07-02 | 1 | -1/+1 |
* | swr: move dst_size == 0 handling outside DSP function. | Ronald S. Bultje | 2014-06-28 | 1 | -3/+7 |
* | swr: remove div/mod from DSP functions. | Ronald S. Bultje | 2014-06-18 | 1 | -8/+15 |
* | swr: split out DSP functions. | Ronald S. Bultje | 2014-06-14 | 1 | -100/+49 |
* | swresample/resample: replace assert by av_assert | Michael Niedermayer | 2014-06-14 | 1 | -1/+1 |
* | swr: handle initial negative sample index outside DSP function. | Ronald S. Bultje | 2014-06-14 | 1 | -0/+46 |
* | swr: handle 64bit overflow check in multiple_resample(). | Ronald S. Bultje | 2014-06-09 | 1 | -0/+2 |
* | swr: move compensation_distance handling to swri_resample caller. | Ronald S. Bultje | 2014-06-02 | 1 | -0/+10 |
* | swresample: add swri_resample_float_avx | James Almer | 2014-05-16 | 1 | -0/+10 |
* | swresample: add swri_resample_double_sse2 | James Almer | 2014-04-25 | 1 | -0/+8 |
* | swresample/resample: use av_malloc_array() where appropriate | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | swresample/resample: Limit filter length | Michael Niedermayer | 2014-04-08 | 1 | -0/+5 |
* | swresample: add swri_resample_float_sse | James Almer | 2014-03-20 | 1 | -0/+10 |
* | swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 | James Almer | 2014-03-18 | 1 | -5/+5 |
* | swresample: replace 2 av_free() by av_freep() | Michael Niedermayer | 2013-09-16 | 1 | -1/+1 |
* | swr/resample: fix filter rounding and cliping for s32 | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | swr/ build_filter: use av_calloc() fix buffer overflow | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | lswr: Improve default resampler's default parameters | Alexander Strasser | 2013-01-04 | 1 | -1/+1 |
* | swr: Add SOX resampler support | Rob Sykes | 2012-12-11 | 1 | -1/+2 |
* | swr: add a lowpass default so that each Resampler can have its own default. | Rob Sykes | 2012-12-11 | 1 | -1/+2 |
* | swr: move flush into Resampler | Michael Niedermayer | 2012-12-11 | 1 | -0/+17 |
* | swr: Add API to make resample engine selectable. | Rob Sykes | 2012-12-11 | 1 | -30/+19 |
* | swr/resample: fix SSSE3 included unconditionally. | Clément Bœsch | 2012-11-15 | 1 | -0/+2 |
* | swr/resample: move templating parameters to template itself. | Clément Bœsch | 2012-11-15 | 1 | -112/+15 |
* | swri_resample_init: unsupported sample formats are an internal error. | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | swr/resample: mark mm_flags as potentially unused | Michael Niedermayer | 2012-09-13 | 1 | -1/+1 |
* | libswr: remove redundant ARCH_X86, MMX* implicates X86 | Michael Niedermayer | 2012-09-07 | 1 | -3/+3 |
* | swsresample: Fix unprotected inline asm | Derek Buitenhuis | 2012-09-07 | 1 | -2/+2 |
* | swr/resample: update SSSE3 flag to new name | Michael Niedermayer | 2012-09-01 | 1 | -2/+2 |
* | 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 |