summaryrefslogtreecommitdiff
path: root/ext/gl
AgeCommit message (Expand)AuthorFilesLines
2018-03-01Port to latest GstAggregator segment APIMathieu Duponchelle2-2/+4
2018-02-18gl: GL_LIBS does not exist anymore but X11_LIBS does and is neededSebastian Dröge1-2/+2
2018-01-31configure: fix OpenGL API detectionTim-Philipp Müller1-2/+0
2018-01-29glvideomixer: fix vertex_buffer leakVincent Penquerc'h1-2/+8
2017-12-23gl: local libs should come first in Makefile.amTim-Philipp Müller1-1/+1
2017-12-23gl: arrange for finding headers and libs that have moved to -baseMark Nauwelaerts1-0/+2
2017-12-19meson: gl: fix build of openglmixers pluginTim-Philipp Müller1-10/+3
2017-12-19gl: update plugins to use GstGL from -baseTim-Philipp Müller1-3/+2
2017-12-19gl: most of opengl plugin has moved to -base, keep mixer bits in -bad for nowTim-Philipp Müller73-19162/+39
2017-12-05gldownload: fix wrong enumVíctor Manuel Jáquez Leal1-1/+1
2017-12-02gldownload: Add missing ifdef for dmabuf and eglNicolas Dufresne1-0/+2
2017-12-02gldownload: Add dmabuf exportingMatt Fischer2-5/+272
2017-12-02Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2-2/+1
2017-11-27gl/caopengllayer: use public GstGLContext instead of Cocoa-specific oneMatthew Waters1-1/+1
2017-11-22aggregator: Remove klass->sinkpads_typeMathieu Duponchelle4-6/+15
2017-11-07gltestsrc: guard stop in gl threadMatthew Waters1-2/+3
2017-11-06gltestsrc: free in the GL thread on stopMatthew Waters1-17/+22
2017-11-02gl: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2-10/+9
2017-09-26glmixer: Unmap video frame in error casePonnam Srinivas1-2/+4
2017-09-21glvidemixer: need reconfigure output gemotry after caps renegotiatedHaihua Hu2-1/+9
2017-09-21Revert "glvideomixer: need update output geometry after src caps reconfigure"Matthew Waters2-14/+5
2017-09-21glvideomixer: need update output geometry after src caps reconfigureHaihua Hu2-5/+14
2017-09-19glimagesink: expose should do redisplay all the timeHaihua Hu1-3/+3
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne3-31/+30
2017-08-23glutils: fix matrix operations everywhereMatthew Waters4-45/+52
2017-08-23gltransformation: draw with GL_TRIANGLESMatthew Waters1-6/+6
2017-08-22gl: fix broken build due to previous commit 2fd84a6cJulien Isorce2-0/+2
2017-08-22gl: do not include GL headers in public gstgl headersJulien Isorce18-10/+29
2017-08-22gldownload: Micro-optimisation. Don't check output caps on every bufferJan Schmidt2-17/+16
2017-07-12glfilter: Remove hard-coded pad templatesJan Schmidt14-0/+29
2017-06-07gl: Add dependency to gstallocatorsNicolas Dufresne1-0/+4
2017-05-22gltestsrc: Fix typo (occured->occurred)Anders Jonsson1-1/+1
2017-05-21glbasemixer: Remove unused negotiated memberOlivier Crête2-46/+0
2017-05-21gl*mixer: Use propose_allocation from the GstAggregator base classOlivier Crête4-80/+34
2017-05-21glbasemixer: Remove own decide_allocation, use GstAggregator'sOlivier Crête3-10/+11
2017-05-21glbasemixer: Use aggregator for allocation handlingOlivier Crête1-117/+4
2017-05-21videoaggregator: Get the buffer from the pool if availableOlivier Crête3-47/+0
2017-05-20aggregator: add simple support for caps handlingMatthew Waters4-57/+26
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+1
2017-05-07glvideomixer: fix whole example launch line actuallyTim-Philipp Müller1-1/+1
2017-05-07glvideomixer: remove extraneous \ from example launch line in docsTim-Philipp Müller1-1/+1
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier22-98/+87
2017-03-14gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters6-30/+14
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters3-11/+6
2017-03-08applemedia/gl: Fix compile issues for OSXNick Kallen1-0/+1
2017-03-07applemedia/gl: Update code to use ARCNick Kallen2-6/+18
2017-02-28gltestsrc: Fix potential NULL pointer dereference if we fail without GErrorSebastian Dröge1-3/+7
2017-02-28glvideomixer/compositor: Correctly error out if calculating DAR failsSebastian Dröge1-7/+9
2017-02-28gl: Rename gst_gl_get_affine_transformation_meta_as_ndc_ext() to prevent symb...Sebastian Dröge4-6/+5
2017-02-14GstGLSinkBin: fixed sink property leakJuan Pablo Ugarte1-26/+24