summaryrefslogtreecommitdiff
path: root/libswresample/x86
Commit message (Expand)AuthorAgeFilesLines
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-191-1/+1
* x86: replace explicit REP_RETs with RETsLynne2023-02-012-10/+10
* swresample/x86/resample: Remove obsolete MMXEXT functionsAndreas Rheinhardt2022-06-142-10/+0
* swresample/x86/rematrix: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-142-11/+0
* swresample/x86/audio_convert: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-142-17/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* Include attributes.h directlyAndreas Rheinhardt2021-04-193-0/+3
* swresample: Use channel count in rematrix initializationMarcin Gorzel2018-07-261-2/+2
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-212-2/+2
* swresample/x86/resample: extend resample_double to support avx and fma3Muhammad Faiz2017-03-192-3/+22
* swresample/resample: optimize exact_rational=on:linear_interp=on caseMuhammad Faiz2016-11-251-16/+16
* swresample/x86: add support for exact_rationalMuhammad Faiz2016-06-212-45/+46
* swresample: add exact_rational optionMuhammad Faiz2016-06-131-0/+4
* x86: use the new helper macros where usefulJames Almer2016-02-142-2/+2
* x86/audio_convert: fix clobbering of xmm registersJames Almer2015-10-011-61/+61
* x86: move XOP emulation code back to x86incJames Almer2015-08-031-1/+6
* swresample/x86: add missing colon to labelsJames Almer2015-07-262-10/+10
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-013-4/+6
* swresample: add av_cold to init functionsMichael Niedermayer2015-02-211-1/+1
* x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer2015-02-152-14/+31
* swresample/x86/rematrix_init: Check av_malloc* return codes, forward errorsMichael Niedermayer2015-02-091-2/+9
* swresample/x86/rematrix_init: Use av_mallocz_array()Michael Niedermayer2015-02-091-2/+2
* x86/swr: add SSE/AVX unpack_6ch functionsJames Almer2015-01-122-0/+105
* x86/swr: load constants outside the loop in pack_6ch functionsJames Almer2015-01-111-1/+1
* x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer2014-12-312-2/+6
* x86/swr: add missing alignment check to pack_6ch functionsJames Almer2014-12-311-0/+2
* x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-302-0/+162
* x86/swr: add ff_float_to_int32_a_avx2James Almer2014-11-072-3/+13
* x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer2014-11-062-21/+33
* x86/swr: use lavu helper macros to check CPU extensionsJames Almer2014-07-043-20/+25
* x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer2014-07-044-63/+84
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-041-35/+43
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-021-1/+1
* x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer2014-07-022-15/+26
* x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer2014-07-022-35/+51
* x86/swr: convert resample_{common, linear}_double_sse2 to yasmJames Almer2014-07-013-149/+72
* swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.Ronald S. Bultje2014-06-303-196/+183
* swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje2014-06-284-136/+479
* swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje2014-06-151-0/+2
* swr: add prototypes for resample dsp functionsJames Almer2014-06-151-10/+21
* swr: remove obsolete function prototypes.Ronald S. Bultje2014-06-151-6/+0
* swr: split out DSP functions.Ronald S. Bultje2014-06-142-0/+91
* swresample: add swri_resample_float_avxJames Almer2014-05-161-0/+61
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-2/+2
* swresample/resample: add missing xmm clobbersJames Almer2014-05-071-0/+3
* swresample: add swri_resample_double_sse2James Almer2014-04-251-0/+49
* swresample/resample: sse float linear interpolationJames Almer2014-03-241-0/+35
* swresample/resample: mmx2/sse2 int16 linear interpolationJames Almer2014-03-241-0/+61
* swresample: add swri_resample_float_sseJames Almer2014-03-201-0/+23
* Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-0/+2