summaryrefslogtreecommitdiffstats
path: root/libswresample/x86/audio_convert.asm
Commit message (Expand)AuthorAgeFilesLines
* x86/audio_convert: fix clobbering of xmm registersJames Almer2015-10-011-61/+61
* swresample/x86: add missing colon to labelsJames Almer2015-07-261-6/+6
* x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer2015-02-151-12/+29
* x86/swr: add SSE/AVX unpack_6ch functionsJames Almer2015-01-121-0/+89
* 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-311-0/+4
* 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-301-0/+145
* x86/swr: add ff_float_to_int32_a_avx2James Almer2014-11-071-2/+8
* x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer2014-11-061-10/+21
* x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje2013-10-081-2/+1
* swresample/x86/audio_convert: add emms to CONVMichael Niedermayer2013-06-181-0/+5
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+0
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-311-1/+1
* swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer2012-07-051-2/+1
* libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer2012-05-131-0/+4
* libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer2012-05-131-7/+18
* 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
* libswresample: cosmeticsMichael Niedermayer2012-05-131-13/+11
* libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer2012-05-131-12/+31
* libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles2012-05-131-0/+78
* swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer2012-05-061-2/+23
* swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer2012-05-061-0/+79
* swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer2012-05-061-7/+12
* swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer2012-05-051-70/+8
* swr: fix internal asm labelsMichael Niedermayer2012-05-051-4/+4
* swr: fix PACK_2CH register countMichael Niedermayer2012-05-051-1/+1
* swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer2012-05-051-145/+47
* swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2012-05-051-0/+148
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-051-0/+6
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-031-3/+9
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-291-0/+31
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-291-0/+33
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-291-0/+37
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-281-0/+36
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-281-0/+44
* swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer2012-04-281-11/+13
* swr: more correct cglobal parameters to int16->int32Michael Niedermayer2012-04-281-1/+1
* swr: seperate functions for aligned & unalignedMichael Niedermayer2012-04-281-6/+16
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-281-0/+52
OpenPOWER on IntegriCloud