summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-22gl: error out if the configured GL API is unsupported by our elementMatthew Waters4-1/+79
2016-02-22qmlglsink: Schedule onSceneGrpahInitialized to execute on render threadSergey Borovkov2-3/+33
2016-02-21aiffparse: fix negotiation errors with multi-channel filesTim-Philipp Müller1-0/+46
2016-02-21win32: remove outdated build cruftTim-Philipp Müller19-3101/+0
2016-02-20daala: don't use exported but undeclared core debug category symbolsTim-Philipp Müller1-3/+4
2016-02-20codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flagScott D Phillips1-0/+1
2016-02-19mpeg4parser: prevent assertion when scanning for sync codeThiago Santos1-2/+5
2016-02-19tsparse: Fix per-program-pad pushingEdward Hervey1-19/+23
2016-02-19tsparse: Use GstFlowCombinerEdward Hervey2-3/+28
2016-02-19Back to developmentSebastian Dröge1-3/+3
2016-02-19Release 1.7.2Sebastian Dröge81-321/+4396
2016-02-19po: Update translationsSebastian Dröge40-3891/+1708
2016-02-18uninstalled.pc: add support for non libtool build systemsJulien Isorce10-19/+20
2016-02-18gldebug: make sure debug is initialized when calling gst_gl_insert_debug_markerJulien Isorce1-0/+2
2016-02-18gl: Fix compiler warning about unused const variable with gcc 6Sebastian Dröge4-10/+41
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