Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavfilter
  • vf_thumbnail_cuda.c
Find file
BlameHistoryPermalink
  • Philip Langdale's avatar
    avfilter/vf_thumbnail_cuda: Switch to using ffnvcodec · b4c9c099
    Philip Langdale authored Feb 21, 2019
    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: 's avatarPhilip Langdale <philipl@overt.org>
    Signed-off-by: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
    b4c9c099
vf_thumbnail_cuda.c 14.5 KB
EditWeb IDE

Replace vf_thumbnail_cuda.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.