summaryrefslogtreecommitdiffstats
path: root/video/out/vo_drm.c
Commit message (Expand)AuthorAgeFilesLines
* video: switch from using display aspect to sample aspectwm42015-12-191-2/+2
* vo_drm: relicense to LGPLrr-2015-11-081-4/+5
* vo_drm: use bool rather than integer return valuesrr-2015-11-081-36/+23
* vo_drm: move initialization to drm_commonrr-2015-11-081-219/+75
* vo_drm: show osd in audio only modePaul B Mahol2015-10-291-8/+13
* video/out: remove an unused parameterwm42015-10-031-2/+2
* vo_drm: make VT switching non mandatoryrr-2015-06-281-11/+20
* vo_drm: fixed crashes with --profile=pseudo-guiMarcin Kurczewski2015-06-131-1/+1
* vo_drm: fix not using BUF_COUNTMarcin Kurczewski2015-05-291-5/+4
* vo_drm: fix centering with regard to strideMarcin Kurczewski2015-05-291-13/+16
* vo_drm: Expose mode ID option to usersMarcin Kurczewski2015-05-281-10/+19
* vo_drm: Fix resolution not restored after exitingMarcin Kurczewski2015-05-281-1/+1
* vo_drm: Fix stride problem for certain devicesMarcin Kurczewski2015-05-281-1/+1
* vo_drm: allow changing video rectangle settingswm42015-05-081-0/+6
* vo_drm: don't mutate the current frame when clamping for panscanwm42015-05-081-3/+4
* vo_drm: zero screen buffers in reconfig function.akemi-san2015-04-271-0/+4
* vo_drm: add window screenshots supportMarcin Kurczewski2015-04-261-0/+3
* vo_drm: fix return value for void functionMarcin Kurczewski2015-04-211-1/+1
* vo_drm: fix coding style to adhere to guidelinesMarcin Kurczewski2015-04-211-4/+6
* vo_drm: fix releasing VT if received signal twiceMarcin Kurczewski2015-04-211-0/+3
* vo_drm: add vertical syncMarcin Kurczewski2015-04-211-5/+45
* vo_drm: extract vt_switcher to drm_commonMarcin Kurczewski2015-04-191-132/+38
* vo_drm: disable VT switcher for non-Linux systemsMarcin Kurczewski2015-04-191-2/+3
* vo_drm: fix logging problems with connectorsMarcin Kurczewski2015-04-181-1/+1
* vo_drm: fix VT behavior with auxiliary screensMarcin Kurczewski2015-04-181-2/+4
* vo_drm: fix VT switchingMarcin Kurczewski2015-04-181-55/+229
* vo_drm: add KMS/DRM renderer supportMarcin Kurczewski2015-04-161-0/+513