aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_drm.c
Commit message (Expand)AuthorAge
* drm: rename plane options to better, invariant, namesGravatar Anton Kindestam2018-12-01
* context_drm_egl: Fix CRTC setup and release code when using atomicGravatar Anton Kindestam2018-07-09
* drm/atomic: refactor planes namesGravatar LongChair2018-05-01
* vo_drm: Fix pageflip errors on VT switchGravatar Anton Kindestam2018-02-26
* drm_vo: pixel aspect from --monitoraspectGravatar Marco Migliori2018-02-21
* vo_drm: support --monitorpixelaspectGravatar Marco Migliori2018-02-11
* vo_drm: reset last input image on reconfigGravatar Marco Migliori2018-02-11
* vo_drm: make the osd as large as the screenGravatar Marco Migliori2018-02-11
* sws_utils: don't force callers to provide option structGravatar wm42018-01-18
* video : Move drm options to substruct.Gravatar Lionel CHAZALLON2017-10-23
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersGravatar Lionel CHAZALLON2017-10-23
* vo_drm: fallback to vo_wait_default if VT switcher is not availableGravatar rslovers2017-06-08
* vo_drm: remove 2 redundant include statementsGravatar wm42017-01-09
* drm: include <poll.h> instead of <sys/poll.h>Gravatar wm42017-01-09
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo_drm: change CLI options + refactorsGravatar rr-2016-10-07
* vo_drm: fix segfault when using invalid cardGravatar rr-2016-10-06
* vo_drm: refactor getting display fpsGravatar rr-2016-10-04
* vo_drm: provide display fpsGravatar rr-2016-09-26
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* vo_opengl: allow backends to provide callbacks for custom event loopsGravatar wm42016-07-20
* Change GPL/LGPL dual-licensed files to LGPLGravatar wm42016-01-19
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vo_drm: relicense to LGPLGravatar rr-2015-11-08
* vo_drm: use bool rather than integer return valuesGravatar rr-2015-11-08
* vo_drm: move initialization to drm_commonGravatar rr-2015-11-08
* vo_drm: show osd in audio only modeGravatar Paul B Mahol2015-10-29
* video/out: remove an unused parameterGravatar wm42015-10-03
* vo_drm: make VT switching non mandatoryGravatar rr-2015-06-28
* vo_drm: fixed crashes with --profile=pseudo-guiGravatar Marcin Kurczewski2015-06-13
* vo_drm: fix not using BUF_COUNTGravatar Marcin Kurczewski2015-05-29
* vo_drm: fix centering with regard to strideGravatar Marcin Kurczewski2015-05-29
* vo_drm: Expose mode ID option to usersGravatar Marcin Kurczewski2015-05-28
* vo_drm: Fix resolution not restored after exitingGravatar Marcin Kurczewski2015-05-28
* vo_drm: Fix stride problem for certain devicesGravatar Marcin Kurczewski2015-05-28
* vo_drm: allow changing video rectangle settingsGravatar wm42015-05-08
* vo_drm: don't mutate the current frame when clamping for panscanGravatar wm42015-05-08
* vo_drm: zero screen buffers in reconfig function.Gravatar akemi-san2015-04-27
* vo_drm: add window screenshots supportGravatar Marcin Kurczewski2015-04-26
* vo_drm: fix return value for void functionGravatar Marcin Kurczewski2015-04-21
* vo_drm: fix coding style to adhere to guidelinesGravatar Marcin Kurczewski2015-04-21
* vo_drm: fix releasing VT if received signal twiceGravatar Marcin Kurczewski2015-04-21
* vo_drm: add vertical syncGravatar Marcin Kurczewski2015-04-21
* vo_drm: extract vt_switcher to drm_commonGravatar Marcin Kurczewski2015-04-19
* vo_drm: disable VT switcher for non-Linux systemsGravatar Marcin Kurczewski2015-04-19
* vo_drm: fix logging problems with connectorsGravatar Marcin Kurczewski2015-04-18
* vo_drm: fix VT behavior with auxiliary screensGravatar Marcin Kurczewski2015-04-18
* vo_drm: fix VT switchingGravatar Marcin Kurczewski2015-04-18
* vo_drm: add KMS/DRM renderer supportGravatar Marcin Kurczewski2015-04-16