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