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/x86/resample: Remove obsolete MMXEXT functionsAndreas Rheinhardt
2022-06-14swresample/x86/rematrix: Remove obsolete MMX functionsAndreas Rheinhardt
2022-06-14swresample/x86/audio_convert: Remove obsolete MMX functionsAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2018-07-26swresample: Use channel count in rematrix initializationMarcin Gorzel
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-03-19swresample/x86/resample: extend resample_double to support avx and fma3Muhammad Faiz
2016-11-24swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz
2016-06-21swresample/x86: add support for exact_rationalMuhammad Faiz
2016-06-13swresample: add exact_rational optionMuhammad Faiz
2016-02-15x86: use the new helper macros where usefulJames Almer
2015-10-02x86/audio_convert: fix clobbering of xmm registersJames Almer
2015-08-03x86: move XOP emulation code back to x86incJames Almer
2015-07-26swresample/x86: add missing colon to labelsJames Almer
2015-06-01x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-02-21swresample: add av_cold to init functionsMichael Niedermayer
2015-02-15x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer
2015-02-09swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer
2015-02-09swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer
2015-01-12x86/swr: add SSE/AVX unpack_6ch functionsJames Almer
2015-01-11x86/swr: load constants outside the loop in pack_6ch functionsJames Almer
2014-12-31x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer
2014-12-31x86/swr: add missing alignment check to pack_6ch functionsJames Almer
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-11-07x86/swr: add ff_float_to_int32_a_avx2James Almer
2014-11-07x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer
2014-07-04x86/swr: use lavu helper macros to check CPU extensionsJames Almer
2014-07-04x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer
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-07-02x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer
2014-07-02x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer
2014-07-01x86/swr: convert resample_{common, linear}_double_sse2 to yasmJames Almer
2014-06-30swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.Ronald S. Bultje
2014-06-28swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje
2014-06-15swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje
2014-06-15swr: add prototypes for resample dsp functionsJames Almer
2014-06-15swr: remove obsolete function prototypes.Ronald S. Bultje
2014-06-14swr: split out DSP functions.Ronald S. Bultje
2014-05-16swresample: add swri_resample_float_avxJames Almer
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-05-07swresample/resample: add missing xmm clobbersJames Almer
2014-04-25swresample: add swri_resample_double_sse2James Almer
2014-03-24swresample/resample: sse float linear interpolationJames Almer
2014-03-24swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer
2014-03-20swresample: add swri_resample_float_sseJames Almer
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-18swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer
2014-01-18swresample: Add arm&x86 clobber testsMartin Storsjö