summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapitexture.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-02Fix TFP logic and simplify the FBO model. i.e. it's not necessarygb1-12/+6
2010-04-01Fix get-out conditions.gb1-2/+4
2010-04-01The shared GL context in GstVaapiTexture is only useful for casesgb1-32/+49
2010-04-01Make more helpers internal, thus reducing .text size further. Add gst_vaapi_d...gb1-1/+2
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-0/+21
2010-03-30Enable build without VA/GLX extensions. i.e. fallback to TFP + FBO.gb1-32/+165
2010-03-30Use a shorter function name.gb1-1/+1
2010-03-29Fix texture rendering.gb1-6/+14
2010-03-29Fix documentation.gb1-1/+39
2010-03-26Add initial VA/GLX texture abstraction though the API is not good enough yet.gb1-0/+468