summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2018-02-01oggdemux: Handle invalid-sized packetsEdward Hervey1-1/+9
2018-01-30glimagesink: Allow resetting render rectangleNicolas Dufresne1-5/+2
2018-01-30glimagesink: Add render-rectangle propertyNicolas Dufresne1-4/+13
2018-01-22alsasrc: lock calls to snd_pcm_delay() with mutex as in alsasinkBranislav Katreniak2-1/+14
2018-01-17theoradec: Check for valid width/heightEdward Hervey1-0/+10
2017-12-22meson: gl: define HAVE_PNG etc. in config.h instead of c_argsTim-Philipp Müller1-5/+4
2017-12-19gl: fix up a few more #if HAVE_FOOTim-Philipp Müller2-3/+3
2017-12-19gl: hook up to build systemTim-Philipp Müller5-37/+59
2017-12-19gl: use #ifdef HAVE_* instead of #if HAVE_FOOTim-Philipp Müller2-12/+8
2017-12-19gl: remove GST_USE_UNSTABLE_API bitsTim-Philipp Müller1-1/+1
2017-12-19opus: remove unused build variable and defineTim-Philipp Müller1-2/+0
2017-12-19Move OpenGL library and plugin from -badTim-Philipp Müller91-0/+25715
2017-12-09gldownload: fix wrong enumVíctor Manuel Jáquez Leal1-1/+1
2017-12-09gldownload: Add missing ifdef for dmabuf and eglNicolas Dufresne1-0/+2
2017-12-09gldownload: Add dmabuf exportingMatt Fischer2-5/+272
2017-12-09Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2-2/+1
2017-12-09gl/caopengllayer: use public GstGLContext instead of Cocoa-specific oneMatthew Waters1-1/+1
2017-12-09aggregator: Remove klass->sinkpads_typeMathieu Duponchelle4-6/+15
2017-12-09gltestsrc: guard stop in gl threadMatthew Waters1-2/+3
2017-12-09gltestsrc: free in the GL thread on stopMatthew Waters1-17/+22
2017-12-09gl: use new gst_element_foreach_sink_pad()Tim-Philipp Müller2-10/+9
2017-12-09glmixer: Unmap video frame in error casePonnam Srinivas1-2/+4
2017-12-09glvidemixer: need reconfigure output gemotry after caps renegotiatedHaihua Hu2-1/+9
2017-12-09Revert "glvideomixer: need update output geometry after src caps reconfigure"Matthew Waters2-14/+5
2017-12-09glvideomixer: need update output geometry after src caps reconfigureHaihua Hu2-5/+14
2017-12-09glimagesink: expose should do redisplay all the timeHaihua Hu1-3/+3
2017-12-09Request minimum buffer even if need_pool is FALSENicolas Dufresne3-31/+30
2017-12-09glutils: fix matrix operations everywhereMatthew Waters4-45/+52
2017-12-09gltransformation: draw with GL_TRIANGLESMatthew Waters1-6/+6
2017-12-09gl: fix broken build due to previous commit 2fd84a6cJulien Isorce2-0/+2
2017-12-09gl: do not include GL headers in public gstgl headersJulien Isorce18-10/+29
2017-12-09gldownload: Micro-optimisation. Don't check output caps on every bufferJan Schmidt2-17/+16
2017-12-09glfilter: Remove hard-coded pad templatesJan Schmidt14-0/+29
2017-12-09gl: Add dependency to gstallocatorsNicolas Dufresne1-0/+4
2017-12-09gltestsrc: Fix typo (occured->occurred)Anders Jonsson1-1/+1
2017-12-09glbasemixer: Remove unused negotiated memberOlivier Crête2-46/+0
2017-12-09gl*mixer: Use propose_allocation from the GstAggregator base classOlivier Crête4-80/+34
2017-12-09glbasemixer: Remove own decide_allocation, use GstAggregator'sOlivier Crête3-10/+11
2017-12-09glbasemixer: Use aggregator for allocation handlingOlivier Crête1-117/+4
2017-12-09videoaggregator: Get the buffer from the pool if availableOlivier Crête3-47/+0
2017-12-09aggregator: add simple support for caps handlingMatthew Waters4-57/+26
2017-12-09Remove plugin specific static build optionNicolas Dufresne1-1/+1
2017-12-09glvideomixer: fix whole example launch line actuallyTim-Philipp Müller1-1/+1
2017-12-09glvideomixer: remove extraneous \ from example launch line in docsTim-Philipp Müller1-1/+1
2017-12-09docs: Port all docstring to gtk-doc markdownThibault Saunier22-98/+87
2017-12-09gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters6-30/+14
2017-12-09gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters3-11/+6
2017-12-09applemedia/gl: Fix compile issues for OSXNick Kallen1-0/+1
2017-12-09applemedia/gl: Update code to use ARCNick Kallen2-6/+18
2017-12-09gltestsrc: Fix potential NULL pointer dereference if we fail without GErrorSebastian Dröge1-3/+7