]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer
authorPhilip Langdale <philipl@overt.org>
Sun, 21 Oct 2018 20:49:16 +0000 (13:49 -0700)
committerPhilip Langdale <philipl@overt.org>
Fri, 2 Nov 2018 18:26:30 +0000 (11:26 -0700)
commitd5272e94ab22bfc8f01fa3174e2c4664161ddf5a
tree00c8aecd37e3efa10dcf80ad2f3a17c870d96d54
parent598f0f39271d6033588b4d8ccc672c5bdc85fec7
avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer

This is a cuda implementation of yadif, which gives us a way to
do deinterlacing when using the nvdec hwaccel. In that scenario
we don't have access to the nvidia deinterlacer.
Changelog
configure
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/version.h
libavfilter/vf_yadif_cuda.c [new file with mode: 0644]
libavfilter/vf_yadif_cuda.cu [new file with mode: 0644]