[FFmpeg-devel] [PATCH v2 2/2] avfilter: add vf_overlay_cuda
Yaroslav Pogrebnyak
yyyaroslav at gmail.com
Thu Mar 19 06:02:56 EET 2020
Signed-off-by: Yaroslav Pogrebnyak <yyyaroslav at gmail.com>
---
Changes in v2:
- Fixed switch() indentation style
configure | 2 +
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/vf_overlay_cuda.c | 446 +++++++++++++++++++++++++++++++++
libavfilter/vf_overlay_cuda.cu | 54 ++++
5 files changed, 504 insertions(+)
create mode 100644 libavfilter/vf_overlay_cuda.c
create mode 100644 libavfilter/vf_overlay_cuda.cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0002-avfilter-add-vf_overlay_cuda.patch
Type: text/x-patch
Size: 17821 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200319/2f09fac0/attachment.bin>
More information about the ffmpeg-devel
mailing list