summaryrefslogtreecommitdiff
path: root/libswresample/resample.c
Commit message (Expand)AuthorAge
* swresample/resample: Remove unnecessary emms_cAndreas Rheinhardt2022-06-14
* swresample/resample: Properly empty MMX stateAndreas Rheinhardt2022-06-14
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* swresample/resample: Fix flush refelction lengthMichael Niedermayer2017-08-16
* swresample/resample: free existing ResampleContext on reinitJames Almer2017-03-21
* swresample/resample: move resample_free() higher in the fileJames Almer2017-03-21
* swresample/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz2017-03-17
* swresample/resample: do not allow odd filter_lengthMuhammad Faiz2017-03-09
* swresample/resample: use uniform normalizationMuhammad Faiz2017-03-08
* swresample/resample: remove swri_resample functionMuhammad Faiz2016-12-14
* swresample/resample: do not allow negative dst_size return valueMuhammad Faiz2016-12-14
* swresample/resample: do not rebuild filter when sample_delta is zeroMuhammad Faiz2016-12-04
* swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz2016-11-25
* swresample/resample: fix return value of build_filterMuhammad Faiz2016-10-18
* 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
* swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde2015-12-24
* 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
* swresample/resample: manually unroll the main loop in bessel()Michael Niedermayer2015-10-07
* swresample/resample: merge first iteration into init in bessel()Michael Niedermayer2015-10-07
* swresample/resample: fix typosMichael Niedermayer2015-06-04
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-04
* swresample/resample: Fix undefined shiftsMichael Niedermayer2015-03-14
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-16
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-04
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-02
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-28
* swr: remove div/mod from DSP functions.Ronald S. Bultje2014-06-18
* swr: split out DSP functions.Ronald S. Bultje2014-06-14
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-14
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-14
* swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje2014-06-09
* swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje2014-06-02
* swresample: add swri_resample_float_avxJames Almer2014-05-16
* swresample: add swri_resample_double_sse2James Almer2014-04-25
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-04-08
* swresample/resample: Limit filter lengthMichael Niedermayer2014-04-08
* swresample: add swri_resample_float_sseJames Almer2014-03-20
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-18
* swresample: replace 2 av_free() by av_freep()Michael Niedermayer2013-09-16