summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow_glx.c
AgeCommit message (Expand)AuthorFilesLines
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