mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-17 14:24:26 +08:00
avfilter: add chromakey_cuda filter
GSoC'22 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: added the filter to it libavfilter/Makefile: added the filter to it cuda/cuda_runtime.h: added two math CUDA functions that are used in the filter Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:

committed by
Timo Rothenpieler

parent
538cbaf18e
commit
b1648150b2
@@ -195,6 +195,7 @@ extern const AVFilter ff_vf_cas;
|
||||
extern const AVFilter ff_vf_chromaber_vulkan;
|
||||
extern const AVFilter ff_vf_chromahold;
|
||||
extern const AVFilter ff_vf_chromakey;
|
||||
extern const AVFilter ff_vf_chromakey_cuda;
|
||||
extern const AVFilter ff_vf_chromanr;
|
||||
extern const AVFilter ff_vf_chromashift;
|
||||
extern const AVFilter ff_vf_ciescope;
|
||||
|
Reference in New Issue
Block a user