aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/hwdec_cuda.c
Commit message (Expand)AuthorAge
* vo_gpu: hwdec_cuda: Guard GL and Vulkan headers properlyGravatar Philip Langdale2018-11-18
* vo_gpu: hwdec_cuda: Clean up init() error handlingGravatar Philip Langdale2018-10-31
* vo_gpu: vulkan: hwdec_cuda: Add support for Vulkan interopGravatar Philip Langdale2018-10-22
* vo_gpu: hwdec: Use ffnvcodec to load CUDA symbolsGravatar Philip Langdale2018-04-15
* hwdec: don't require setting legacy hwdec fieldsGravatar wm42017-12-02
* vo_gpu: hwdec: remove redundant fieldsGravatar wm42017-12-01
* vd_lavc: remove need for duplicated cuda GL interop backendGravatar wm42017-10-30
* vd_lavc: add support for nvdec hwaccelGravatar wm42017-10-28
* vo_opengl: refactor into vo_gpuGravatar Niklas Haas2017-09-21
* vo_opengl: separate hwdec context and mapping, port it to use raGravatar wm42017-08-10
* vo_opengl: hwdec_cuda: fix filtering modeGravatar wm42017-08-09
* vo_opengl: hwdec_cuda: Support separate decode and display devicesGravatar Philip Langdale2017-06-03
* vo_opengl: hwdec_cuda: use new format setup functionGravatar wm42017-02-17
* vo_opengl: hwdec_cuda: add yuv420p supportGravatar wm42017-01-16
* vo_opengl: hwdec_cuda: export AVHWDeviceContextGravatar wm42017-01-16
* cuda: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* vo_opengl: hwdec_cuda: Don't include hwcontext headersGravatar Philip Langdale2016-12-04
* vo_opengl: hwdec_cuda: make some init errors verboseGravatar wm42016-11-24
* vo_opengl: hwdec_cuda: fix crash when trying to use hwdec=cuda if cuda SDK is...Gravatar pavelxdd2016-11-24
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsGravatar Philip Langdale2016-11-23
* vo_opengl: hwdec_cuda: Support P016 output surfacesGravatar Philip Langdale2016-11-22
* vo_opengl: hwdec_cuda: get the cuda device from the GL contextGravatar Philip Langdale2016-09-24
* vo_opengl: hwdec_cuda: directly map GL textures and skip using PBOsGravatar Philip Langdale2016-09-24
* hwdec_cuda: Implement download_image for screenshotsGravatar Philip Langdale2016-09-10
* hwdec_cuda: Use the non-deprecated CUDA-GL interop APIGravatar Philip Langdale2016-09-10
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodeGravatar Philip Langdale2016-09-08