1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavfilter
Philip Langdale b4c9c09915 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>
2019-02-27 18:03:17 +01:00
..
2018-12-02 23:39:37 +00:00
2018-11-18 21:21:18 +01:00
2018-10-19 17:43:29 +02:00
2018-03-31 23:26:30 +01:00
2018-11-15 14:44:24 +01:00
2018-06-21 00:31:42 +01:00
2018-06-21 00:31:42 +01:00
2018-05-05 21:50:22 +02:00
2018-11-02 12:32:34 +01:00
2019-01-12 19:49:15 +01:00
2018-06-21 00:31:42 +01:00
2018-10-21 12:57:58 +02:00
2018-08-16 00:07:59 +02:00
2018-11-16 20:24:52 +01:00
2019-01-12 19:49:15 +01:00
2018-09-13 12:09:51 +02:00
2018-10-26 12:40:54 +02:00
2018-11-02 09:32:52 +01:00
2018-04-13 08:41:51 +02:00
2018-10-23 11:12:41 +02:00
2018-08-09 10:35:00 +05:30