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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".