summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_thumbnail_cuda.cu
Commit message (Collapse)AuthorAgeFilesLines
* lavfi/vf_thumbnail_cuda: fix operator precedence bugRodger Combs2019-07-301-1/+1
| | | | | | Discovered via a warning when building with clang Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avfilter/vf_thumbnail_cuda: Switch to using ffnvcodecPhilip Langdale2019-02-271-13/+12
| | | | | | | | | | | | | 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>
* avfilter/thumbnail_cuda: add cuda thumbnail filterYogender Gupta2017-09-221-0/+79
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
OpenPOWER on IntegriCloud