summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_cuda.c
Commit message (Expand)AuthorAgeFilesLines
* hwdec: don't require setting legacy hwdec fieldswm42017-12-021-5/+2
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-2/+1
* vd_lavc: remove need for duplicated cuda GL interop backendwm42017-10-301-17/+1
* vd_lavc: add support for nvdec hwaccelwm42017-10-281-1/+17
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-2/+1
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-75/+93
* vo_opengl: hwdec_cuda: fix filtering modewm42017-08-091-1/+1
* vo_opengl: hwdec_cuda: Support separate decode and display devicesPhilip Langdale2017-06-031-12/+44
* vo_opengl: hwdec_cuda: use new format setup functionwm42017-02-171-34/+8
* vo_opengl: hwdec_cuda: add yuv420p supportwm42017-01-161-19/+35
* vo_opengl: hwdec_cuda: export AVHWDeviceContextwm42017-01-161-6/+31
* cuda: use libavutil functions for copying hw surfaces to memorywm42017-01-121-67/+0
* vo_opengl: hwdec_cuda: Don't include hwcontext headersPhilip Langdale2016-12-041-4/+0
* vo_opengl: hwdec_cuda: make some init errors verbosewm42016-11-241-2/+2
* vo_opengl: hwdec_cuda: fix crash when trying to use hwdec=cuda if cuda SDK is...pavelxdd2016-11-241-0/+1
* vo_opengl: hwdec_cuda: Use dynamic loading for cuda functionsPhilip Langdale2016-11-231-2/+9
* vo_opengl: hwdec_cuda: Support P016 output surfacesPhilip Langdale2016-11-221-8/+45
* vo_opengl: hwdec_cuda: get the cuda device from the GL contextPhilip Langdale2016-09-241-3/+3
* vo_opengl: hwdec_cuda: directly map GL textures and skip using PBOsPhilip Langdale2016-09-241-65/+20
* hwdec_cuda: Implement download_image for screenshotsPhilip Langdale2016-09-101-0/+53
* hwdec_cuda: Use the non-deprecated CUDA-GL interop APIPhilip Langdale2016-09-101-12/+26
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+282