summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-17vulkan: chain up in finalizeMatthew Waters3-0/+7
2016-02-17vksink: only unref if the pointers are non-NULLMatthew Waters1-6/+12
2016-02-17vkimagememory: free the managing struct on _freeMatthew Waters1-0/+2
2016-02-17vkdevice: perform a waitIdle before destroying the deviceMatthew Waters1-1/+3
2016-02-17Revert "vulkan: remove views from the memory objects."Matthew Waters4-0/+114
2016-02-17vulkanmemory: remove bind variantsMatthew Waters5-187/+43
2016-02-17vulkan: remove views from the memory objects.Matthew Waters4-122/+18
2016-02-17vkswapper: alpha flags are now supported by LunarG's driverMatthew Waters1-8/+0
2016-02-17vulkan: add a vulkanbuffer bufferpoolMatthew Waters6-25/+424
2016-02-17vulkan: add upload elementMatthew Waters7-49/+537
2016-02-17vkutils: fix assert inversionMatthew Waters1-1/+1
2016-02-17vulkan: add caps feature names for the buffer and image memoriesMatthew Waters2-0/+2
2016-02-17vulkan: add device to handle_context_queryMatthew Waters3-3/+21
2016-02-17vulkan: move instance_open into the utility ensure_element_dataMatthew Waters2-6/+8
2016-02-17vkinstance: add signal for overriding device creationMatthew Waters3-5/+53
2016-02-17vulkan: separate allocation and binding of memoryMatthew Waters8-124/+283
2016-02-17vkbuffermemory: follow the rest of the struct macrosMatthew Waters1-18/+10