Changeset b4c9c099 in ffmpeg

Timestamp:
Feb 27, 2019, 5:03:17 PM (6 years ago)
Author:
Timo Rothenpieler <timo@rothenpieler.org>
Branches:
master
Children:
114ead97
Parents:
2544c7ea
git-author:
Philip Langdale <philipl@overt.org> (02/21/19 03:57:52)
git-committer:
Timo Rothenpieler <timo@rothenpieler.org> (02/27/19 17:03:17)
Message:

avfilter/vf_thumbnail_cuda: Switch to using ffnvcodec

This change switches the vf_thumbnail_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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.