summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow_glx.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29doc: fix some incorrect gtk-doc linksMathieu Duponchelle1-4/+4
2018-12-24libs: window: remove custom ref() and unref()Víctor Manuel Jáquez Leal1-2/+2
2018-12-24libs: window: use its own debug categoryVíctor Manuel Jáquez Leal1-2/+2
2018-12-24libs: window: refactor as gobjectVíctor Manuel Jáquez Leal1-65/+63
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-4/+10
2016-02-03libs: trivial comment style fixesVíctor Manuel Jáquez Leal1-2/+2
2015-01-27window: add toplevel API to determine the colormap.Gwenole Beauchesne1-3/+3
2015-01-27window: add toplevel API to determine a visual id.Gwenole Beauchesne1-5/+5
2015-01-27window: add generic helper to create windows.Gwenole Beauchesne1-4/+5
2015-01-27display: record native display object.Gwenole Beauchesne1-10/+6
2014-07-25window: re-indent all GstVaapiWindow related source code.Gwenole Beauchesne1-319/+304
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-06Fix printf()-like formats.Gwenole Beauchesne1-1/+1
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-05-27window: fix GLX window initialization.Gwenole Beauchesne1-2/+26
2013-05-27display: validate display types.Gwenole Beauchesne1-0/+4
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-8/+5
2013-05-07libs: use GstVaapiObject for window objects.Gwenole Beauchesne1-164/+102
2013-01-29legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
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 copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2011-06-14Fix licensing terms.Gwenole Beauchesne1-10/+11
2010-04-01The shared GL context in GstVaapiTexture is only useful for casesgb1-3/+2
2010-04-01Make more helpers internal, thus reducing .text size further. Add gst_vaapi_d...gb1-2/+7
2010-04-01Move GST_VAAPI_DISPLAY_VADISPLAY() and GST_VAAPI_DISPLAY_{LOCK,UNLOCK}() to g...gb1-1/+1
2010-03-31Improve handling of GL contexts.gb1-170/+105
2010-03-29Add glXSwapBuffers() workaround for NVIDIA.gb1-2/+11
2010-03-29Add gst_vaapi_window_glx_put_texture() helper.gb1-0/+103
2010-03-29Fix typos.gb1-2/+2
2010-03-26Make sure window resize completed prior to resizing the GL viewport.gb1-0/+1
2010-03-26Restore GLX context only if there is one.gb1-1/+2
2010-03-26Add gst_vaapi_window_glx_make_current(). Handle X11 window size changes and r...gb1-3/+65
2010-03-25Add initial VA/GLX support.gb1-0/+488