Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-14swresample/resample: Remove unnecessary emms_cAndreas Rheinhardt
2022-06-14swresample/resample: Properly empty MMX stateAndreas Rheinhardt
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2017-08-16swresample/resample: Fix flush refelction lengthMichael Niedermayer
2017-03-21swresample/resample: free existing ResampleContext on reinitJames Almer
2017-03-21swresample/resample: move resample_free() higher in the fileJames Almer
2017-03-17swresample/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz
2017-03-09swresample/resample: do not allow odd filter_lengthMuhammad Faiz
2017-03-08swresample/resample: use uniform normalizationMuhammad Faiz
2016-12-14swresample/resample: remove swri_resample functionMuhammad Faiz
2016-12-13swresample/resample: do not allow negative dst_size return valueMuhammad Faiz
2016-12-03swresample/resample: do not rebuild filter when sample_delta is zeroMuhammad Faiz
2016-11-24swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz
2016-10-18swresample/resample: fix return value of build_filterMuhammad Faiz
2016-06-21swresample/x86: add support for exact_rationalMuhammad Faiz
2016-06-17swresample/resample: do not increase phase_count on exact_rationalMuhammad Faiz
2016-06-17swresample/resample: add support for odd phase_countMuhammad Faiz
2016-06-13swresample: add exact_rational optionMuhammad Faiz
2016-05-16swresample/resample: Fix division by 0 with tap_count=1Michael Niedermayer
2015-12-24swr/resample: use av_clip_int16 instead of av_clipGanesh Ajjanagadde
2015-11-15swresample/resample: remove redundant L for floating literalGanesh Ajjanagadde
2015-11-11swresample/resample: increase precision for compensationMichael Niedermayer
2015-11-10swresample/resample: speed up Blackman Nuttall filterGanesh Ajjanagadde
2015-11-10swresample/resample: speed up upsampling by precomputing sinesGanesh Ajjanagadde
2015-11-09swresample/resample: improve bessel function accuracy and speedGanesh Ajjanagadde
2015-11-09swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde
2015-11-06swresample/resample: speed up build_filter for Blackman-Nuttall filterGanesh Ajjanagadde
2015-11-05swresample/resample: speed up build_filter by 50%Ganesh Ajjanagadde
2015-10-07swresample/resample: manually unroll the main loop in bessel()Michael Niedermayer
2015-10-07swresample/resample: merge first iteration into init in bessel()Michael Niedermayer
2015-06-04swresample/resample: fix typosMichael Niedermayer
2015-06-04swresample: Add swr_get_out_samples()Michael Niedermayer
2015-03-14swresample/resample: Fix undefined shiftsMichael Niedermayer
2014-10-17swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer
2014-07-04swr: initialize only the necessary resample dsp functionsJames Almer
2014-07-02swr: rename swresample_dsp init functions to swri_resample_dspJames Almer
2014-06-28swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje
2014-06-18swr: remove div/mod from DSP functions.Ronald S. Bultje
2014-06-14swr: split out DSP functions.Ronald S. Bultje
2014-06-14swresample/resample: replace assert by av_assertMichael Niedermayer
2014-06-14swr: handle initial negative sample index outside DSP function.Ronald S. Bultje
2014-06-09swr: handle 64bit overflow check in multiple_resample().Ronald S. Bultje
2014-06-02swr: move compensation_distance handling to swri_resample caller.Ronald S. Bultje
2014-05-16swresample: add swri_resample_float_avxJames Almer
2014-04-25swresample: add swri_resample_double_sse2James Almer
2014-04-08swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer
2014-04-08swresample/resample: Limit filter lengthMichael Niedermayer
2014-03-20swresample: add swri_resample_float_sseJames Almer
2014-03-18swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer
2013-09-17swresample: replace 2 av_free() by av_freep()Michael Niedermayer