summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
...
* swresample/matrix: switch internal clean_layout function to not drop high bitsJan Ekström2020-08-041-1/+1
* Bump minor versions after branching 4.3n4.4-devMichael Niedermayer2020-06-081-1/+1
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-081-1/+1
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* swresample/audioconvert: fix invalid left shift for 64bit sample formatPaul B Mahol2019-09-261-4/+4
* Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-devMichael Niedermayer2019-07-211-1/+1
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-211-1/+1
* swresample/swresample: check for invalid sample ratesPaul B Mahol2019-05-261-0/+8
* Bump minor version for master after 4.1 branchpointn4.2-devMichael Niedermayer2018-11-021-1/+1
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-021-1/+1
* swresample/swresample: Fix input channel count in resample_first computationMichael Niedermayer2018-07-261-1/+1
* swresample: Use channel count in rematrix initializationMarcin Gorzel2018-07-262-4/+4
* swresample/arm: rename labels to fix xcode build errorRahul Chaudhry2018-04-281-4/+4
* swresample/arm: remove unintentional relocation.Rahul Chaudhry2018-04-191-2/+4
* Bump minor versions after release/4.0 branchingn4.1-devMichael Niedermayer2018-04-161-1/+1
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-2/+2
* swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber2018-04-071-1/+1
* swresample/rematrix: fix update of channel matrix if input or output layout i...Tobias Rapp2018-02-191-2/+4
* lswr/rematrix: Support s32p.Carl Eugen Hoyos2017-11-012-6/+15
* lswr/swresample: Mention the actually supported formats when erroring out.Carl Eugen Hoyos2017-10-281-2/+2
* Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-2/+2
* Bump version for master after 3.4 branchpointn3.5-devMichael Niedermayer2017-10-111-1/+1
* Bump minor versions for branching 3.4Michael Niedermayer2017-10-111-1/+1
* swresample/resample: Fix flush refelction lengthMichael Niedermayer2017-08-161-3/+6
* libswresample: check input to swr_convert_frame for NULLhexpointer2017-07-081-3/+4
* libswresample/swresample: remove obsolete codeMichael Niedermayer2017-06-271-4/+0
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-214-4/+4
* Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer2017-05-041-2/+1
* Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch2017-05-031-1/+1
* Bump versions for master after 3.3n3.4-devMichael Niedermayer2017-04-021-1/+1
* Bump minor for 3.3Michael Niedermayer2017-04-021-1/+1
* Bump minor versions for master after release/3.3 branchpointMichael Niedermayer2017-03-311-1/+1
* Bump minor versions for staring release/3.3 branchMichael Niedermayer2017-03-311-1/+1
* swresample/resample: free existing ResampleContext on reinitJames Almer2017-03-211-0/+1
* swresample/resample: move resample_free() higher in the fileJames Almer2017-03-211-7/+8
* swresample/x86/resample: extend resample_double to support avx and fma3Muhammad Faiz2017-03-192-3/+22
* swresample/swresample: do not use s32p internally by default when resamplingMuhammad Faiz2017-03-181-0/+2
* swresample/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz2017-03-171-1/+1
* swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz2017-03-171-2/+2
* swresample/swresample: do not reset tsf on swr_alloc_set_optsMuhammad Faiz2017-03-131-3/+0
* swresample/resample: do not allow odd filter_lengthMuhammad Faiz2017-03-091-38/+18
* swresample/resample: use uniform normalizationMuhammad Faiz2017-03-081-7/+7
* lswr/rematrix: Remove an aggressive loop optimization.Carl Eugen Hoyos2017-02-251-3/+4
* swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neonMatthieu Bouron2017-02-161-0/+1
* swresample/arm: cosmetic fixesMatthieu Bouron2017-01-132-22/+22
* swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2017-01-135-2/+202
* swresample/resample: remove swri_resample functionMuhammad Faiz2016-12-141-44/+35
* swresample/resample: do not allow negative dst_size return valueMuhammad Faiz2016-12-141-3/+4
* swresample/resample_template: Add filter values in parallelMichael Niedermayer2016-12-101-4/+12
* swresample/resample_template: Reorder operations to avoid one additionMichael Niedermayer2016-12-101-6/+9