| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample/resample: Fix flush refelction length | Michael Niedermayer | 2017-08-16 | 1 | -3/+6 |
* | libswresample: check input to swr_convert_frame for NULL | hexpointer | 2017-07-08 | 1 | -3/+4 |
* | libswresample/swresample: remove obsolete code | Michael Niedermayer | 2017-06-27 | 1 | -4/+0 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 4 | -4/+4 |
* | Merge commit '92db5083077a8b0f8e1050507671b456fd155125' | James Almer | 2017-05-04 | 1 | -2/+1 |
* | Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2' | Clément Bœsch | 2017-05-03 | 1 | -1/+1 |
* | Bump versions for master after 3.3n3.4-dev | Michael Niedermayer | 2017-04-02 | 1 | -1/+1 |
* | Bump minor for 3.3 | Michael Niedermayer | 2017-04-02 | 1 | -1/+1 |
* | Bump minor versions for master after release/3.3 branchpoint | Michael Niedermayer | 2017-03-31 | 1 | -1/+1 |
* | Bump minor versions for staring release/3.3 branch | Michael Niedermayer | 2017-03-31 | 1 | -1/+1 |
* | swresample/resample: free existing ResampleContext on reinit | James Almer | 2017-03-21 | 1 | -0/+1 |
* | swresample/resample: move resample_free() higher in the file | James Almer | 2017-03-21 | 1 | -7/+8 |
* | swresample/x86/resample: extend resample_double to support avx and fma3 | Muhammad Faiz | 2017-03-19 | 2 | -3/+22 |
* | swresample/swresample: do not use s32p internally by default when resampling | Muhammad Faiz | 2017-03-18 | 1 | -0/+2 |
* | swresample/resample: do not assert compensation_distance on rebuild_filter | Muhammad Faiz | 2017-03-17 | 1 | -1/+1 |
* | swresample/options: enable linear_interp and exact_rational by default | Muhammad Faiz | 2017-03-17 | 1 | -2/+2 |
* | swresample/swresample: do not reset tsf on swr_alloc_set_opts | Muhammad Faiz | 2017-03-13 | 1 | -3/+0 |
* | swresample/resample: do not allow odd filter_length | Muhammad Faiz | 2017-03-09 | 1 | -38/+18 |
* | swresample/resample: use uniform normalization | Muhammad Faiz | 2017-03-08 | 1 | -7/+7 |
* | lswr/rematrix: Remove an aggressive loop optimization. | Carl Eugen Hoyos | 2017-02-25 | 1 | -3/+4 |
* | 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 |