summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde2015-12-241-2/+2
* swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby optionsClément Bœsch2015-12-041-2/+2
* swresample/resample: remove redundant L for floating literalGanesh Ajjanagadde2015-11-151-2/+2
* swresample/resample: increase precision for compensationMichael Niedermayer2015-11-111-0/+4
* swresample/resample: speed up Blackman Nuttall filterGanesh Ajjanagadde2015-11-091-2/+2
* swresample/resample: speed up upsampling by precomputing sinesGanesh Ajjanagadde2015-11-091-4/+17
* swresample/resample: improve bessel function accuracy and speedGanesh Ajjanagadde2015-11-081-27/+98
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-086-8/+8
* swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde2015-11-051-2/+3
* swresample/resample: speed up build_filter by 50%Ganesh Ajjanagadde2015-11-041-4/+40
* swr: do not reject channel layouts that use channel 63wm42015-10-281-4/+4
* all: add const-correctness to qsort comparatorsGanesh Ajjanagadde2015-10-251-3/+3
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-221-2/+2
* swresample/swresample_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-151-0/+4
* swresample: slightly nicer debug output for auto matrixwm42015-10-151-2/+7
* doc/resampler, swresample/options: use proper capitalizationGanesh Ajjanagadde2015-10-102-9/+9
* swresample/resample: manually unroll the main loop in bessel()Michael Niedermayer2015-10-071-3/+5
* swresample/resample: merge first iteration into init in bessel()Michael Niedermayer2015-10-071-3/+4
* x86/audio_convert: fix clobbering of xmm registersJames Almer2015-10-011-61/+61
* swresample/dither_template: Add missing license headerMichael Niedermayer2015-09-271-0/+17
* Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-051-3/+3
* swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer2015-09-031-1/+1
* swresample/swresample-test: Make layouts static constMichael Niedermayer2015-08-301-1/+1
* swresample/dither: use integer arithmeticGanesh Ajjanagadde2015-08-231-1/+1
* x86: move XOP emulation code back to x86incJames Almer2015-08-031-1/+6
* swresample/x86: add missing colon to labelsJames Almer2015-07-262-10/+10
* lswr: Allow 64 channels internally.Carl Eugen Hoyos2015-07-172-2/+2
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-223-2/+5
* swresample/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer2015-06-221-0/+1
* swresample: soxr implementation for swr_get_out_samples()Rob Sykes2015-06-212-4/+31
* swresample/swresample: Print used int_sample_fmtMichael Niedermayer2015-06-211-1/+1
* swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer2015-06-211-1/+7
* swr: Fix ASSERT_LEVEL warningMichael Niedermayer2015-06-081-1/+1
* swresample: fix initilaize/initialize typoClément Bœsch2015-06-061-1/+1
* swresample/resample: fix typosMichael Niedermayer2015-06-041-2/+2
* swresample/swresample: Cleanup on init failure.Michael Niedermayer2015-06-041-10/+24
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-045-4/+75
* libswresample/rematrix: Check for malloc errorsMichael Niedermayer2015-06-041-0/+8
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-033-3/+8
* swresample: Check the return value of resampler->init()Michael Niedermayer2015-06-031-0/+4
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-013-4/+6
* swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker2015-05-131-2/+3
* swresample/dither_template: Do not define macro functions to nothingMichael Niedermayer2015-05-071-2/+2
OpenPOWER on IntegriCloud