summaryrefslogtreecommitdiff
path: root/libswresample
Commit message (Expand)AuthorAge
* swresample/arm: cosmetic fixesMatthieu Bouron2017-01-13
* swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2017-01-13
* swresample/resample: remove swri_resample functionMuhammad Faiz2016-12-14
* swresample/resample: do not allow negative dst_size return valueMuhammad Faiz2016-12-14
* swresample/resample_template: Add filter values in parallelMichael Niedermayer2016-12-10
* swresample/resample_template: Reorder operations to avoid one additionMichael Niedermayer2016-12-10
* swresample/swresample: Check count before memcpy()Michael Niedermayer2016-12-10
* swresample/resample: do not rebuild filter when sample_delta is zeroMuhammad Faiz2016-12-04
* swresample/soxr: fix invalid use of linear_interpMuhammad Faiz2016-11-26
* swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz2016-11-25
* Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-26
* Bump minor versions for 3.2Michael Niedermayer2016-10-26
* swresample/rematrix: Fix float part of swr_set_matrix()Vodyannikov Aleksandr2016-10-26
* swresample/resample: fix return value of build_filterMuhammad Faiz2016-10-18
* swr: Update version & APIChanges for swr_build_matrix()Michael Niedermayer2016-09-27
* swresample: Add swr_build_matrix()Michael Niedermayer2016-09-27
* swresample: Use double and float for matrixes for best quality and speedMichael Niedermayer2016-09-27
* swresample: add int64 sample formatPaul B Mahol2016-08-18
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-18
* swresample: move dither init upMichael Niedermayer2016-08-18
* doxygen: Standardize root-level modulesTimothy Gu2016-08-02
* Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron2016-06-27
* swr: fix time.h includeClément Bœsch2016-06-22
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-22
* swresample/x86: add support for exact_rationalMuhammad Faiz2016-06-21
* swresample/resample: do not increase phase_count on exact_rationalMuhammad Faiz2016-06-17
* swresample/resample: add support for odd phase_countMuhammad Faiz2016-06-17
* swresample: add exact_rational optionMuhammad Faiz2016-06-13
* swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer2016-05-16
* swresample/rematrix: Use clipping s16 rematrixing if overflows are possibleMichael Niedermayer2016-05-15
* swresample/rematrix: Use error diffusion to avoid error in the DC component o...Michael Niedermayer2016-05-15
* swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron2016-05-13
* swresample/swresample: Remove "less than" comparissions of enumsMichael Niedermayer2016-03-22
* x86: use the new helper macros where usefulJames Almer2016-02-14
* all: Make header guard names consistentTimothy Gu2016-01-31
* swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde2015-12-24
* swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby optionsClément Bœsch2015-12-04
* swresample/resample: remove redundant L for floating literalGanesh Ajjanagadde2015-11-15
* swresample/resample: increase precision for compensationMichael Niedermayer2015-11-11
* swresample/resample: speed up Blackman Nuttall filterGanesh Ajjanagadde2015-11-09
* swresample/resample: speed up upsampling by precomputing sinesGanesh Ajjanagadde2015-11-09
* swresample/resample: improve bessel function accuracy and speedGanesh Ajjanagadde2015-11-08
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-08
* swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde2015-11-05
* swresample/resample: speed up build_filter by 50%Ganesh Ajjanagadde2015-11-04
* swr: do not reject channel layouts that use channel 63wm42015-10-28
* all: add const-correctness to qsort comparatorsGanesh Ajjanagadde2015-10-25
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* swresample/swresample_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-15
* swresample: slightly nicer debug output for auto matrixwm42015-10-15