summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* meson: Build mpeg2enc and mplex when availableNirbheek Chauhan2017-03-233-2/+39
* 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
* Update for 'mad' mp3 decoder removalTim-Philipp Müller2017-03-201-1/+1
* 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
* dashdemux: Two depth seeking for On-Demand profileSeungha Yang2017-03-151-4/+18
* dashdemux: Exception handle in _sidx_seek()Seungha Yang2017-03-151-1/+9
* dashdemux: Add assertion for preventing of access after the end of the sidx e...Sebastian Dröge2017-03-151-1/+8
* dashdemux: Advance subfragment only if any existSeungha Yang2017-03-141-10/+15
* waylandsink: fix memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-7/+19
* Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters2017-03-143-6/+16
* gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters2017-03-147-34/+16
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-134-12/+7
* dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGSNicolas Dufresne2017-03-082-2/+2
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-084-16/+16
* applemedia/gl: Fix compile issues for OSXNick Kallen2017-03-081-0/+1
* applemedia/gl: Update code to use ARCNick Kallen2017-03-072-6/+18
* hlsdemux: Try to find type at the end of a fragmentSeungha Yang2017-03-061-0/+7
* voaacenc: limit bitrate property to 320 kbpsTim-Philipp Müller2017-03-061-2/+2
* hlsdemux: Fix checking adaptation_field_control field to parse pcrDongil Park2017-03-031-2/+2
* hls: Fix various leak on hlsdemux and m3u8Seungha Yang2017-03-022-0/+7
* dashdemux: fix default suggestedPresentationDelayWojciech Przybyl2017-03-021-1/+2
* adaptivedemux: answer duration queries for live streamsAlex Ashley2017-03-023-16/+6
* hlsdemux: Implement adaptivedemux's _stream_seek()Seungha Yang2017-03-021-75/+101
* hlsdemux: Simplify seeking code by using macroSeungha Yang2017-03-021-5/+9
* hlsdemux: Early terminate seeking if we don't need to doSeungha Yang2017-03-021-63/+65
* hlsdemux: Add support for EXT-X-DISCONTINUITY-SEQUENCEThomas Bluemel2017-03-022-1/+9
* openexrdec: Also catch other exceptions by reference instead of by valueSebastian Dröge2017-03-011-2/+2
* openexrdec: Catch exception by reference instead of by valueSebastian Dröge2017-02-281-1/+1