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
2020-06-19avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format supportLimin Wang
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2018-05-03avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol
They are yet to be supported, Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-05-03avfilter/vf_overlay: add x86 SIMDPaul B Mahol
Specifically for yuv444, yuv422, yuv420 format when main stream has no alpha, and alpha is straight. Signed-off-by: Paul B Mahol <onemda@gmail.com>