summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2012-01-11window: always check geometry when the window is mapped.Gwenole Beauchesne1-14/+17
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2011-06-14Fix licensing terms.Gwenole Beauchesne1-10/+11
2010-04-01Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb1-1/+1
2010-03-26Check GstVaapiWindow::render() is available prior to calling it.gb1-5/+6
2010-03-24Rename to GST_VAAPI_OBJECT_DISPLAY().gb1-2/+2
2010-03-24Make GstVaapiWindow* derive from GstVaapiObject.gb1-33/+8
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-23Drop introspection annotations since they require gtk-doc >= 1.12.gb1-4/+4
2010-03-22Shorten condition.gb1-5/+4
2010-03-22Try to improve switch to fullscreen mode.gb1-21/+50
2010-03-22Move _GstVaapiWindowPrivate declaration to gstvaapiwindow_priv.h.gb1-13/+0
2010-03-22Add private API to set window size & fullscreen modesgb1-5/+20
2010-03-22Add gst_vaapi_window_get_fullscreen() helper and "fullscreen" property.gb1-1/+33
2010-03-22Add gst_vaapi_window_get_display() to base.gb1-4/+50
2010-03-22Add GstVaapiPoint & GstVaapiRectangle data structures.gb1-13/+13
2010-03-22Add gst_vaapi_window_set_fullscreen() API.gb1-2/+26
2010-03-21Rename gst_vaapi_window_put_surface_full() to plain gst_vaapi_window_put_surf...gb1-35/+1
2010-03-19Add tedious documentation.gb1-2/+96
2010-03-18Make it possible to bin an X11 window to GstVaapiWindowX11 with plaingb1-8/+15
2010-03-16Rename vaapi_debug.h to gstvaapidebug.h.gb1-1/+1
2010-03-15Add VA/X11 window abstraction.gb1-0/+332