summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-24Release 1.7.11.7.1Sebastian Dröge81-244/+6177
2015-12-24Update .po filesSebastian Dröge40-1181/+1146
2015-12-24po: Update translationsSebastian Dröge14-1167/+1208
2015-12-23tests: fix indentationTim-Philipp Müller5-43/+39
2015-12-23tests: pcapparse: add check for 0-sized packetsTim-Philipp Müller1-0/+47
2015-12-23pcapparse: don't crash on 0-sized packetsTim-Philipp Müller1-1/+5
2015-12-23Update commonSebastian Dröge1-0/+0
2015-12-23player: Add pkg-config filesSebastian Dröge4-3/+32
2015-12-23autogen.sh: Enable player tests by defaultSebastian Dröge1-0/+2
2015-12-23player: Add unit test that is disabled by defaultSebastian Dröge3-1/+1548
2015-12-23player: Integrate into the documentation build systemSebastian Dröge4-1/+273
2015-12-23player: Import GstPlayer playback convenience APISebastian Dröge23-3/+6375
2015-12-23glmemorypbo: Comment out unused functions to fix compilation with clangSebastian Dröge1-0/+7
2015-12-22hlsdemux: tests: check URL joining if media URL contains a '/' characterAlex Ashley1-0/+21
2015-12-22hlsdemux: unquote all the quoted-string attributesAlex Ashley2-51/+43
2015-12-22hlsdemux: tests: add unit tests for hlsdemuxAlex Ashley3-2/+607
2015-12-22dashdemux: tests: Refactor into adaptive_engine componentsAlex Ashley10-1606/+2485
2015-12-22nvenc: fix high CPU use on initialization of multiple encoders at the same timeMatthew Marsh1-0/+12
2015-12-22hlsdemux: make sure every bad update_playlist return sets an errorThiago Santos1-2/+6
2015-12-21teletextdec: Use NULL instead of g_strdup('\0')Sebastian Dröge1-2/+2
2015-12-21configure: Use -Bsymbolic-functions if availableSebastian Dröge2-0/+19
2015-12-21glcolorconvert: Fix name of testsuiteSebastian Dröge1-1/+1
2015-12-21glcontext: Signal context creation from inside the context loop and use g_thr...Sebastian Dröge1-24/+13
2015-12-21glwindow: Hide navigation specific internal API and add API to asynchronously...Sebastian Dröge3-81/+112
2015-12-21glwindow: Use g_thread_join() instead of a custom condition variable for wait...Sebastian Dröge2-88/+50
2015-12-21glwindow: Fix memory leak of navigation threadHaihua Hu1-0/+3
2015-12-19assrender, dvbsuboverlay: fix example pipelines in docsTim-Philipp Müller2-2/+2
2015-12-19hlsdemux: reflow update_playlist a bitTim-Philipp Müller1-50/+50
2015-12-19hlsdemux: fix potential error leakTim-Philipp Müller1-4/+2
2015-12-19opencv: remove unneeded sink_event function in pyramidsegmentLuis de Bethencourt1-33/+1
2015-12-19opencv: remove unneeded sink_event function in textoverlayLuis de Bethencourt1-34/+0
2015-12-18templatematch: remove useless functionThiago Santos1-30/+0
2015-12-18hlsdemux: always set timestamp on reverse playbackThiago Santos1-1/+1
2015-12-18glconvert: Fix compilation of GRAY16_LE/BE shaderNicolas Dufresne1-1/+1
2015-12-18glupload: Add dmabuf upload method.Nicolas Dufresne1-1/+266
2015-12-18eglimagememory: Also import BGR16, ABGR, xBGR, AYUV, GRAY16_LE/BE and Y444Nicolas Dufresne1-1/+8
2015-12-18eglimagememory: Add RGB/BGR DMABuf importation supportNicolas Dufresne1-0/+6
2015-12-18eglimagememory: Methods to create GstGLMemory from dmabufsLubosz Sarnecki2-0/+137
2015-12-18build: Add dmabuf build condition.Lubosz Sarnecki2-0/+16
2015-12-18glimagesink: Show error when video frame is not mapped.Lubosz Sarnecki1-0/+1
2015-12-18gstglcontext_egl: Expose gst_gl_context_egl_get_error_string.Lubosz Sarnecki2-1/+4
2015-12-18opencv: update opencvtextoverlay to GstOpencvVideoFilterLuis de Bethencourt2-53/+22
2015-12-18opencv: update templatematch to GstOpencvVideoFilterLuis de Bethencourt2-56/+31
2015-12-18opencv: update pyramidsegment to GstOpencvVideoFilterLuis de Bethencourt2-49/+23
2015-12-18decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou4-5/+36
2015-12-18opencv: update motioncells to GstOpencvVideoFilterLuis de Bethencourt2-240/+228
2015-12-18directsoundsrc: add device property as it is done in directsoundsinkThomas Roos2-8/+85
2015-12-18directsoundsrc: Convert header from (some) DOS line endings to UNIXSebastian Dröge1-111/+111
2015-12-18applemedia: set -mmacosx-version-min to 10.8Julien Isorce1-1/+9
2015-12-18glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina8-15/+42