summaryrefslogtreecommitdiffstats
path: root/video/out/vo_drm.c
Commit message (Expand)AuthorAgeFilesLines
* vo_drm: Fix pageflip errors on VT switchAnton Kindestam2018-02-261-2/+5
* drm_vo: pixel aspect from --monitoraspectMarco Migliori2018-02-211-1/+7
* vo_drm: support --monitorpixelaspectMarco Migliori2018-02-111-0/+2
* vo_drm: reset last input image on reconfigMarco Migliori2018-02-111-0/+3
* vo_drm: make the osd as large as the screenMarco Migliori2018-02-111-18/+18
* sws_utils: don't force callers to provide option structwm42018-01-181-1/+1
* video : Move drm options to substruct.Lionel CHAZALLON2017-10-231-1/+3
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-1/+1
* vo_drm: fallback to vo_wait_default if VT switcher is not availablerslovers2017-06-081-0/+2
* vo_drm: remove 2 redundant include statementswm42017-01-091-2/+0
* drm: include <poll.h> instead of <sys/poll.h>wm42017-01-091-1/+1
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+0
* vo_drm: change CLI options + refactorsrr-2016-10-071-51/+23
* vo_drm: fix segfault when using invalid cardrr-2016-10-061-2/+2
* vo_drm: refactor getting display fpsrr-2016-10-041-5/+1
* vo_drm: provide display fpsrr-2016-09-261-2/+13
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-081-2/+0
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-0/+1
* vo_opengl: allow backends to provide callbacks for custom event loopswm42016-07-201-4/+1
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-12/+7
* 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