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 (Collapse)Author
2017-12-09avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2)Martin Vignali
2017-12-04x86/vf_threshold: make threshold8 functions work on x86_32James Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-12-04x86vf_threshold/: use the PBLENDVB macroJames Almer
Fixes building with yasm Tested-by: stevenliu Signed-off-by: James Almer <jamrial@gmail.com>
2017-12-03avfilter/x86/vf_threshold : cosmetic indentMartin Vignali
2017-12-03avfilter/x86/vf_threshold : add avx2 version for threshold 8Martin Vignali
2017-12-03avfilter/x86/vf_threshold : make macro for threshold8 in order to add avx2 ↵Martin Vignali
version
2017-12-02avfilter/vf_threshold: add x86 SIMDPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>