summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for master after 3.3Michael 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
* swresample/swresample: Check count before memcpy()Michael Niedermayer2016-12-101-2/+2
* swresample/resample: do not rebuild filter when sample_delta is zeroMuhammad Faiz2016-12-041-1/+1
* swresample/soxr: fix invalid use of linear_interpMuhammad Faiz2016-11-261-1/+1
* swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz2016-11-255-27/+36
* Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
* Bump minor versions for 3.2Michael Niedermayer2016-10-261-1/+1
* swresample/rematrix: Fix float part of swr_set_matrix()Vodyannikov Aleksandr2016-10-261-4/+2
* swresample/resample: fix return value of build_filterMuhammad Faiz2016-10-181-1/+3
* swr: Update version & APIChanges for swr_build_matrix()Michael Niedermayer2016-09-271-1/+1
* swresample: Add swr_build_matrix()Michael Niedermayer2016-09-272-71/+117
* swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer2016-09-272-2/+12
* swresample: add int64 sample formatPaul B Mahol2016-08-182-1/+24
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-184-1/+9
* swresample: move dither init upMichael Niedermayer2016-08-182-11/+11
* doxygen: Standardize root-level modulesTimothy Gu2016-08-021-3/+2
* Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron2016-06-271-3/+6
* swr: fix time.h includeClément Bœsch2016-06-221-1/+1
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-222-1/+3
* swresample/x86: add support for exact_rationalMuhammad Faiz2016-06-214-50/+46
* swresample/resample: do not increase phase_count on exact_rationalMuhammad Faiz2016-06-172-2/+60
* swresample/resample: add support for odd phase_countMuhammad Faiz2016-06-171-9/+8
* swresample: add exact_rational optionMuhammad Faiz2016-06-1310-30/+78
* swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer2016-05-161-4/+4
* swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer2016-05-152-4/+22
* swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer2016-05-151-3/+9
* swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2016-05-135-2/+199
* swresample/swresample: Remove "less than" comparissions of enumsMichael Niedermayer2016-03-221-4/+4
* x86: use the new helper macros where usefulJames Almer2016-02-142-2/+2
* all: Make header guard names consistentTimothy Gu2016-01-313-8/+8
OpenPOWER on IntegriCloud