summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.11.901.11.90Sebastian Dröge2017-04-07119-182/+1551
* Update .po filesSebastian Dröge2017-04-0740-293/+342
* po: Update translationsSebastian Dröge2017-04-073-799/+276
* win32: Update libgsturidownloader.defSebastian Dröge2017-04-071-0/+1
* adaptivedemux: add some reasons on warning reportingMatthew Waters2017-04-071-3/+8
* directsoundsrc: Correctly calculate segsize and segtotalSebastian Dröge2017-04-062-19/+15
* uridownloader: Use a GWeakRef to the parent to prevent a reference cycleSebastian Dröge2017-04-031-15/+13
* adaptivedemux: set uridownloader's parentThiago Santos2017-04-031-0/+1
* uridownloader: add new gst_uri_downloader_set_parentThiago Santos2017-04-032-0/+52
* examples: add audiomixmatrix test to .gitignoreJosep Torra2017-04-011-0/+1
* glwindow/cocoa: fix warnings reported by XCode 8.1.0Josep Torra2017-04-011-2/+0
* audiointerleave: don't overflow channel map with >64 channelsDouglas Bagnall2017-03-311-5/+11
* gldisplay: Fix assert caused by missing debug categoryNicolas Dufresne2017-03-291-0/+2
* meson: Fix mplex plugin file nameNicolas Dufresne2017-03-291-1/+1
* webrtcechoprobe: return from _read() early if the probe is not configured yetGeorge Kiagiadakis2017-03-291-1/+2
* dashdemux: fix typo in implementation notesLuis de Bethencourt2017-03-281-2/+2
* webrtcdsp: Add support to build with mesonNicolas Dufresne2017-03-272-1/+24
* webrtcdsp: expose voice activity detection.Mathieu Duponchelle2017-03-271-1/+129
* audiomixmatrix: Don't crash if matrix is unsetNicolas Dufresne2017-03-271-0/+3
* audiomixmatrix: Remove property matrix-value-arrayNicolas Dufresne2017-03-271-67/+0
* mssdemux: only add live fragments after manifest fragmentsMatthew Waters2017-03-271-15/+14
* Add missing include path for gst/glib-compat-prive.hNicolas Dufresne2017-03-243-3/+3
* decklink: Use GstQueueArray instead of GQueueSebastian Dröge2017-03-244-91/+125
* meson: Build mpeg2enc and mplex when availableNirbheek Chauhan2017-03-234-2/+51
* kmssink: Fix compiler warning with gcc 7Sebastian Dröge2017-03-221-0/+1
* adaptivedemux: Don't send EOS on pads when there's a pending switchJan Schmidt2017-03-231-6/+19
* player: Make use of GstStreams API with playbin3Seungha Yang2017-03-223-37/+444
* decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch2017-03-221-1/+12
* audiobuffersplit: Install srcpad query function on the srcpad, not the sinkpadSebastian Dröge2017-03-221-1/+1
* dashdemux: In reverse playback mode, if seeking to the beginning of a fragmen...Sebastian Dröge2017-03-222-0/+9
* dashdemux: Implement SNAP_NEAREST seeksSebastian Dröge2017-03-211-2/+15
* dashdemux: Don't use ABS() for calculating differencesSebastian Dröge2017-03-211-2/+1
* dashdemux: Only snap seeks forwards if the seek position does not happen to b...Sebastian Dröge2017-03-211-4/+12
* dashdemux: Use gst_mpdparser_get_segment_end_time() directly instead of calcu...Sebastian Dröge2017-03-211-7/+3
* mpdparser: Refactor to get rid of one level of indentation in seeking codeSebastian Dröge2017-03-211-37/+36
* dashdemux: Fix snap SIDX seeking and report if we're going outside the indexSebastian Dröge2017-03-211-54/+59
* dvb: camutils: drop macro disabling glib deprecation warningsReynaldo H. Verdejo Pinochet2017-03-211-4/+0
* build: declare dependency from gl on allocatorsScott D Phillips2017-03-211-0/+1
* dvb: fix distcheckTim-Philipp Müller2017-03-201-1/+0
* Update for 'mad' mp3 decoder removalTim-Philipp Müller2017-03-207-186/+6
* m3u8: Fix parsing EXT-X-DISCONTINUITYSeungha Yang2017-03-171-1/+1
* m3u8: Release m3u8 lock if consistent checking failedSeungha Yang2017-03-171-1/+3
* dashdemux: Just reset SIDX parser if the index is invalid for the current seg...Sebastian Dröge2017-03-161-3/+3
* ttml: Replace assertionsChris Bass2017-03-152-31/+41
* dashdemux: If a SIDX seek failed although we're in the correct segment, disab...Sebastian Dröge2017-03-151-0/+17
* dashdemux: Keep track of the PTS, not the SIDX index position between represe...Sebastian Dröge2017-03-152-21/+81
* dashdemux: When clearing the sidx parser, reset all stateSebastian Dröge2017-03-151-1/+3
* dashdemux: Drain buffer at the end of subfragmentSeungha Yang2017-03-151-1/+7
* dashdemux: Do not advace subfragment after pending SIDX seek doneSeungha Yang2017-03-151-2/+7
* dashdemux: Reset SIDX related variables per fragmentSeungha Yang2017-03-151-0/+2