| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample/resample_template: Add filter values in parallel | Michael Niedermayer | 2016-12-10 | 1 | -4/+12 |
* | swresample/resample_template: Reorder operations to avoid one addition | Michael Niedermayer | 2016-12-10 | 1 | -6/+9 |
* | swresample: add exact_rational option | Muhammad Faiz | 2016-06-13 | 1 | -8/+22 |
* | swr/resample: use av_clip functions | James Almer | 2015-04-05 | 1 | -2/+2 |
* | swresample/resample_template: Add () to protect the arguments of the OUT() macro | Michael Niedermayer | 2015-02-17 | 1 | -4/+4 |
* | swr: initialize only the necessary resample dsp functions | James Almer | 2014-07-04 | 1 | -3/+9 |
* | Partially revert "swr: add prototypes for resample dsp functions" | James Almer | 2014-07-02 | 1 | -8/+6 |
* | x86/swr: convert resample_{common, linear}_double_sse2 to yasm | James Almer | 2014-07-01 | 1 | -20/+2 |
* | swr: convert resample_common/linear_int16_mmx2/sse2 to yasm. | Ronald S. Bultje | 2014-06-30 | 1 | -19/+4 |
* | swresample/resample_template: move division out of loop for float/double swri... | Michael Niedermayer | 2014-06-30 | 1 | -2/+7 |
* | swresample/resample_template: flip order of operations in swri_resample_linea... | Michael Niedermayer | 2014-06-29 | 1 | -1/+4 |
* | swr: rewrite resample_common/linear_float_sse/avx in yasm. | Ronald S. Bultje | 2014-06-28 | 1 | -11/+1 |
* | swr: remove another forgotten division in DSP function. | Ronald S. Bultje | 2014-06-22 | 1 | -4/+2 |
* | swr: remove div/mod from DSP functions. | Ronald S. Bultje | 2014-06-18 | 1 | -4/+2 |
* | swr: reindent. | Ronald S. Bultje | 2014-06-16 | 1 | -64/+64 |
* | swr: add prototypes for resample dsp functions | James Almer | 2014-06-15 | 1 | -6/+6 |
* | swr: split out DSP functions. | Ronald S. Bultje | 2014-06-14 | 1 | -48/+49 |
* | swr: handle initial negative sample index outside DSP function. | Ronald S. Bultje | 2014-06-14 | 1 | -50/+5 |
* | swr: remove unnecessary assignment. | Ronald S. Bultje | 2014-06-14 | 1 | -1/+0 |
* | swr: handle 64bit overflow check in multiple_resample(). | Ronald S. Bultje | 2014-06-09 | 1 | -2/+1 |
* | swr: move compensation_distance handling to swri_resample caller. | Ronald S. Bultje | 2014-06-02 | 1 | -16/+2 |
* | swr/resample_template: prevent end_index from overflowing and add check for d... | Michael Niedermayer | 2014-06-02 | 1 | -2/+4 |
* | Rewrite main resampling loop (common and linear). | Ronald S. Bultje | 2014-06-02 | 1 | -16/+48 |
* | swresample: add swri_resample_float_avx | James Almer | 2014-05-16 | 1 | -1/+6 |
* | swresample: add swri_resample_double_sse2 | James Almer | 2014-04-25 | 1 | -2/+11 |
* | swresample/resample_template: try to consider src_size more exactly | Michael Niedermayer | 2014-04-15 | 1 | -1/+3 |
* | swresample/resample: simplify index/consumed calculation for the filter = 1 case | Michael Niedermayer | 2014-04-14 | 1 | -2/+2 |
* | swresample/resample: Fix fractional part of index in the filter_size = 1 filt... | Michael Niedermayer | 2014-04-14 | 1 | -1/+1 |
* | swresample/resample: sse float linear interpolation | James Almer | 2014-03-24 | 1 | -0/+1 |
* | swresample/resample: mmx2/sse2 int16 linear interpolation | James Almer | 2014-03-24 | 1 | -0/+7 |
* | swresample: add swri_resample_float_sse | James Almer | 2014-03-20 | 1 | -2/+10 |
* | swresample: reuse COMMON_CORE asm where possible | James Almer | 2014-03-18 | 1 | -2/+7 |
* | swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 | James Almer | 2014-03-18 | 1 | -4/+4 |
* | swr/resample: fix integer overflow, add missing cast | Michael Niedermayer | 2013-02-04 | 1 | -1/+1 |
* | resample: remove disabled debug code | Michael Niedermayer | 2012-12-06 | 1 | -7/+0 |
* | swr/resample: move templating parameters to template itself. | Clément Bœsch | 2012-11-15 | 1 | -0/+67 |
* | swr: move if() block into the only branch where it can be true. | Michael Niedermayer | 2012-11-15 | 1 | -4/+5 |
* | swr: reorder/redesign operations to avoid integer overflow. | Michael Niedermayer | 2012-11-15 | 1 | -6/+17 |
* | swr: MMX2 & SSSE3 int16 resample core | Michael Niedermayer | 2012-06-28 | 1 | -0/+4 |
* | swr: introduce filter_alloc in preparation of SIMD resample optimisations | Michael Niedermayer | 2012-06-19 | 1 | -3/+3 |
* | swr/resample: optimize C code for the most common case | Michael Niedermayer | 2012-06-19 | 1 | -0/+22 |
* | resample_template: use av_assert | Michael Niedermayer | 2012-06-06 | 1 | -1/+1 |
* | swr: support float & int32 in the resampler | Michael Niedermayer | 2012-04-10 | 1 | -0/+113 |