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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-04x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer
2013-12-31Avoid using empty macro arguments.Reimar Döffinger
2013-06-05swr: add native_simd_oneMichael Niedermayer
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-07-07swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer
2012-07-05swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer
2012-06-12swr: mix_2_1_int16_mmx/sseMichael Niedermayer
2012-06-12swr: mix_1_1_int16_sseMichael Niedermayer
2012-06-12swr: mix_1_1 int16 MMXMichael Niedermayer
2012-06-12swr: mix_2_1_float SSE/AVXMichael Niedermayer
2012-06-12swr: SIMD rematrixing and SSE/AVX mix_1_1 floatMichael 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: 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: create prototypes with macros, this is simpler.Michael Niedermayer
2012-05-05swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael 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: seperate functions for aligned & unalignedMichael Niedermayer
2012-04-28swr: add int16_to_int32_mmx/sseMichael Niedermayer