summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow_x11.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29doc: fix some incorrect gtk-doc linksMathieu Duponchelle1-4/+4
2019-01-24vaapisink: x11: trap WM_DELETE_WINDOW messageVíctor Manuel Jáquez Leal1-2/+10
2018-12-24libs: window: use its own debug categoryVíctor Manuel Jáquez Leal1-2/+2
2018-12-24libs: window: refactor as gobjectVíctor Manuel Jáquez Leal1-94/+89
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2018-06-08meson: fix build when xrender or xrandr are not availableTim-Philipp Müller1-2/+2
2017-05-12libs: window: x11: fix src rect info when using vppHyunjun Ko1-1/+8
2017-04-11libs: window: x11/wayland: use new api for conversionHyunjun Ko1-10/+62
2017-04-11libs: window: x11/wayland: chaining up to GstVaapiWindowHyunjun Ko1-0/+6
2015-01-27window: add toplevel display indirection for visualid and colormap.Gwenole Beauchesne1-2/+12
2015-01-27window: add toplevel API to determine the colormap.Gwenole Beauchesne1-7/+2
2015-01-27window: add toplevel API to determine a visual id.Gwenole Beauchesne1-4/+9
2015-01-27window: add generic helper to create windows.Gwenole Beauchesne1-5/+5
2015-01-27display: record native display object.Gwenole Beauchesne1-11/+11
2014-07-25window: make gst_vaapi_window_reconfigure() thread-safe.Gwenole Beauchesne1-1/+5
2014-07-25window: re-indent all GstVaapiWindow related source code.Gwenole Beauchesne1-480/+435
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-06Fix printf()-like formats.Gwenole Beauchesne1-1/+1
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-07-22x11: implement pixmap rendering with RENDER extension.Gwenole Beauchesne1-0/+124
2013-07-22x11: update x11_get_geometry() helper function with depth output.Gwenole Beauchesne1-2/+2
2013-05-27display: validate display types.Gwenole Beauchesne1-0/+3
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-2/+2
2013-05-07libs: use GstVaapiObject for window objects.Gwenole Beauchesne1-85/+40
2013-01-29legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2011-06-14Fix licensing terms.Gwenole Beauchesne1-10/+11
2010-04-01Make more helpers internal, thus reducing .text size further. Add gst_vaapi_d...gb1-0/+1
2010-04-01Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb1-1/+1
2010-03-30Use a shorter function name.gb1-1/+1
2010-03-25Add missing includes (for vaapi_check_status()).gb1-0/+1
2010-03-25Add gst_vaapi_window_x11_is_foreign_xid() helper.gb1-0/+17
2010-03-25Allow derived classes to specify custom Visual and Colormap.gb1-4/+20
2010-03-25Allow window creation with a specific visual (e.g. for GLX support).gb1-1/+1
2010-03-25Use the parent display object, no need to maintain another one.gb1-78/+63
2010-03-24Rename to GST_VAAPI_OBJECT_DISPLAY().gb1-1/+1
2010-03-24All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default.gb1-2/+2
2010-03-24Make GstVaapiWindow* derive from GstVaapiObject.gb1-95/+43
2010-03-24Include gstvaapicompat.h in source files only, not headers.gb1-0/+1
2010-03-24Move "id" down to the GstVaapiObject base.gb1-1/+1
2010-03-24Move private definitions and accessors to gstvaapiobject_priv.h.gb1-0/+1
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-23Make GstVaapi{Surface,Image,Subpicture} derive from a GstVaapiObject.gb1-1/+1
2010-03-23Wait for MapNotify or UnmapNotify events on foreign windows too.gb1-15/+38
2010-03-23Check whether the foreign XID is mapped at binding time.gb1-0/+3
2010-03-23Fix warnings (drop extraneous var).gb1-1/+0