summaryrefslogtreecommitdiff
path: root/ext/gl
AgeCommit message (Expand)AuthorFilesLines
2016-02-24glmixer: iterator didn't advance in continue statementWang Xin-yu (王昕宇)3-0/+4
2016-02-22gl: fix the buildMatthew Waters1-2/+2
2016-02-22gl: error out if the configured GL API is unsupported by our elementMatthew Waters3-0/+55
2016-02-17glimagesink: remove unsed reconfigure variableMatthew Waters1-1/+0
2016-02-17glimagesink: don't push a reconfigure event from the GL threadMatthew Waters2-8/+21
2016-02-17glvideomixer: don't leak pad's vertex buffer on release_padWang Xin-yu (王昕宇)1-0/+21
2016-02-17glmixer: Remove usage of GstGLMixerFrameDataMatthew Waters8-209/+88
2016-02-17glmixer: don't hold the object lock while calling into GLMatthew Waters1-55/+60
2016-02-16glvideoflip: don't ignore method changes when caps aren't set (yet)Alessandro Decina1-0/+6
2016-02-08gleffects: identity: add the shader to the hash tableMatthew Waters1-0/+2
2016-02-03gltransformation: reconfigure the src when changing to/from passthroughMatthew Waters1-9/+13
2016-02-03glvideoflip: correctly update the output caps on method changesMatthew Waters2-71/+89
2016-02-01gldownload: allow video/x-raw as inputAlessandro Decina1-2/+2
2016-02-01glvideomixer: fix checker vbo leakWang Xin-yu (王昕宇)1-0/+5
2016-01-29gleffects: fix gleffects fisheye shader compile errorHaihua Hu1-1/+1
2016-01-29glvideomixer: par may not exist in the capsMatthew Waters1-6/+4
2016-01-27videoaggregator: don't do caps processing that is not overridableMatthew Waters3-31/+87
2016-01-27glcolorbalance: return HARDWARE from get_balance_typeMatthew Waters1-1/+1
2016-01-27glsinkbin: add glcolorbalance elementMatthew Waters2-1/+145
2016-01-27gl: move control binding proxy implementation from glvideomixerMatthew Waters1-169/+33
2016-01-27glcolorbalance: create the shader if it doesn't exist in the render callbackMatthew Waters1-3/+17
2016-01-27glvideoflip: incorporate the aspect ratio into the scale_x calculationsMatthew Waters2-40/+66
2016-01-19gl: fix compiler warnings with gcc-6Tim-Philipp Müller3-171/+217
2016-01-15gl: add a videoflip elementMatthew Waters4-1/+567
2016-01-15gltransformation: always build a valid mvp matrixMatthew Waters1-54/+61
2016-01-15gltransformation: support negative scalesMatthew Waters1-2/+4
2016-01-15gltransformation: implement passthrough handlingMatthew Waters1-0/+14
2016-01-15gltransformation: implement navigation eventsMatthew Waters2-25/+178
2016-01-14glimagesink: remove reduntant glimagesink from debug loggingMatthew Waters1-4/+2
2016-01-13gl: implement a colorbalance elementMatthew Waters4-0/+624
2016-01-13glvideomixer: implement glBlendFunc and glBlendEquationMatthew Waters2-12/+500
2016-01-06glcolorconvert: implement usage of a buffer poolMatthew Waters1-0/+3
2015-12-30gleffects: fix shader compilation with legacy openglMatthew Waters1-1/+2
2015-12-28glshader: fix usage docFlorent Thiéry1-3/+3
2015-12-28glimagesink: Post unhandled navigation events on the busFlorent Thiéry1-7/+11
2015-12-18glimagesink: Show error when video frame is not mapped.Lubosz Sarnecki1-0/+1
2015-12-18glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina1-4/+4
2015-12-18glimagesink: don't deadlock on resizeMatthew Waters1-4/+4
2015-12-17glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters1-4/+24
2015-12-15plugins-bad: Fix example pipelinesVineeth TM9-12/+12
2015-12-14glmemory: base classify and add the pbo memory on topMatthew Waters2-3/+4
2015-12-14gldownload: remove helper api from the libraryMatthew Waters1-1/+0
2015-12-12gltransformation: clear to transparentMatthew Waters1-1/+1
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet4-14/+7
2015-11-17glimagesink: Remove unused variableSebastian Dröge1-1/+0
2015-11-17glimagesink: wait on the correct sync meta when renderingMatthew Waters2-9/+22
2015-11-17glimagesink: add support for rendering external-oes texturesMatthew Waters2-10/+81
2015-11-17glimagesink: Fix structure memory leakVineeth TM1-1/+3
2015-11-11glviewconvert: remove set_formatMatthew Waters3-9/+33
2015-11-11glimagesink: fix a memory leak if the view conversion failsMatthew Waters1-1/+5