ffmpeg/nv-codec-headers.git
7 years agoUpdate for CUDA 10
Philip Langdale [Sun, 30 Sep 2018 02:19:37 +0000 (19:19 -0700)]
Update for CUDA 10

This adds support for the CUDA/Vulkan interop API, which requires
very new driver versions. As such, we allow the symbols to be
optionally loaded. I expect that when the next Video SDK release
comes out, it will also require the very new drivers and we'll make
these symbols compulsory.

7 years agoAdd most commonly used CUevent functions
Timo Rothenpieler [Mon, 7 May 2018 12:28:09 +0000 (14:28 +0200)]
Add most commonly used CUevent functions

7 years agoFix usage of ffmpeg specific arch define n8.0.14.2
Timo Rothenpieler [Sat, 5 May 2018 09:45:50 +0000 (11:45 +0200)]
Fix usage of ffmpeg specific arch define

7 years agoBump version
Timo Rothenpieler [Sun, 29 Apr 2018 11:18:55 +0000 (13:18 +0200)]
Bump version

7 years agoAdd support for basic CUstream usage
Timo Rothenpieler [Sun, 29 Apr 2018 10:58:50 +0000 (12:58 +0200)]
Add support for basic CUstream usage

7 years agoFix cuCtxPushCurrent signature
Daniel Oberhoff [Fri, 27 Apr 2018 09:43:30 +0000 (11:43 +0200)]
Fix cuCtxPushCurrent signature

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
7 years agoRe-Prettify indentation
Timo Rothenpieler [Thu, 26 Apr 2018 13:37:16 +0000 (15:37 +0200)]
Re-Prettify indentation

7 years agoMake code compile in C++ mode
Daniel Oberhoff [Thu, 26 Apr 2018 11:03:40 +0000 (13:03 +0200)]
Make code compile in C++ mode

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
7 years agoAdd CUDA OpenGL Interop symbols and types
Philip Langdale [Sun, 15 Apr 2018 15:43:16 +0000 (08:43 -0700)]
Add CUDA OpenGL Interop symbols and types

This will allow mpv to use this loader, instead of having to maintain
its own code.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
7 years agoGenerate native Windows paths on Windows n8.0.14.1
Timo Rothenpieler [Tue, 27 Feb 2018 14:48:41 +0000 (15:48 +0100)]
Generate native Windows paths on Windows

7 years agoAdd cuCtxSetLimit CUDA function
Timo Rothenpieler [Sun, 28 Jan 2018 13:43:39 +0000 (14:43 +0100)]
Add cuCtxSetLimit CUDA function

7 years agoAdd .gitignore
Timo Rothenpieler [Sun, 28 Jan 2018 13:38:41 +0000 (14:38 +0100)]
Add .gitignore

7 years agoUse install instead of cp/mkdir in Makefile
Timo Rothenpieler [Fri, 15 Dec 2017 20:34:58 +0000 (21:34 +0100)]
Use install instead of cp/mkdir in Makefile

7 years agoFixup include guard naming
Timo Rothenpieler [Fri, 15 Dec 2017 12:47:16 +0000 (13:47 +0100)]
Fixup include guard naming

7 years agoAdd ffmpeg-free loader
Timo Rothenpieler [Fri, 15 Dec 2017 12:39:33 +0000 (13:39 +0100)]
Add ffmpeg-free loader

7 years agoRemove dependencies on ffmpeg
Timo Rothenpieler [Mon, 4 Dec 2017 18:40:03 +0000 (19:40 +0100)]
Remove dependencies on ffmpeg

7 years agoAdd Makefile for installation
Timo Rothenpieler [Sun, 3 Dec 2017 11:12:05 +0000 (12:12 +0100)]
Add Makefile for installation

7 years agoAdd README
Timo Rothenpieler [Sun, 3 Dec 2017 10:38:39 +0000 (11:38 +0100)]
Add README

7 years agoInitial import from FFmpeg
Timo Rothenpieler [Sun, 3 Dec 2017 10:30:31 +0000 (11:30 +0100)]
Initial import from FFmpeg