summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.5.901.5.90Sebastian Dröge2015-08-1982-172/+3307
* Update .po filesSebastian Dröge2015-08-1940-269/+413
* po: Update translationsSebastian Dröge2015-08-193-335/+198
* liveadder: fix assertion when copying buffer regionGuillaume Marquebielle2015-08-181-8/+41
* handdetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-182-7/+0
* handdetect: check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón2015-08-181-0/+4
* handdetect: code refactoring of gst_handdetect_load_profile.Vanessa Chipirrás Navalón2015-08-181-23/+21
* daalaenc: Fix buildSebastian Dröge2015-08-181-86/+90
* examples: facedetect: add silent optionLuis de Bethencourt2015-08-171-11/+17
* x265enc: add accept-caps handlingThiago Santos2015-08-171-0/+27
* daalaenc: add accept-caps handlingThiago Santos2015-08-171-0/+29
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-174-0/+8
* opencv: support alternative path conventionLuis de Bethencourt2015-08-173-2/+5
* dashdemux: link against gio for g_resolver and g_inet_address_from_stringRico Tzschichholz2015-08-171-0/+2
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-178-0/+11
* voaacenc: Remove custom getcaps and just use the templateThiago Santos2015-08-171-73/+7
* voaacenc: add version to gst-launch string on documentationThiago Santos2015-08-171-1/+1
* faac: make template pad caps more accurate and remove custom getcapsThiago Santos2015-08-171-59/+46
* mpg123: still reset pending audio info on hard flushTim-Philipp Müller2015-08-171-0/+2
* mpg123: fix handling of sample rate change during playbackJason Litzinger2015-08-171-1/+0
* videoparsers: Use gst_base_parse_merge_tags()Olivier Crête2015-08-168-16/+16
* glupload: Recalculate offset and size in raw uploadNicolas Dufresne2015-08-161-0/+10
* dashdemux: fix off by one seeking issueThiago Santos2015-08-161-3/+6
* mpegtsdemux: Fix illogical comparisionEdward Hervey2015-08-161-1/+1
* mpdparser: Free UTCTiming struct if there are no values associated with itSebastian Dröge2015-08-161-0/+3
* check: Link against GModule for tests using g_module_*Edward Hervey2015-08-151-0/+3
* adaptivedemux: Demote debugging levelEdward Hervey2015-08-151-1/+1
* adaptivedemux: Actually wait for playlist update when requestedEdward Hervey2015-08-151-3/+3
* checks: Ensure thread-safe libX11/GL when running testsEdward Hervey2015-08-152-2/+31
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-158-0/+25
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-159-0/+28
* rtph265depay: make sure we call handle_nal for each NALLuis de Bethencourt2015-08-151-1/+5
* gloverlaycompositor: Also disable the blend when doneNicolas Dufresne2015-08-151-0/+1
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-153-0/+7
* gtkglsink: Add overlay composition supportNicolas Dufresne2015-08-153-0/+93
* gtkglsink: Fix unsafe handling of buffer life timeNicolas Dufresne2015-08-154-32/+58
* gtkglsink: Remove reset pathNicolas Dufresne2015-08-153-48/+0
* glimagesink: Move overlay rendering after video renderingNicolas Dufresne2015-08-151-2/+2
* rtph265pay: Copy metadata in the payloader, but only the relevant onesLuis de Bethencourt2015-08-151-6/+8
* rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()Luis de Bethencourt2015-08-151-2/+2
* rtph265pay: fix potential crash when shutting downLuis de Bethencourt2015-08-151-2/+7
* opengl: Change GLclampd to doubleSebastian Dröge2015-08-151-1/+1
* opengl: add missing ClearDepth prototypeMartin Kelly2015-08-151-0/+2
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-152-1/+5
* facedetect: Refactor the codeVanessa Chipirrás Navalón2015-08-141-27/+28
* pngparse: enable accept-intersect and accept-template flags on sinkpadThiago Santos2015-08-141-0/+2
* videoparsers: enable accept-template flagThiago Santos2015-08-147-0/+7
* rtph265pay: fix buffer leak when using SPS/PPSLuis de Bethencourt2015-08-141-1/+3
* rtph265depay: copy metadata in the depayloader, but only the relevant onesLuis de Bethencourt2015-08-142-0/+89
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-144-11/+187