MPV

~mpv-team/mpv/+git/nv-codec-headers:old/sdk/8.0

Last commit made on 2019-02-26
Get this branch:
git clone -b old/sdk/8.0 https://git.launchpad.net/~mpv-team/mpv/+git/nv-codec-headers

Branch merges

Branch information

Name:
old/sdk/8.0
Repository:
lp:~mpv-team/mpv/+git/nv-codec-headers

Recent commits

ee0946a... by Timo Rothenpieler <email address hidden>

Bump for 8.0.14.9

e94b1d2... by Philip Langdale <email address hidden>

Add cuMemsetD8Async

This function is needed by the vf_thumbnail_cuda filter in ffmpeg.

7054088... by Timo Rothenpieler <email address hidden>

Bump for 8.0.14.8

502f723... by Philip Langdale <email address hidden>

Add cuMipmappedArrayDestroy

This is needed to clean up the mipmapped array returned by the CUDA 10
vulkan interop.

06795b4... by Timo Rothenpieler <email address hidden>

Bump for 8.0.14.7

d220184... by Seungha Yang <email address hidden>

Add CUDA function cuMemAllocPitch

Signed-off-by: Seungha Yang <email address hidden>

3c98cdd... by Philip Langdale <email address hidden>

Add a subset of CUDA kernel interaction API

Specifically, two sets of functions:

1) Loading a compiled CUDA module and launching kernels from it.

2) Texture object creation and destruction.

c51106a... by Philip Langdale <email address hidden>

CUDA 10: Add external semaphore API

This part of the interop API allows cuda to work with external
semaphores to synchronise work with Vulkan.

2a63cbc... by Timo Rothenpieler <email address hidden>

Bump for 8.0.14.6

1cb7576... by Timo Rothenpieler <email address hidden>

Only load cuDeviceGetLuid as an optional function

It's more recent than expected and breaks on older drivers for no good reason.