summaryrefslogtreecommitdiff
path: root/libswresample/resample.c
Commit message (Expand)AuthorAgeFilesLines
* swresample/resample: Remove unnecessary emms_cAndreas Rheinhardt2022-06-141-2/+0
* swresample/resample: Properly empty MMX stateAndreas Rheinhardt2022-06-141-5/+1
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* swresample/resample: Fix flush refelction lengthMichael Niedermayer2017-08-161-3/+6
* 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/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz2017-03-171-1/+1
* swresample/resample: do not allow odd filter_lengthMuhammad Faiz2017-03-091-38/+18
* swresample/resample: use uniform normalizationMuhammad Faiz2017-03-081-7/+7
* 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: do not rebuild filter when sample_delta is zeroMuhammad Faiz2016-12-041-1/+1
* swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz2016-11-251-1/+6
* swresample/resample: fix return value of build_filterMuhammad Faiz2016-10-181-1/+3
* swresample/x86: add support for exact_rationalMuhammad Faiz2016-06-211-2/+0
* swresample/resample: do not increase phase_count on exact_rationalMuhammad Faiz2016-06-171-2/+59
* swresample/resample: add support for odd phase_countMuhammad Faiz2016-06-171-9/+8
* swresample: add exact_rational optionMuhammad Faiz2016-06-131-11/+30
* swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer2016-05-161-4/+4
* swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde2015-12-241-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-081-2/+2
* 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
* 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
* swresample/resample: fix typosMichael Niedermayer2015-06-041-2/+2
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-041-0/+20
* swresample/resample: Fix undefined shiftsMichael Niedermayer2015-03-141-1/+1
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-161-3/+3
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-041-8/+2
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-021-1/+1
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-281-3/+7
* swr: remove div/mod from DSP functions.Ronald S. Bultje2014-06-181-8/+15
* swr: split out DSP functions.Ronald S. Bultje2014-06-141-100/+49
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-141-1/+1
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-141-0/+46
* swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje2014-06-091-0/+2
* swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-021-0/+10
* swresample: add swri_resample_float_avxJames Almer2014-05-161-0/+10
* swresample: add swri_resample_double_sse2James Almer2014-04-251-0/+8
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-04-081-1/+1
* swresample/resample: Limit filter lengthMichael Niedermayer2014-04-081-0/+5
* swresample: add swri_resample_float_sseJames Almer2014-03-201-0/+10
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-181-5/+5
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-161-1/+1