summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_x11.h
Commit message (Collapse)AuthorAgeFilesLines
* window: add toplevel API to determine a visual id.Gwenole Beauchesne2015-01-271-2/+1
| | | | | | | Add GstVaapiWindowClass::get_visual_id() function hook to help find the best suitable visual id for the supplied window. While doing so, also simplify the process by which an X11 window is created with a desired Visual, i.e. now use a visual id instead of a Visual object.
* libs: re-indent all source code related to VA utilities.Gwenole Beauchesne2014-01-231-12/+6
|
* libs: check that private headers remain private.Gwenole Beauchesne2014-01-231-0/+1
| | | | | | | | | Make sure that libgstvaapi private headers remain internally used to build libgstvaapi libraries only. All header dependencies were reviewed and checks for IN_LIBGSTVAAPI definition were added accordingly. Also rename GST_VAAPI_CORE definition to IN_LIBGSTVAAPI_CORE to keep consistency.
* legal: update copyright notice dates.Gwenole Beauchesne2013-11-221-1/+1
|
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
| | | | | | Credit original authors on a per-file basis as we cannot expect people to know all country-specific rules, or bother browsing through the git history.
* x11: update x11_get_geometry() helper function with depth output.Gwenole Beauchesne2013-07-221-1/+2
| | | | | Allow x11_get_geometry() utility function to also return the depth assigned to the X drawable.
* legal: add Intel copyright on modified files.Gwenole Beauchesne2013-01-291-0/+1
|
* Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.Gwenole Beauchesne2012-07-191-7/+10
|
* glib: fix includes.Gwenole Beauchesne2012-02-071-1/+1
|
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
|
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
|
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
|
* Allow derived classes to specify custom Visual and Colormap.gb2010-03-251-1/+1
|
* Allow window creation with a specific visual (e.g. for GLX support).gb2010-03-251-1/+1
|
* Improve display locking and rework X event wait functions.gb2010-03-221-3/+0
|
* Use gtypes.gb2010-03-181-1/+1
|
* Cosmetics (remove an extra line).gb2010-03-161-1/+0
|
* Move X11 utilties to gstvaapiutils_x11.[ch].gb2010-03-161-0/+52