summaryrefslogtreecommitdiff
path: root/ext/gl
Commit message (Expand)AuthorAgeFilesLines
* gleffects; give each effect a unique long name and descriptionMatthew Waters2016-03-112-0/+12
* glfilterapp: update for the use of shadersMatthew Waters2016-03-101-24/+36
* glimagesink: Fix window memory leakVineeth TM2016-03-091-0/+1
* glvideomixer: signal continuation in resetMatthew Waters2016-03-081-1/+1
* glmixer: iterator didn't advance in continue statementWang Xin-yu (王昕宇)2016-02-243-0/+4
* gl: fix the buildMatthew Waters2016-02-221-2/+2
* gl: error out if the configured GL API is unsupported by our elementMatthew Waters2016-02-223-0/+55
* glimagesink: remove unsed reconfigure variableMatthew Waters2016-02-171-1/+0
* glimagesink: don't push a reconfigure event from the GL threadMatthew Waters2016-02-172-8/+21
* glvideomixer: don't leak pad's vertex buffer on release_padWang Xin-yu (王昕宇)2016-02-171-0/+21
* glmixer: Remove usage of GstGLMixerFrameDataMatthew Waters2016-02-178-209/+88
* glmixer: don't hold the object lock while calling into GLMatthew Waters2016-02-171-55/+60
* glvideoflip: don't ignore method changes when caps aren't set (yet)Alessandro Decina2016-02-161-0/+6
* gleffects: identity: add the shader to the hash tableMatthew Waters2016-02-081-0/+2
* gltransformation: reconfigure the src when changing to/from passthroughMatthew Waters2016-02-031-9/+13
* glvideoflip: correctly update the output caps on method changesMatthew Waters2016-02-032-71/+89
* gldownload: allow video/x-raw as inputAlessandro Decina2016-02-011-2/+2
* glvideomixer: fix checker vbo leakWang Xin-yu (王昕宇)2016-02-011-0/+5
* gleffects: fix gleffects fisheye shader compile errorHaihua Hu2016-01-291-1/+1
* glvideomixer: par may not exist in the capsMatthew Waters2016-01-291-6/+4
* videoaggregator: don't do caps processing that is not overridableMatthew Waters2016-01-273-31/+87
* glcolorbalance: return HARDWARE from get_balance_typeMatthew Waters2016-01-271-1/+1
* glsinkbin: add glcolorbalance elementMatthew Waters2016-01-272-1/+145
* gl: move control binding proxy implementation from glvideomixerMatthew Waters2016-01-271-169/+33
* glcolorbalance: create the shader if it doesn't exist in the render callbackMatthew Waters2016-01-271-3/+17
* glvideoflip: incorporate the aspect ratio into the scale_x calculationsMatthew Waters2016-01-272-40/+66
* gl: fix compiler warnings with gcc-6Tim-Philipp Müller2016-01-193-171/+217
* gl: add a videoflip elementMatthew Waters2016-01-154-1/+567
* gltransformation: always build a valid mvp matrixMatthew Waters2016-01-151-54/+61
* gltransformation: support negative scalesMatthew Waters2016-01-151-2/+4
* gltransformation: implement passthrough handlingMatthew Waters2016-01-151-0/+14
* gltransformation: implement navigation eventsMatthew Waters2016-01-152-25/+178
* glimagesink: remove reduntant glimagesink from debug loggingMatthew Waters2016-01-141-4/+2
* gl: implement a colorbalance elementMatthew Waters2016-01-134-0/+624
* glvideomixer: implement glBlendFunc and glBlendEquationMatthew Waters2016-01-132-12/+500
* glcolorconvert: implement usage of a buffer poolMatthew Waters2016-01-061-0/+3
* gleffects: fix shader compilation with legacy openglMatthew Waters2015-12-301-1/+2
* glshader: fix usage docFlorent Thiéry2015-12-281-3/+3
* glimagesink: Post unhandled navigation events on the busFlorent Thiéry2015-12-281-7/+11
* glimagesink: Show error when video frame is not mapped.Lubosz Sarnecki2015-12-181-0/+1
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-181-4/+4
* glimagesink: don't deadlock on resizeMatthew Waters2015-12-181-4/+4
* glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters2015-12-171-4/+24
* plugins-bad: Fix example pipelinesVineeth TM2015-12-159-12/+12
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-142-3/+4
* gldownload: remove helper api from the libraryMatthew Waters2015-12-141-1/+0
* gltransformation: clear to transparentMatthew Waters2015-12-121-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-184-14/+7
* glimagesink: Remove unused variableSebastian Dröge2015-11-171-1/+0
* glimagesink: wait on the correct sync meta when renderingMatthew Waters2015-11-172-9/+22