summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_drm.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use G_DEFINE_TYPE_WITH_PRIVATE if applicableNiels De Graef1-5/+2
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2018-09-13libs: use g_clear_pointer() when possibleJimmy Ohn1-9/+2
2018-06-14libs: display: replace gst_vaapi_display_new() with gst_vaapi_display_config()Hyunjun Ko1-3/+6
2018-04-19display: drm: Allow finding DRM paths out of the PCI subsystemPaul Kocialkowski1-4/+21
2017-10-03libs: display: remove display_type from display infoVíctor Manuel Jáquez Leal1-1/+0
2017-07-18libs: display: remove cacheVíctor Manuel Jáquez Leal1-26/+5
2017-03-14O_CLOEXEC needs _GNU_SOURCE definedThomas Petazzoni1-0/+1
2017-01-11libs: display: redirect logging at initializeVíctor Manuel Jáquez Leal1-2/+1
2016-12-06libs: drm: find render node in hybrid systemVíctor Manuel Jáquez Leal1-2/+20
2016-11-03libs: display: GstVaapiDisplay as GstObject descendantHyunjun Ko1-24/+13
2015-04-16display: drm: fix race condition setting device typeMartin Sherburn1-1/+1
2015-01-27window: add generic helper to create windows.Gwenole Beauchesne1-0/+10
2015-01-27display: refine the meaning of display type.Gwenole Beauchesne1-3/+3
2015-01-27display: cosmetics (helper macros, new internal API names).Gwenole Beauchesne1-2/+2
2014-09-24display: add support for DRM Render-Nodes.Gwenole Beauchesne1-3/+44
2014-05-21display: make cache maintenance really MT-safe.Gwenole Beauchesne1-10/+3
2013-12-20display: re-indent all GstVaapiDisplay related source code.Gwenole Beauchesne1-249/+249
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+1
2013-05-27display: validate display types.Gwenole Beauchesne1-2/+2
2013-05-27display: drop internal NAME_PREFIX, store the real display name.Gwenole Beauchesne1-18/+3
2013-05-27display: make it possible to lookup the display cache by type.Gwenole Beauchesne1-2/+7
2013-05-27display: cope with new display cache API.Gwenole Beauchesne1-17/+1
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-2/+2
2013-05-07libs: use GstVaapiMiniObject for display objects.Gwenole Beauchesne1-174/+86
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-08-01Add initial support for VA/DRM.Gwenole Beauchesne1-0/+532