Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-02x86/audio_convert: fix clobbering of xmm registersJames Almer
2015-07-26swresample/x86: add missing colon to labelsJames Almer
2015-02-15x86/swr: make pack_8ch functions work with compilers without aligned stackJames Almer
2015-01-12x86/swr: add SSE/AVX unpack_6ch functionsJames Almer
2015-01-11x86/swr: load constants outside the loop in pack_6ch functionsJames Almer
2014-12-31x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer
2014-12-31x86/swr: add missing alignment check to pack_6ch functionsJames Almer
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-11-07x86/swr: add ff_float_to_int32_a_avx2James Almer
2014-11-07x86/swr: replace sse4 instructions in pack_6ch with sse onesJames Almer
2013-10-08x86: Fix compilation with nasm on PPC & OS/2Ronald S. Bultje
2013-06-18swresample/x86/audio_convert: add emms to CONVMichael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-07-05swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer
2012-05-13libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...Michael Niedermayer
2012-05-13libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...Michael Niedermayer
2012-05-13libswresample: make NOP_N macro less picky on its parametersMichael Niedermayer
2012-05-13libswresample: Change FLOAT_TO_INT32_N to need 1 register lessMichael Niedermayer
2012-05-13libswresample-simd: rename 6ch pack to what it isMichael Niedermayer
2012-05-13libswresample-simd: make the converter registers parametersMichael Niedermayer
2012-05-13libswresample: cosmeticsMichael Niedermayer
2012-05-13libswresample: unaligned AVX/SSE4 float and int32 6ch packMichael Niedermayer
2012-05-13libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.Justin Ruggles
2012-05-06swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3Michael Niedermayer
2012-05-06swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...Michael Niedermayer
2012-05-06swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16Michael Niedermayer
2012-05-05swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer
2012-05-05swr: fix internal asm labelsMichael Niedermayer
2012-05-05swr: fix PACK_2CH register countMichael Niedermayer
2012-05-05swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer
2012-05-05swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer
2012-05-05swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer
2012-05-03swr: add ff_int32_to_float_a_avxMichael Niedermayer
2012-04-29swr: int32_to_int16_mmx/sseMichael Niedermayer
2012-04-29swr: float_to_int16_sse2()Michael Niedermayer
2012-04-29swr: float_to_int32_sse2()Michael Niedermayer
2012-04-28swr: add int16_to_float_sse2()Michael Niedermayer
2012-04-28swr: add int32_to_float_sse2Michael Niedermayer
2012-04-28swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer
2012-04-28swr: more correct cglobal parameters to int16->int32Michael Niedermayer
2012-04-28swr: seperate functions for aligned & unalignedMichael Niedermayer
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer