summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_vaegl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos in log messagesNicolas F2017-12-031-1/+1
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-1/+0
* vo_opengl: hwdec_vaegl: Reenable vaExportSurfaceHandle()Mark Thompson2017-11-301-3/+3
* vo_opengl: hwdec_vaegl: Disable vaExportSurfaceHandle()Mark Thompson2017-10-231-3/+3
* vo_opengl: hwdec_vaegl: Use vaExportSurfaceHandle() if presentMark Thompson2017-10-091-0/+80
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-2/+2
* vo_opengl: separate hwdec context and mapping, port it to use rawm42017-08-101-141/+150
* vo_opengl: restructure format setupwm42017-06-301-2/+0
* Drop/move img_fourcc.hwm42017-06-181-5/+5
* vo_opengl: drop TLS usagewm42017-05-111-5/+3
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2wm42017-04-231-47/+34
* vo_opengl: hwdec_vaegl: use new format setup functionwm42017-02-171-13/+19
* vo_opengl: hwdec_vaegl: fix potentially undefined memory accesswm42017-02-141-2/+2
* vaapi: remove central lock around vaapi API callswm42017-01-281-8/+0
* vo_opengl: hwdec_vaegl: add a lie for compatibilitywm42017-01-131-1/+1
* vo_opengl, vaapi: properly probe 10 bit rendering supportwm42017-01-131-28/+117
* vo_opengl: hwdec_vaegl: remove redundant vaapi surface format checkwm42017-01-131-8/+1
* vo_opengl: hwdec_vaegl: fix terminology in commentwm42017-01-131-2/+2
* vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32Mark Thompson2017-01-131-1/+1
* vo_opengl: hwdec_vaegl: add experimental P010 supportwm42017-01-121-6/+17
* vo_opengl: vaegl: log more debugging infoswm42016-09-301-7/+12
* vo_opengl: hwdec: reset hw_subfmt fieldwm42016-07-151-0/+1
* video: change hw_subfmt meaningwm42016-07-151-4/+3
* vo_opengl: refactor how hwdec interop exports textureswm42016-05-101-25/+27
* video: refactor how VO exports hwdec device handleswm42016-05-091-3/+4
* vo_opengl: EGL: fix hwdec probingwm42016-05-051-1/+1
* vaapi: determine surface format in decoder, not in rendererwm42016-04-111-37/+13
* vo_opengl: hwdec: use IDs for API, and log which backend is usedwm42016-02-011-1/+2
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringwm42016-01-221-2/+6
* vo_opengl: vaapi: reorganize platform entrypoints as tablewm42016-01-211-15/+20
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopwm42016-01-201-0/+18
* vaapi: replace VA_STR_FOURCCwm42016-01-111-2/+2
* vo_opengl: hwdec_vaegl: change license to LGPL 2.1wm42016-01-071-9/+7
* vo_opengl: never load vaapi GLX interop by defaultwm42015-11-091-1/+1
* vo_opengl: vaapi: fix compilation failure on older systemswm42015-10-231-1/+2
* vo_opengl: remove leftover variable from vaglx in vaeglEmmanuel Gil Peyrot2015-10-021-1/+0
* vo_opengl: vaapi: add Wayland supportwm42015-09-271-0/+15
* vaapi: remove dependency on X11wm42015-09-271-6/+24
* vo_opengl: vaapi: provide symbols for missing extensionswm42015-09-271-0/+14
* vo_opengl: vaapi: redo how EGL extensions are loadedwm42015-09-271-13/+32
* vo_opengl: vaapi: probe the surface formatwm42015-09-261-2/+68
* vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on errorwm42015-09-251-2/+4
* vo_opengl: vaapi: handle YV12 correctlywm42015-09-251-0/+3
* vo_opengl: vaapi: document DRM fourcc upstream defineswm42015-09-251-3/+4
* vo_opengl: vaapi: use dummy image to determine plane layoutwm42015-09-251-9/+8
* vo_opengl: vaapi: remove unnecessary loopwm42015-09-251-2/+1
* vo_opengl: vaapi: fix cleanupwm42015-09-251-0/+2
* vo_opengl: support new VAAPI EGL interopwm42015-09-251-0/+247