summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.7.21.7.2Sebastian Dröge2016-02-1981-321/+4396
* po: Update translationsSebastian Dröge2016-02-1940-3891/+1708
* uninstalled.pc: add support for non libtool build systemsJulien Isorce2016-02-1810-19/+20
* gldebug: make sure debug is initialized when calling gst_gl_insert_debug_markerJulien Isorce2016-02-181-0/+2
* gl: Fix compiler warning about unused const variable with gcc 6Sebastian Dröge2016-02-184-10/+41
* gl: Move private headers from SOURCES to noinst_HEADERSSebastian Dröge2016-02-181-5/+6
* 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
* uvch264_src: Fix caps memory leakVineeth TM2016-02-171-2/+2
* mpegtsbase: Refactor code to check for subclass seek handlingVineeth TM2016-02-171-10/+12
* mpegtsbase: Add condition to check for non working negative rateVineeth TM2016-02-171-0/+5
* glfilter: insert the debug marker from the GL threadMatthew Waters2016-02-171-2/+9
* 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
* Update common: make check-exports not fail for libgstgl.defTim-Philipp Müller2016-02-161-0/+0
* acmenc/acmmp3dec: remove unnecessary break after returnVineeth TM2016-02-162-2/+0
* configure: improve check for wayland-scanner binaryThiago Santos2016-02-161-4/+10
* adaptivedemux: restore bitrate averaging supportPhilippe Normand2016-02-162-6/+49
* adaptivedemux: remove queue2 overrun notificationPhilippe Normand2016-02-161-10/+0
* 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
* vulkan/build: search for the correct libraryMatthew Waters2016-02-171-2/+2
* 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
* Revert "vulkan: remove views from the memory objects."Matthew Waters2016-02-174-0/+114
* vulkanmemory: remove bind variantsMatthew Waters2016-02-175-187/+43
* vulkan: remove views from the memory objects.Matthew Waters2016-02-174-122/+18
* vkswapper: alpha flags are now supported by LunarG's driverMatthew Waters2016-02-171-8/+0
* vulkan: add a vulkanbuffer bufferpoolMatthew Waters2016-02-176-25/+424
* vulkan: add upload elementMatthew Waters2016-02-177-49/+537
* vkutils: fix assert inversionMatthew Waters2016-02-171-1/+1
* vulkan: add caps feature names for the buffer and image memoriesMatthew Waters2016-02-172-0/+2
* vulkan: add device to handle_context_queryMatthew Waters2016-02-173-3/+21
* vulkan: move instance_open into the utility ensure_element_dataMatthew Waters2016-02-172-6/+8
* vkinstance: add signal for overriding device creationMatthew Waters2016-02-173-5/+53
* vulkan: separate allocation and binding of memoryMatthew Waters2016-02-178-124/+283