]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_scale_cuda: Switch to using ffnvcodec
authorPhilip Langdale <philipl@overt.org>
Thu, 21 Feb 2019 03:57:51 +0000 (19:57 -0800)
committerTimo Rothenpieler <timo@rothenpieler.org>
Wed, 27 Feb 2019 17:03:17 +0000 (18:03 +0100)
commit2544c7ea67ca9521c5de36396bc9ac7058223742
tree5225558da752bd2ac0b39eab14af829af3fbe66f
parent7debf4277c29dcd855130f92ad54da0c4a535221
avfilter/vf_scale_cuda: Switch to using ffnvcodec

This change switches the vf_scale_cuda filter from using the
full cuda sdk to using the ffnvcodec headers and loader.

Most of the change is a direct mapping, but I also switched from
using texture references to using texture objects. This is supposed
to be the preferred way of using textures, and the texture object API
is the one I added to ffnvcodec.

Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
configure
libavfilter/vf_scale_cuda.c
libavfilter/vf_scale_cuda.cu