| Commit message (Expand) | Author | Age | Files | Lines |
* | libswresample/audioconvert: Fix undefined NULL + 0 | Andreas Rheinhardt | 2021-04-02 | 1 | -2/+2 |
* | Bump Versions before release/4.4 branch | Michael Niedermayer | 2021-03-20 | 1 | -1/+1 |
* | swresample/audioconvert: Fix left shift of negative value | Andreas Rheinhardt | 2020-09-30 | 1 | -1/+1 |
* | swresample/rematrix: handle 22.2 as a 9 channel layout | Jan Ekström | 2020-08-18 | 1 | -1/+1 |
* | swresample/rematrix: treat 22.2 as 5.1 (back) when mixing | Jan Ekström | 2020-08-04 | 1 | -0/+10 |
* | swresample/matrix: switch internal clean_layout function to not drop high bits | Jan Ekström | 2020-08-04 | 1 | -1/+1 |
* | Bump minor versions after branching 4.3n4.4-dev | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | Bump minor versions to separate 4.3 from master | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | swresample/audioconvert: fix invalid left shift for 64bit sample format | Paul B Mahol | 2019-09-26 | 1 | -4/+4 |
* | Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-dev | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | Bump minor versions to separate 4.2 from master | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | swresample/swresample: check for invalid sample rates | Paul B Mahol | 2019-05-26 | 1 | -0/+8 |
* | Bump minor version for master after 4.1 branchpointn4.2-dev | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | Bump minor versions for branching 4.1 | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | swresample/swresample: Fix input channel count in resample_first computation | Michael Niedermayer | 2018-07-26 | 1 | -1/+1 |
* | swresample: Use channel count in rematrix initialization | Marcin Gorzel | 2018-07-26 | 2 | -4/+4 |
* | swresample/arm: rename labels to fix xcode build error | Rahul Chaudhry | 2018-04-28 | 1 | -4/+4 |
* | swresample/arm: remove unintentional relocation. | Rahul Chaudhry | 2018-04-19 | 1 | -2/+4 |
* | Bump minor versions after release/4.0 branchingn4.1-dev | Michael Niedermayer | 2018-04-16 | 1 | -1/+1 |
* | Bump minor versions for branching release/4.0 | Michael Niedermayer | 2018-04-16 | 1 | -2/+2 |
* | swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl... | Hendrik Schreiber | 2018-04-07 | 1 | -1/+1 |
* | swresample/rematrix: fix update of channel matrix if input or output layout i... | Tobias Rapp | 2018-02-19 | 1 | -2/+4 |
* | lswr/rematrix: Support s32p. | Carl Eugen Hoyos | 2017-11-01 | 2 | -6/+15 |
* | lswr/swresample: Mention the actually supported formats when erroring out. | Carl Eugen Hoyos | 2017-10-28 | 1 | -2/+2 |
* | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5' | James Almer | 2017-10-21 | 1 | -2/+2 |
* | Bump version for master after 3.4 branchpointn3.5-dev | Michael Niedermayer | 2017-10-11 | 1 | -1/+1 |
* | Bump minor versions for branching 3.4 | Michael Niedermayer | 2017-10-11 | 1 | -1/+1 |
* | 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 |