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
2018-04-05avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali
2018-04-05avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali
2018-02-24avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe...Martin Vignali
2018-01-28avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun...Martin Vignali
2017-08-24avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol
2017-06-28x86/vf_blend: use ABS2 macroJames Almer
2017-06-27x86/vf_blend: optimize difference and negation functionsJames Almer
2017-06-27x86/vf_blend: add sse and ssse3 extremity functionsJames Almer
2016-02-28x86/vf_blend: Add SSE2 optimization for divideTimothy Gu
2016-02-14vf_blend: Reduce number of arguments for kernel functionTimothy Gu
2016-02-10x86/vf_blend: Add SSE2 optimization for screenTimothy Gu
2016-02-10x86/vf_blend: Move multiplying to a macroTimothy Gu
2016-02-09vf_blend: Add SSE2 optimization for multiplyTimothy Gu
2015-12-24x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer
2015-12-24x86/vf_blend: make all functions work on x86_32James Almer
2015-12-24x86/vf_blend: simplify using macrosJames Almer
2015-10-08avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol
2015-10-07avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol
2015-10-07avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol
2015-10-03avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol