]> git.sesse.net Git - ffmpeg/commit
avfilter/scale_cuda: add bicubic interpolation
authorTimo Rothenpieler <timo@rothenpieler.org>
Sat, 31 Oct 2020 19:22:33 +0000 (20:22 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Tue, 3 Nov 2020 18:58:13 +0000 (19:58 +0100)
commitf1d0f83712470c0fef13b8215cccbdb77ba7f3bf
treefd943ac7c7227ce12c13ede5ce7cad8220078058
parentd5763edab21b08cd1388a2f41885d11d61653917
avfilter/scale_cuda: add bicubic interpolation
compat/cuda/cuda_runtime.h
libavfilter/Makefile
libavfilter/cuda/vector_helpers.cuh [new file with mode: 0644]
libavfilter/version.h
libavfilter/vf_scale_cuda.c
libavfilter/vf_scale_cuda_bicubic.cu [new file with mode: 0644]