Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-03avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisationPhilip Langdale
This requires a newer version of CUDA than we want to require.
2018-11-02avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale
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.