summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay_priv.h
Commit message (Expand)AuthorAgeFilesLines
* window: add toplevel display indirection for visualid and colormap.Gwenole Beauchesne2015-01-271-1/+9
* window: add generic helper to create windows.Gwenole Beauchesne2015-01-271-0/+5
* display: refine the meaning of display type.Gwenole Beauchesne2015-01-271-25/+16
* display: cosmetics (helper macros, new internal API names).Gwenole Beauchesne2015-01-271-36/+20
* display: record native display object.Gwenole Beauchesne2015-01-271-0/+12
* texture: add generic helper to create textures.Gwenole Beauchesne2015-01-271-0/+7
* display: add interface to retrieve the display name.Gwenole Beauchesne2014-07-251-0/+1
* display: add utility function to query VA driver name.Gwenole Beauchesne2014-05-211-0/+1
* display: make cache maintenance really MT-safe.Gwenole Beauchesne2014-05-211-3/+11
* libs: check that private headers remain private.Gwenole Beauchesne2014-01-231-1/+1
* display: allocate queried resources on-demand.Gwenole Beauchesne2013-12-201-1/+2
* display: re-indent all GstVaapiDisplay related source code.Gwenole Beauchesne2013-12-201-67/+71
* legal: update copyright notice dates.Gwenole Beauchesne2013-11-221-1/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* Add initial infrastructure for video processing.Gwenole Beauchesne2013-08-231-0/+11
* display: validate display types.Gwenole Beauchesne2013-05-271-0/+10
* display: make it possible to lookup the display cache by type.Gwenole Beauchesne2013-05-271-0/+22
* libs: use GstVaapiMiniObject for display objects.Gwenole Beauchesne2013-05-071-12/+120
* libs: use glib >= 2.32 semantics for mutexes.Gwenole Beauchesne2012-12-171-1/+1
* display: add initial support for display attributes.Gwenole Beauchesne2012-08-271-0/+1
* display: add display types.Gwenole Beauchesne2012-07-251-0/+1
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-161-1/+1
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-161-0/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* display: use VA display cache for X11 and GLX winsys.Gwenole Beauchesne2012-01-121-0/+5
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
* Use a recursive mutex so that a single thread can lockgb2010-09-201-1/+1
* Add VA profile abstraction.gb2010-04-201-1/+2
* Make more helpers internal, thus reducing .text size further. Add gst_vaapi_d...gb2010-04-011-2/+5
* Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb2010-04-011-0/+85