summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-18gl: Move private headers from SOURCES to noinst_HEADERSSebastian Dröge1-5/+6
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-17uvch264_src: Fix caps memory leakVineeth TM1-2/+2
2016-02-17mpegtsbase: Refactor code to check for subclass seek handlingVineeth TM1-10/+12
2016-02-17mpegtsbase: Add condition to check for non working negative rateVineeth TM1-0/+5
2016-02-17glfilter: insert the debug marker from the GL threadMatthew Waters1-2/+9
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-16Update common: make check-exports not fail for libgstgl.defTim-Philipp Müller1-0/+0
2016-02-16acmenc/acmmp3dec: remove unnecessary break after returnVineeth TM2-2/+0
2016-02-16configure: improve check for wayland-scanner binaryThiago Santos1-4/+10
2016-02-16adaptivedemux: restore bitrate averaging supportPhilippe Normand2-6/+49
2016-02-16adaptivedemux: remove queue2 overrun notificationPhilippe Normand1-10/+0
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-17vulkan/build: search for the correct libraryMatthew Waters1-2/+2
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
2016-02-17vkswapper: use buffer memory to upload video frames to the GPUMatthew Waters1-91/+53
2016-02-17vulkan: add a buffer memory allocatorMatthew Waters6-0/+569
2016-02-17vkmemory: align struct members in the headerMatthew Waters1-1/+1
2016-02-17vkmacros: use specific _INIT macros to initialize structuresMatthew Waters1-26/+72