MPV

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

Last commit made on 2023-10-06
Get this branch:
git clone -b sdk/12.0 https://git.launchpad.net/~mpv-team/mpv/+git/nv-codec-headers

Branch merges

Branch information

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

Recent commits

22441b5... by Timo Rothenpieler <email address hidden>

Bump for (in-dev) 12.0.16.2

451da99... by Roman Arzumanyan <email address hidden>

Add cuCtxGetCurrent function

9402b5a... by Philip Langdale <email address hidden>

Add cuDriverGetVersion

This allows the caller to establish what cuda driver version is in use.
I'm surprised we got this far without needing it.

4fd7be2... by Timo Rothenpieler <email address hidden>

Add missing cuStreamWaitEvent function

768eb23... by Ridley Combs

Add functions to identify devices in more ways

- cuDeviceGetUuid_v2, giving distinct IDs for different MIG instances
- cuDeviceGetLuid, giving a Win32 LUID to match with DXGI and other APIs
- cuDeviceGetByPCIBusId, retrieving a device that matches a PCI bus ID string
- cuDeviceGetPCIBusId, giving a PCI bus ID string for a device

Closes #11

Signed-off-by: Timo Rothenpieler <email address hidden>

450f8a6... by Timo Rothenpieler <email address hidden>

Bump for (in-dev) 12.0.16.1

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

Add cuArrayCreate

It's slightly surprising that we've got this far without it, but I need
it to create 2D arrays to use with the Optical Flow FRUC library.

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

Update README

4b4dee0... by Timo Rothenpieler <email address hidden>

Remove AV1 High Profile GUID

4026cb0... by Timo Rothenpieler <email address hidden>

Update for final release of Video Codec SDK 12.0.16

The AV1 High Profile GUID was removed, but has to stick around since
FFmpeg uses it.