]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_overlay: add x86 SIMD
authorPaul B Mahol <onemda@gmail.com>
Mon, 30 Apr 2018 10:01:07 +0000 (12:01 +0200)
committerPaul B Mahol <onemda@gmail.com>
Wed, 2 May 2018 21:58:21 +0000 (23:58 +0200)
commit6d7c63588c81ba61b75701702b8680bd0063f36c
tree8afa4754f11330ea27ee3fa31071bae5176baeb6
parenta150b2e3a099fd539ecc6664050fd20617ce223c
avfilter/vf_overlay: add x86 SIMD

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>
libavfilter/vf_overlay.c
libavfilter/vf_overlay.h [new file with mode: 0644]
libavfilter/x86/Makefile
libavfilter/x86/vf_overlay.asm [new file with mode: 0644]
libavfilter/x86/vf_overlay_init.c [new file with mode: 0644]