summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Minor string fixThibault Saunier2016-03-231-1/+1
* vulkan: VK_API_VERSION has been removedMatthew Waters2016-03-231-1/+1
* vulkan: Ship missing headers with tarballsSebastian Dröge2016-03-181-2/+5
* wayland: fix null pointer dereference on errorMatthew Waters2016-03-171-1/+2
* glstereo{mix,split}: allow running on GLES 2/3Matthew Waters2016-03-172-2/+3
* gleffects; give each effect a unique long name and descriptionMatthew Waters2016-03-112-0/+12
* glfilterapp: update for the use of shadersMatthew Waters2016-03-101-24/+36
* glimagesink: Fix window memory leakVineeth TM2016-03-091-0/+1
* glvideomixer: signal continuation in resetMatthew Waters2016-03-081-1/+1
* hls: Add OPENSSL_CFLAGS to CFLAGSJoe Gorse2016-03-041-1/+1
* qml: Fix leak of the OpenGL contextsSergey Borovkov2016-03-031-1/+4
* vksink: fix spelling on failed _ensure_data() error messageReynaldo H. Verdejo Pinochet2016-03-021-1/+1
* mpeg2enc: Provide format as a string instead of a char to gst_structure_newVivia Nikolaidou2016-03-021-1/+1
* vkswapper/vkutils: Fix gerror memory leakVineeth TM2016-02-292-0/+2
* vkdevice: Fix duplicate assignment of queue variableVineeth TM2016-02-291-1/+0
* vksink: Fix GError memory leakVineeth TM2016-02-291-0/+2
* dashdemux: sync index and the selected chunk when seekingThiago Santos2016-02-261-1/+1
* opus: rename plugin to opusparse for the time beingTim-Philipp Müller2016-02-262-8/+8
* opus: remove Opus encoder/decoder, moved to -baseTim-Philipp Müller2016-02-268-2450/+2
* opus: remove Opus RTP elements, they have moved to -goodTim-Philipp Müller2016-02-256-582/+3
* qt: use a static_cast instead of dynamic oneMatthew Waters2016-02-242-2/+2
* glmixer: iterator didn't advance in continue statementWang Xin-yu (王昕宇)2016-02-243-0/+4
* disparity: Don't assume that get_current_caps() returns non-NULL caps after h...Dave Craig2016-02-231-2/+2
* dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the da...Florin Apostol2016-02-231-6/+8
* gl: fix the buildMatthew Waters2016-02-221-2/+2
* gl: error out if the configured GL API is unsupported by our elementMatthew Waters2016-02-223-0/+55
* qmlglsink: Schedule onSceneGrpahInitialized to execute on render threadSergey Borovkov2016-02-222-3/+33
* daala: don't use exported but undeclared core debug category symbolsTim-Philipp Müller2016-02-201-3/+4
* modplug: Fix compiler warning about C++11 compatibilitySebastian Dröge2016-02-181-1/+1
* curlbasesink: don't send empty buffersDavid Fernandez2016-02-171-2/+7
* ladspa: Fix some debugsThibault Saunier2016-02-171-4/+3
* glimagesink: remove unsed reconfigure variableMatthew Waters2016-02-171-1/+0
* glimagesink: don't push a reconfigure event from the GL threadMatthew Waters2016-02-172-8/+21
* glvideomixer: don't leak pad's vertex buffer on release_padWang Xin-yu (王昕宇)2016-02-171-0/+21
* glmixer: Remove usage of GstGLMixerFrameDataMatthew Waters2016-02-178-209/+88
* glmixer: don't hold the object lock while calling into GLMatthew Waters2016-02-171-55/+60
* vkdevice: add the necessary but arbitrary queue priorityMatthew Waters2016-02-171-0/+2
* vkswapper: add the necessary call to check if the physical device supports th...Matthew Waters2016-02-171-4/+23
* vulkan: update to SDK 1.0.3.1Matthew Waters2016-02-172-7/+6
* vkswapper: iterate over the device queue's using the new iteration APIMatthew Waters2016-02-171-25/+56
* vkdevice: add callback iteration over the device queue'sMatthew Waters2016-02-172-0/+27
* vkqueue: add context helpersMatthew Waters2016-02-172-2/+136
* vkutils: move object-specific context queries to their respective filesMatthew Waters2016-02-1710-149/+328
* vkdevice: remove unneeded error parameter from get_queue()Matthew Waters2016-02-172-3/+2
* vkupload: implement an uploader abstractionMatthew Waters2016-02-172-147/+536
* vkdisplay: unref the instanceMatthew Waters2016-02-171-0/+4
* vulkan: chain up in finalizeMatthew Waters2016-02-173-0/+7
* vksink: only unref if the pointers are non-NULLMatthew Waters2016-02-171-6/+12
* vkimagememory: free the managing struct on _freeMatthew Waters2016-02-171-0/+2
* vkdevice: perform a waitIdle before destroying the deviceMatthew Waters2016-02-171-1/+3