aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2James Almer2014-03-181-4/+6
* swresample: Add arm&x86 clobber testsMartin Storsjö2014-01-182-0/+31
* Avoid using empty macro arguments.Reimar Döffinger2013-12-311-5/+5
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-082-4/+2
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-181-0/+5
* swr: add native_simd_oneMichael Niedermayer2013-06-041-0/+5
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-312-2/+0
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-091-2/+2
* Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-2/+2
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-312-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
* swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer2012-07-072-4/+6
* swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer2012-07-052-25/+20
* swr: fix make checkheaders.Clément Bœsch2012-06-301-0/+1
* swr: small align cosmetic.Clément Bœsch2012-06-301-1/+1
* swr: use __asm__ instead of __asm.Clément Bœsch2012-06-301-2/+2
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-281-0/+69
* swr: fix 10l use of uninitialized dataMichael Niedermayer2012-06-131-2/+2
* swr: mix_2_1_int16_mmx/sseMichael Niedermayer2012-06-122-0/+73
* swr: mix_1_1_int16_sseMichael Niedermayer2012-06-122-0/+6
* swr: mix_1_1 int16 MMXMichael Niedermayer2012-06-122-0/+78
* swr: mix_2_1_float SSE/AVXMichael Niedermayer2012-06-122-0/+50
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-123-0/+99
* libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2012-05-132-0/+8
* libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2012-05-132-7/+22
* libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer2012-05-131-1/+1
* libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer2012-05-131-4/+4
* libswresample-simd: rename 6ch pack to what it isMichael Niedermayer2012-05-131-7/+7
* libswresample-simd: make the converter registers parametersMichael Niedermayer2012-05-131-62/+65