summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-08-30rpi: call bcm_host_init in plugin_initJulien Isorce1-0/+9
2013-08-28glimagesink: avoid to draw texture while releasing stored bufferJulien Isorce1-1/+9
2013-08-28glimagesink: fix asynchrone drawingJulien Isorce2-48/+76
2013-08-22add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters2-14/+31
2013-08-21build: use our own in tree headers before system onesMatthew Waters1-3/+2
2013-08-16glimagesink: retrieve window only when clientDrawCallback return trueJulien Isorce1-4/+5
2013-08-07gl: The GLSL rectangle resampler does not always work with int tex coordsTonu Jaansoo3-10/+10
2013-07-22gloverlay: add G_BEGIN/END declarationJulien Isorce1-0/+4
2013-07-19glimagesink: Fix format string warningSebastian Dröge1-1/+1
2013-07-19up/download: check return valuesMatthew Waters2-11/+28
2013-07-18glfilters: Mark writable-only properties as readable as wellMathieu Duponchelle2-11/+47
2013-07-18glfilters: Mark them as Video filters in their classificationMathieu Duponchelle12-12/+12
2013-07-17gl: Some less long/ulong/gulong usageSebastian Dröge2-3/+3
2013-07-16gltestsrc: Fix usage of FBO APISebastian Dröge1-6/+3
2013-07-16glimagesink: Remove GValue usage for fraction handlingSebastian Dröge2-26/+11
2013-07-16glimagesink: Fix some memory leaks and properly set up the buffer poolSebastian Dröge2-13/+44
2013-07-15glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge1-6/+9
2013-07-11glimagesink: Request and set the window handle much earlierSebastian Dröge1-3/+9
2013-07-11glimagesink: Give MARGINAL rank to be able to autoplug it if nothing else is ...Sebastian Dröge1-1/+1
2013-07-11gl: Major header and include cleanupSebastian Dröge42-53/+53
2013-07-11build: fix repeated typedefsJulien Isorce2-3/+2
2013-07-10gl: Include config.h everywhereSebastian Dröge15-4/+45
2013-07-03glimagesink: fix for gles2Matthew Waters1-2/+1
2013-06-29gl: Fix compilation with GLES2Sebastian Dröge2-15/+15
2013-06-29shader: make it possible to unref in the non-GL threadMatthew Waters1-3/+1
2013-06-29remove outdated cmake build filesMatthew Waters2-73/+0
2013-06-29display: move error_message to utilsMatthew Waters16-35/+31
2013-06-29Use gst_object_[un]ref so we can get refcounts in the logMatthew Waters3-16/+12
2013-06-29display: move context creation into windowMatthew Waters11-58/+90
2013-06-29display: remove list of upload and download objectsMatthew Waters2-27/+50
2013-06-29move sink-specific stuff from GstGLDisplay into glimagesinkMatthew Waters2-14/+302
2013-06-29build: add support for static pluginsMatthew Waters1-0/+1
2013-06-29bumper: nicer error for no bumpmap file provededMatthew Waters1-0/+5
2013-06-29bumper: error out properly if we cannot load the png fileMatthew Waters1-8/+9
2013-06-29filtershader: fix string format compiler warningsMatthew Waters1-4/+4
2013-06-29overlay: fix video-top propertyMatthew Waters1-4/+3
2013-06-29overlay: tentative port to new GstGLFuncs APIMatthew Waters1-39/+89
2013-06-29opengl: fix plugins not being registered when they should beMatthew Waters1-0/+2
2013-06-29filtercube: fix for gles2 compilationMatthew Waters1-1/+3
2013-06-29sobel: port for non-glewMatthew Waters1-12/+15
2013-06-29mosaic: fix a couple of assertionsMatthew Waters1-3/+4
2013-06-29filtershader: improve error checkingMatthew Waters1-34/+45
2013-06-29filtershader: port to non-glewMatthew Waters1-7/+7
2013-06-29laplacian: port to non-glewMatthew Waters1-16/+9
2013-06-29glass: port to non-glew + shader matricesMatthew Waters2-106/+185
2013-06-29cube: port for non-glewMatthew Waters1-144/+128
2013-06-29blur: port for non-glewMatthew Waters1-20/+26
2013-06-29filterapp: port to non-glewMatthew Waters1-26/+8
2013-06-29bumper: use DrawElements for semi-compatability with ESMatthew Waters1-2/+17
2013-06-29differencematte: port to non-GLEWMatthew Waters1-92/+80