summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-22libs: window: remove native-id propertyVíctor Manuel Jáquez Leal1-21/+6
2019-01-22libs: window: use G_GSIZE_MODIFIER for window idVíctor Manuel Jáquez Leal1-2/+2
2018-12-24libs: window: remove custom ref() and unref()Víctor Manuel Jáquez Leal1-28/+1
2018-12-24libs: window: use its own debug categoryVíctor Manuel Jáquez Leal1-3/+7
2018-12-24libs: window: refactor as gobjectVíctor Manuel Jáquez Leal1-40/+123
2018-09-25libs: remove dependency on IN_LIBGSTVAAPI_COREVíctor Manuel Jáquez Leal1-9/+5
2017-04-11libs: window: don't add an unused functionVíctor Manuel Jáquez Leal1-3/+0
2017-04-11libs: window: remove surface_format memberVíctor Manuel Jáquez Leal1-4/+3
2017-04-11libs: window: add gst_vaapi_window_vpp_convert_internal()Hyunjun Ko1-0/+104
2017-04-11libs: window: x11/wayland: chaining up to GstVaapiWindowHyunjun Ko1-0/+17
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-2/+5
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal1-1/+2
2015-05-15vaapisink: implement unlock/unlock_stop for waylandMichael Olbrich1-0/+42
2015-01-27window: add generic helper to create windows.Gwenole Beauchesne1-21/+31
2014-07-25window: allow for updating size from current geometry.Holger Kaelberer1-0/+16
2014-07-25window: re-indent all GstVaapiWindow related source code.Gwenole Beauchesne1-185/+175
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-22Add initial Pixmap API.Gwenole Beauchesne1-0/+57
2013-07-08surface: add simple surface info accessors as helper macros.Gwenole Beauchesne1-5/+3
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-13/+13
2013-05-07libs: use GstVaapiObject for window objects.Gwenole Beauchesne1-183/+109
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 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