summaryrefslogtreecommitdiff
path: root/libswresample/x86
Commit message (Expand)AuthorAge
* 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
* Avoid using empty macro arguments.Reimar Döffinger2013-12-31
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-08
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-18
* swr: add native_simd_oneMichael Niedermayer2013-06-04
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-31
* swr: add av_cold to init/free functionsMichael Niedermayer2012-09-09
* Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-01
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
* swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer2012-07-07
* swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer2012-07-05
* swr: fix make checkheaders.Clément Bœsch2012-06-30
* swr: small align cosmetic.Clément Bœsch2012-06-30
* swr: use __asm__ instead of __asm.Clément Bœsch2012-06-30
* swr: MMX2 & SSSE3 int16 resample coreMichael Niedermayer2012-06-28
* swr: fix 10l use of uninitialized dataMichael Niedermayer2012-06-13
* swr: mix_2_1_int16_mmx/sseMichael Niedermayer2012-06-12
* swr: mix_1_1_int16_sseMichael Niedermayer2012-06-12
* swr: mix_1_1 int16 MMXMichael Niedermayer2012-06-12
* swr: mix_2_1_float SSE/AVXMichael Niedermayer2012-06-12
* swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael Niedermayer2012-06-12
* libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2012-05-13
* libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2012-05-13
* libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer2012-05-13
* libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer2012-05-13
* libswresample-simd: rename 6ch pack to what it isMichael Niedermayer2012-05-13
* libswresample-simd: make the converter registers parametersMichael Niedermayer2012-05-13