summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_wayland.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-18libs: display: wayland: add gst_vaapi_display_wayland_new_with_va_display()Hyunjun Ko1-0/+29
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-65/+5
2016-11-03libs: display: GstVaapiDisplay as GstObject descendantHyunjun Ko1-26/+16
2016-07-14wayland: Error check before using cached wl_displayJagyum Koo1-0/+6
2016-02-03libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal1-3/+3
2015-04-28wayland: don't leak the registry proxyOlivier Crete1-0/+5
2015-01-27window: add generic helper to create windows.Gwenole Beauchesne1-0/+11
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-05-21display: make cache maintenance really MT-safe.Gwenole Beauchesne1-8/+2
2013-12-20display: re-indent all GstVaapiDisplay related source code.Gwenole Beauchesne1-260/+246
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-06-05wayland: fix memory leak of display resources.Gwenole Beauchesne1-0/+10
2013-05-27display: validate display types.Gwenole Beauchesne1-1/+1
2013-05-27display: drop internal NAME_PREFIX, store the real display name.Gwenole Beauchesne1-39/+4
2013-05-27display: make it possible to lookup the display cache by type.Gwenole Beauchesne1-2/+5
2013-05-27display: cope with new display cache API.Gwenole Beauchesne1-5/+6
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-1/+1
2013-05-07libs: use GstVaapiMiniObject for display objects.Gwenole Beauchesne1-178/+94
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-28wayland: fix display sharing.Gwenole Beauchesne1-6/+13
2012-11-15wayland: port to 1.0 version of the protocol.Rob Bradford1-21/+17
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-07-27wayland: implement display ::get_size*() hooks.Gwenole Beauchesne1-1/+81
2012-07-25wayland: fix double disconnect of display.Gwenole Beauchesne1-1/+2
2012-07-25wayland: mangle display name for cache lookups.Gwenole Beauchesne1-28/+71
2012-07-25Add initial support for VA/Wayland.Sreerenj Balachandran1-0/+414