summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2016-03-25gtk/gl: don't assert when gdk doesn't provide a GL contextMatthew Waters1-1/+5
2016-03-24dfbvideosink: post message to application for unhandled keyboard/mouse eventsVineeth TM1-2/+8
2016-03-24gtkbasesink: post message to application for unhandled keyboard/mouse eventsVineeth TM1-4/+8
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM120-475/+320
2016-03-23vulkan: Minor string fixThibault Saunier1-1/+1
2016-03-23vulkan: VK_API_VERSION has been removedMatthew Waters1-1/+1
2016-03-18vulkan: Ship missing headers with tarballsSebastian Dröge1-2/+5
2016-03-17wayland: fix null pointer dereference on errorMatthew Waters1-1/+2
2016-03-17glstereo{mix,split}: allow running on GLES 2/3Matthew Waters2-2/+3
2016-03-11gleffects; give each effect a unique long name and descriptionMatthew Waters2-0/+12
2016-03-10glfilterapp: update for the use of shadersMatthew Waters1-24/+36
2016-03-09glimagesink: Fix window memory leakVineeth TM1-0/+1
2016-03-08glvideomixer: signal continuation in resetMatthew Waters1-1/+1
2016-03-04hls: Add OPENSSL_CFLAGS to CFLAGSJoe Gorse1-1/+1
2016-03-03qml: Fix leak of the OpenGL contextsSergey Borovkov1-1/+4
2016-03-02vksink: fix spelling on failed _ensure_data() error messageReynaldo H. Verdejo Pinochet1-1/+1
2016-03-02mpeg2enc: Provide format as a string instead of a char to gst_structure_newVivia Nikolaidou1-1/+1
2016-02-29vkswapper/vkutils: Fix gerror memory leakVineeth TM2-0/+2
2016-02-29vkdevice: Fix duplicate assignment of queue variableVineeth TM1-1/+0
2016-02-29vksink: Fix GError memory leakVineeth TM1-0/+2
2016-02-26dashdemux: sync index and the selected chunk when seekingThiago Santos1-1/+1
2016-02-26opus: rename plugin to opusparse for the time beingTim-Philipp Müller2-8/+8
2016-02-26opus: remove Opus encoder/decoder, moved to -baseTim-Philipp Müller8-2450/+2
2016-02-25opus: remove Opus RTP elements, they have moved to -goodTim-Philipp Müller6-582/+3
2016-02-24qt: use a static_cast instead of dynamic oneMatthew Waters2-2/+2
2016-02-24glmixer: iterator didn't advance in continue statementWang Xin-yu (王昕宇)3-0/+4
2016-02-23disparity: Don't assume that get_current_caps() returns non-NULL caps after h...Dave Craig1-2/+2
2016-02-23dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the da...Florin Apostol1-6/+8
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-22qmlglsink: Schedule onSceneGrpahInitialized to execute on render threadSergey Borovkov2-3/+33
2016-02-20daala: don't use exported but undeclared core debug category symbolsTim-Philipp Müller1-3/+4
2016-02-18modplug: Fix compiler warning about C++11 compatibilitySebastian Dröge1-1/+1
2016-02-17curlbasesink: don't send empty buffersDavid Fernandez1-2/+7
2016-02-17ladspa: Fix some debugsThibault Saunier1-4/+3
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-17vkdevice: add the necessary but arbitrary queue priorityMatthew Waters1-0/+2
2016-02-17vkswapper: add the necessary call to check if the physical device supports th...Matthew Waters1-4/+23
2016-02-17vulkan: update to SDK 1.0.3.1Matthew Waters2-7/+6
2016-02-17vkswapper: iterate over the device queue's using the new iteration APIMatthew Waters1-25/+56
2016-02-17vkdevice: add callback iteration over the device queue'sMatthew Waters2-0/+27
2016-02-17vkqueue: add context helpersMatthew Waters2-2/+136
2016-02-17vkutils: move object-specific context queries to their respective filesMatthew Waters10-149/+328
2016-02-17vkdevice: remove unneeded error parameter from get_queue()Matthew Waters2-3/+2
2016-02-17vkupload: implement an uploader abstractionMatthew Waters2-147/+536
2016-02-17vkdisplay: unref the instanceMatthew Waters1-0/+4