[FFmpeg-devel] [PATCH v2 0/2] Overlay Cuda Filter

Yaroslav Pogrebnyak yyyaroslav at gmail.com
Thu Mar 19 06:02:54 EET 2020


v2 changes:
- Splitted changes into two distinct patches, one for hwcontext, another
  for filter itself
- Fixed switch() statement indent according to style

Yaroslav Pogrebnyak (2):
  avutil/hwcontext_cuda: add YUVA420P pixel format
  avfilter: add vf_overlay_cuda

 configure                      |   2 +
 libavfilter/Makefile           |   1 +
 libavfilter/allfilters.c       |   1 +
 libavfilter/vf_overlay_cuda.c  | 446 +++++++++++++++++++++++++++++++++
 libavfilter/vf_overlay_cuda.cu |  54 ++++
 libavutil/hwcontext_cuda.c     |   3 +-
 6 files changed, 506 insertions(+), 1 deletion(-)
 create mode 100644 libavfilter/vf_overlay_cuda.c
 create mode 100644 libavfilter/vf_overlay_cuda.cu

-- 
2.17.1


More information about the ffmpeg-devel mailing list