aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/hwdec_vaegl.c
Commit message (Expand)AuthorAge
* hwdec_vaegl: Fix VAAPI EGL interop used with gpu-context=drmGravatar Anton Kindestam2018-07-09
* client API: add a new way to pass X11 Display etc. to render APIGravatar wm42018-03-26
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* vo_gpu: hwdec: remove redundant fieldsGravatar wm42017-12-01
* vo_opengl: hwdec_vaegl: Reenable vaExportSurfaceHandle()Gravatar Mark Thompson2017-11-30
* vo_opengl: hwdec_vaegl: Disable vaExportSurfaceHandle()Gravatar Mark Thompson2017-10-23
* vo_opengl: hwdec_vaegl: Use vaExportSurfaceHandle() if presentGravatar Mark Thompson2017-10-09
* 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: restructure format setupGravatar wm42017-06-30
* Drop/move img_fourcc.hGravatar wm42017-06-18
* vo_opengl: drop TLS usageGravatar wm42017-05-11
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2Gravatar wm42017-04-23
* vo_opengl: hwdec_vaegl: use new format setup functionGravatar wm42017-02-17
* vo_opengl: hwdec_vaegl: fix potentially undefined memory accessGravatar wm42017-02-14
* vaapi: remove central lock around vaapi API callsGravatar wm42017-01-28
* vo_opengl: hwdec_vaegl: add a lie for compatibilityGravatar wm42017-01-13
* vo_opengl, vaapi: properly probe 10 bit rendering supportGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: remove redundant vaapi surface format checkGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: fix terminology in commentGravatar wm42017-01-13
* vo_opengl: hwdec_vaegl: DRM_FORMAT_GR16 was renamed to DRM_FORMAT_GR32Gravatar Mark Thompson2017-01-13
* vo_opengl: hwdec_vaegl: add experimental P010 supportGravatar wm42017-01-12
* vo_opengl: vaegl: log more debugging infosGravatar wm42016-09-30
* vo_opengl: hwdec: reset hw_subfmt fieldGravatar wm42016-07-15
* video: change hw_subfmt meaningGravatar wm42016-07-15
* vo_opengl: refactor how hwdec interop exports texturesGravatar wm42016-05-10
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vo_opengl: EGL: fix hwdec probingGravatar wm42016-05-05
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* vo_opengl: hwdec: use IDs for API, and log which backend is usedGravatar wm42016-02-01
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringGravatar wm42016-01-22
* vo_opengl: vaapi: reorganize platform entrypoints as tableGravatar wm42016-01-21
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopGravatar wm42016-01-20
* vaapi: replace VA_STR_FOURCCGravatar wm42016-01-11
* vo_opengl: hwdec_vaegl: change license to LGPL 2.1Gravatar wm42016-01-07
* vo_opengl: never load vaapi GLX interop by defaultGravatar wm42015-11-09
* vo_opengl: vaapi: fix compilation failure on older systemsGravatar wm42015-10-23
* vo_opengl: remove leftover variable from vaglx in vaeglGravatar Emmanuel Gil Peyrot2015-10-02
* vo_opengl: vaapi: add Wayland supportGravatar wm42015-09-27
* vaapi: remove dependency on X11Gravatar wm42015-09-27
* vo_opengl: vaapi: provide symbols for missing extensionsGravatar wm42015-09-27
* vo_opengl: vaapi: redo how EGL extensions are loadedGravatar wm42015-09-27
* vo_opengl: vaapi: probe the surface formatGravatar wm42015-09-26
* vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on errorGravatar wm42015-09-25
* vo_opengl: vaapi: handle YV12 correctlyGravatar wm42015-09-25
* vo_opengl: vaapi: document DRM fourcc upstream definesGravatar wm42015-09-25
* vo_opengl: vaapi: use dummy image to determine plane layoutGravatar wm42015-09-25
* vo_opengl: vaapi: remove unnecessary loopGravatar wm42015-09-25
* vo_opengl: vaapi: fix cleanupGravatar wm42015-09-25
* vo_opengl: support new VAAPI EGL interopGravatar wm42015-09-25