summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif_cuda.cu
Commit message (Collapse)AuthorAge
* avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisationPhilip Langdale2018-11-02
| | | | This requires a newer version of CUDA than we want to require.
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-02
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.