summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_vaegl.c
Commit message (Expand)AuthorAgeFilesLines
* 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