[FFmpeg-devel] [PATCH v2][GSoC'22] Chromakey CUDA

2022-07-05 Thread mohamed Elhadidy
From: Mohamed Khaled Mohamed <56936494+mohamedelhadidy0...@users.noreply.github.com> Chromakey CUDA Added Chromakey CUDA filter v2 some changes for coding conventions and add documentation GSoC'22 Added CUDA chromakeyfilter libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter libavfi

[FFmpeg-devel] [PATCH v2] Chromakey CUDA

2022-07-05 Thread mohamed Elhadidy
From: Mohamed Khaled Mohamed <56936494+mohamedelhadidy0...@users.noreply.github.com> V2 ChromeKey CUDA Added Chromakey CUDA filter v2 some changes for coding conventions GSoC'22 Added CUDA chromakeyfilter libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter libavfilter/vf_chromakey_c

[FFmpeg-devel] [PATCH] Chromakey CUDA

2022-07-05 Thread mohamed Elhadidy
From: Mohamed Khaled Mohamed <56936494+mohamedelhadidy0...@users.noreply.github.com> V2 ChromeKey CUDA Added Chromakey CUDA filter some edits to comply with FFmpeg coding convention GSoC'22 Added CUDA chromakeyfilter libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter libavfilter/vf

[FFmpeg-devel] [GSoC'22] Added Chromakey CUDA filter

2022-06-29 Thread mohamed Elhadidy
From: Mohamed Khaled Mohamed <56936494+mohamedelhadidy0...@users.noreply.github.com> GSoC'22 GPU accelerated video filters Added CUDA chromakeyfilter libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter libavfilter/vf_chromakey_cuda.c: the C side that calls the kernel and gets user i

[FFmpeg-devel] [GSoC'22] Added Chromakey CUDA filter

2022-06-29 Thread mohamed Elhadidy
From: Mohamed Khaled Mohamed <56936494+mohamedelhadidy0...@users.noreply.github.com> GSoC'22 Added CUDA chromakeyfilter libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter libavfilter/vf_chromakey_cuda.c: the C side that calls the kernel and gets user input libavfilter/allfilters.c:

[FFmpeg-devel] [PATCH] Added Chromakey CUDA filter

2022-06-29 Thread mohamed Elhadidy
From: Mohamed Khaled Mohamed <56936494+mohamedelhadidy0...@users.noreply.github.com> added some function documentation GSoC'22 Added CUDA chromakeyfilter libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter libavfilter/vf_chromakey_cuda.c: the C side that calls the kernel and gets use