summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidisplay.h
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for EGL.Gwenole Beauchesne2015-02-241-0/+2
* display: add utility function to check for OpenGL rendering.Gwenole Beauchesne2015-01-271-0/+3
* display: refine the meaning of display type.Gwenole Beauchesne2015-01-271-3/+15
* display: cosmetics (helper macros, new internal API names).Gwenole Beauchesne2015-01-271-0/+36
* display: add interface to retrieve the display name.Gwenole Beauchesne2014-07-251-0/+3
* display: add utility function to query VA driver name.Gwenole Beauchesne2014-05-211-0/+3
* display: don't use GstCaps for decode or encode profiles list.Gwenole Beauchesne2013-12-201-4/+4
* display: don't use GstCaps for image or subpicture formats list.Gwenole Beauchesne2013-12-201-4/+4
* display: allocate queried resources on-demand.Gwenole Beauchesne2013-12-201-0/+3
* display: re-indent all GstVaapiDisplay related source code.Gwenole Beauchesne2013-12-201-74/+57
* plugins: check type of display obtained from neighbours.Gwenole Beauchesne2013-12-181-0/+4
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* libs: port to new video format API.Gwenole Beauchesne2013-07-091-3/+3
* libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne2013-05-231-3/+0
* libs: use GstVaapiMiniObject for display objects.Gwenole Beauchesne2013-05-071-70/+20
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* subpicture: add support for global-alpha.Holger Kaelberer2013-01-111-1/+2
* Do not forward declare enums.Philip Lorenz2012-09-071-3/+2
* display: add color balance properties.Gwenole Beauchesne2012-08-281-0/+8
* display: expose display attributes as GObject properties.Gwenole Beauchesne2012-08-281-0/+8
* display: add support for rotation modes.Wind Yuan2012-08-271-0/+9
* display: add support for rendering modes.Gwenole Beauchesne2012-08-271-0/+13
* display: add initial support for display attributes.Gwenole Beauchesne2012-08-271-0/+3
* Add initial support for VA/DRM.Gwenole Beauchesne2012-08-011-0/+2
* plugins: add support for Wayland.Gwenole Beauchesne2012-07-251-0/+2
* display: add display types.Gwenole Beauchesne2012-07-251-0/+23
* Drop support for obsolete VA-API versions < 0.30.4.Gwenole Beauchesne2012-07-201-6/+1
* libs: declare _get_type() functions as const.Javier Jardón2012-07-191-1/+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-2/+3
* display: implement a VA display cache.Gwenole Beauchesne2012-01-121-0/+13
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Relicense gst-libs/ code to LGPL v2.1+.gb2010-09-201-10/+11
* Fix gst_vaapi_display_has_{decoder,encoder}() to check for the entrypoint too.gb2010-09-201-4/+6
* Add VA profile abstraction.gb2010-04-201-1/+17
* Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb2010-04-011-27/+0
* Add gst_vaapi_display_{sync,flush}() helpers.gb2010-03-261-2/+12
* Only add _display suffix to open & close members because they could be #defin...gb2010-03-261-4/+4
* Add compatibility with the original VA-API 0.29.gb2010-03-241-1/+6
* Add gst_vaapi_display_get_pixel_aspect_ratio().gb2010-03-221-2/+13
* Add display size accessors.gb2010-03-221-0/+11
* Fix documentation of *Class'es.gb2010-03-211-1/+1
* Add tedious documentation.gb2010-03-191-0/+34
* Add VA display locking utilities.gb2010-03-171-3/+17
* Add VA and X11 display accessors.gb2010-03-151-0/+3
* API change: gst_vaapi_display_x11_new() now takes an X11 display name.gb2010-03-111-1/+5
* Fix GstVaapiDisplay initialization.gb2010-03-101-0/+3
* Get VA image & subpicture formats as GstCaps.gb2010-03-101-0/+6