summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Release 1.11.90gst-plugins-bad-1.11.90Sebastian Dröge119-182/+1551
2017-04-07Update .po filesSebastian Dröge40-293/+342
2017-04-07po: Update translationsSebastian Dröge3-799/+276
2017-04-07win32: Update libgsturidownloader.defSebastian Dröge1-0/+1
2017-04-07adaptivedemux: add some reasons on warning reportingMatthew Waters1-3/+8
2017-04-06directsoundsrc: Correctly calculate segsize and segtotalSebastian Dröge2-19/+15
2017-04-03uridownloader: Use a GWeakRef to the parent to prevent a reference cycleSebastian Dröge1-15/+13
2017-04-03adaptivedemux: set uridownloader's parentThiago Santos1-0/+1
2017-04-03uridownloader: add new gst_uri_downloader_set_parentThiago Santos2-0/+52
2017-04-01examples: add audiomixmatrix test to .gitignoreJosep Torra1-0/+1
2017-04-01glwindow/cocoa: fix warnings reported by XCode 8.1.0Josep Torra1-2/+0
2017-03-31audiointerleave: don't overflow channel map with >64 channelsDouglas Bagnall1-5/+11
2017-03-29gldisplay: Fix assert caused by missing debug categoryNicolas Dufresne1-0/+2
2017-03-29meson: Fix mplex plugin file nameNicolas Dufresne1-1/+1
2017-03-29webrtcechoprobe: return from _read() early if the probe is not configured yetGeorge Kiagiadakis1-1/+2
2017-03-28dashdemux: fix typo in implementation notesLuis de Bethencourt1-2/+2
2017-03-27webrtcdsp: Add support to build with mesonNicolas Dufresne2-1/+24
2017-03-27webrtcdsp: expose voice activity detection.Mathieu Duponchelle1-1/+129
2017-03-27audiomixmatrix: Don't crash if matrix is unsetNicolas Dufresne1-0/+3
2017-03-27audiomixmatrix: Remove property matrix-value-arrayNicolas Dufresne1-67/+0
2017-03-27mssdemux: only add live fragments after manifest fragmentsMatthew Waters1-15/+14
2017-03-24Add missing include path for gst/glib-compat-prive.hNicolas Dufresne3-3/+3
2017-03-24decklink: Use GstQueueArray instead of GQueueSebastian Dröge4-91/+125
2017-03-23meson: Build mpeg2enc and mplex when availableNirbheek Chauhan4-2/+51
2017-03-22kmssink: Fix compiler warning with gcc 7Sebastian Dröge1-0/+1
2017-03-23adaptivedemux: Don't send EOS on pads when there's a pending switchJan Schmidt1-6/+19
2017-03-22player: Make use of GstStreams API with playbin3Seungha Yang3-37/+444
2017-03-22decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch1-1/+12
2017-03-22audiobuffersplit: Install srcpad query function on the srcpad, not the sinkpadSebastian Dröge1-1/+1
2017-03-22dashdemux: In reverse playback mode, if seeking to the beginning of a fragmen...Sebastian Dröge2-0/+9
2017-03-21dashdemux: Implement SNAP_NEAREST seeksSebastian Dröge1-2/+15
2017-03-21dashdemux: Don't use ABS() for calculating differencesSebastian Dröge1-2/+1
2017-03-21dashdemux: Only snap seeks forwards if the seek position does not happen to b...Sebastian Dröge1-4/+12
2017-03-21dashdemux: Use gst_mpdparser_get_segment_end_time() directly instead of calcu...Sebastian Dröge1-7/+3
2017-03-21mpdparser: Refactor to get rid of one level of indentation in seeking codeSebastian Dröge1-37/+36
2017-03-21dashdemux: Fix snap SIDX seeking and report if we're going outside the indexSebastian Dröge1-54/+59
2017-03-21dvb: camutils: drop macro disabling glib deprecation warningsReynaldo H. Verdejo Pinochet1-4/+0
2017-03-21build: declare dependency from gl on allocatorsScott D Phillips1-0/+1
2017-03-20dvb: fix distcheckTim-Philipp Müller1-1/+0
2017-03-20Update for 'mad' mp3 decoder removalTim-Philipp Müller7-186/+6
2017-03-17m3u8: Fix parsing EXT-X-DISCONTINUITYSeungha Yang1-1/+1
2017-03-17m3u8: Release m3u8 lock if consistent checking failedSeungha Yang1-1/+3
2017-03-16dashdemux: Just reset SIDX parser if the index is invalid for the current seg...Sebastian Dröge1-3/+3
2017-03-15ttml: Replace assertionsChris Bass2-31/+41
2017-03-15dashdemux: If a SIDX seek failed although we're in the correct segment, disab...Sebastian Dröge1-0/+17
2017-03-15dashdemux: Keep track of the PTS, not the SIDX index position between represe...Sebastian Dröge2-21/+81
2017-03-15dashdemux: When clearing the sidx parser, reset all stateSebastian Dröge1-1/+3
2017-03-15dashdemux: Drain buffer at the end of subfragmentSeungha Yang1-1/+7
2017-03-15dashdemux: Do not advace subfragment after pending SIDX seek doneSeungha Yang1-2/+7
2017-03-15dashdemux: Reset SIDX related variables per fragmentSeungha Yang1-0/+2