| Commit message (Expand) | Author | Age | Files | Lines |
* | swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon | Matthieu Bouron | 2017-02-16 | 1 | -0/+1 |
* | swresample/arm: cosmetic fixes | Matthieu Bouron | 2017-01-13 | 2 | -22/+22 |
* | swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon | Matthieu Bouron | 2017-01-13 | 5 | -2/+202 |
* | swresample/resample: remove swri_resample function | Muhammad Faiz | 2016-12-14 | 1 | -44/+35 |
* | swresample/resample: do not allow negative dst_size return value | Muhammad Faiz | 2016-12-14 | 1 | -3/+4 |
* | 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/swresample: Check count before memcpy() | Michael Niedermayer | 2016-12-10 | 1 | -2/+2 |
* | swresample/resample: do not rebuild filter when sample_delta is zero | Muhammad Faiz | 2016-12-04 | 1 | -1/+1 |
* | swresample/soxr: fix invalid use of linear_interp | Muhammad Faiz | 2016-11-26 | 1 | -1/+1 |
* | swresample/resample: optimize exact_rational=on:linear_interp=on case | Muhammad Faiz | 2016-11-25 | 5 | -27/+36 |
* | Bump minor versions after 3.2 branchpoint to seperate release | Michael Niedermayer | 2016-10-26 | 1 | -1/+1 |
* | Bump minor versions for 3.2 | Michael Niedermayer | 2016-10-26 | 1 | -1/+1 |
* | swresample/rematrix: Fix float part of swr_set_matrix() | Vodyannikov Aleksandr | 2016-10-26 | 1 | -4/+2 |
* | swresample/resample: fix return value of build_filter | Muhammad Faiz | 2016-10-18 | 1 | -1/+3 |
* | swr: Update version & APIChanges for swr_build_matrix() | Michael Niedermayer | 2016-09-27 | 1 | -1/+1 |
* | swresample: Add swr_build_matrix() | Michael Niedermayer | 2016-09-27 | 2 | -71/+117 |
* | swresample: Use double and float for matrixes for best quality and speed | Michael Niedermayer | 2016-09-27 | 2 | -2/+12 |
* | swresample: add int64 sample format | Paul B Mahol | 2016-08-18 | 2 | -1/+24 |
* | swresample: Skip over dither steps if dithering scale is 0 | Michael Niedermayer | 2016-08-18 | 4 | -1/+9 |
* | swresample: move dither init up | Michael Niedermayer | 2016-08-18 | 2 | -11/+11 |
* | doxygen: Standardize root-level modules | Timothy Gu | 2016-08-02 | 1 | -3/+2 |
* | Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24' | Matthieu Bouron | 2016-06-27 | 1 | -3/+6 |
* | swr: fix time.h include | Clément Bœsch | 2016-06-22 | 1 | -1/+1 |
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' | Clément Bœsch | 2016-06-22 | 2 | -1/+3 |
* | swresample/x86: add support for exact_rational | Muhammad Faiz | 2016-06-21 | 4 | -50/+46 |
* | swresample/resample: do not increase phase_count on exact_rational | Muhammad Faiz | 2016-06-17 | 2 | -2/+60 |
* | swresample/resample: add support for odd phase_count | Muhammad Faiz | 2016-06-17 | 1 | -9/+8 |
* | swresample: add exact_rational option | Muhammad Faiz | 2016-06-13 | 10 | -30/+78 |
* | swresample/resample: Fix division by 0 with tap_count=1 | Michael Niedermayer | 2016-05-16 | 1 | -4/+4 |
* | swresample/rematrix: Use clipping s16 rematrixing if overflows are possible | Michael Niedermayer | 2016-05-15 | 2 | -4/+22 |
* | swresample/rematrix: Use error diffusion to avoid error in the DC component o... | Michael Niedermayer | 2016-05-15 | 1 | -3/+9 |
* | swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon | Matthieu Bouron | 2016-05-13 | 5 | -2/+199 |
* | swresample/swresample: Remove "less than" comparissions of enums | Michael Niedermayer | 2016-03-22 | 1 | -4/+4 |
* | x86: use the new helper macros where useful | James Almer | 2016-02-14 | 2 | -2/+2 |
* | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 3 | -8/+8 |
* | swr/resample: use av_clip_int16 instead of av_clip | Ganesh Ajjanagadde | 2015-12-24 | 1 | -2/+2 |
* | swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby options | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | 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 | 6 | -8/+8 |
* | 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 |
* | swr: do not reject channel layouts that use channel 63 | wm4 | 2015-10-28 | 1 | -4/+4 |
* | all: add const-correctness to qsort comparators | Ganesh Ajjanagadde | 2015-10-25 | 1 | -3/+3 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -2/+2 |
* | swresample/swresample_internal: add av_warn_unused_result | Ganesh Ajjanagadde | 2015-10-15 | 1 | -0/+4 |