summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
Commit message (Expand)AuthorAgeFilesLines
* adaptivedemux: fix segment update on seeksThiago Santos2016-04-061-3/+3
* adaptivedemux: stop reverse playback when we reach the limitThiago Santos2016-04-061-1/+1
* adaptivedemux: correctly track segment.position in reverse playbackThiago Santos2016-04-061-2/+6
* adaptivedemux: fix race on shutdown that could result in deadlocksTim-Philipp Müller2016-02-201-3/+13
* adaptivedemux: prefix the statistics message name macroPhilippe Normand2015-09-171-2/+2
* adaptivedemux: Fix playback of live streamsSebastian Dröge2015-09-151-7/+33
* adaptivedemux: Only overwrite last return if it was OKThiago Santos2015-09-151-6/+8
* adaptivedemux: Properly implement timestamping of multi-period streamsSebastian Dröge2015-09-141-48/+138
* adaptivedemux: Demote debugging levelEdward Hervey2015-08-151-1/+1
* adaptivedemux: Actually wait for playlist update when requestedEdward Hervey2015-08-151-3/+3
* adaptivedemux: minor clean-upTim-Philipp Müller2015-07-201-17/+8
* dashdemux: add support for generating Protection events from ContentProtectio...Alex Ashley2015-07-201-0/+30
* adaptivedemux: Explicitly check for CUSTOM_ERROR when converting errors to EOSSebastian Dröge2015-07-071-2/+2
* adaptivedemux: If downloading the last fragment fails, consider this as EOS a...Sebastian Dröge2015-07-071-0/+10
* adaptivedemux: Move unref() into the right scopeSebastian Dröge2015-06-251-2/+2
* adaptivedemux: Properly handle presentationTimeOffset for seeking and multi-p...Sebastian Dröge2015-06-251-21/+43
* adaptivedemux: Also update segment.base and segment.time when switching periodsSebastian Dröge2015-06-231-7/+28
* adaptivedemux: Remember the last return value of gst_adaptive_demux_stream_up...Sebastian Dröge2015-06-231-0/+2
* adaptivedemux: Error out if downloading a segment failed too often in live modeSebastian Dröge2015-06-051-3/+5
* adaptivedemux: Release the manifest mutex before waiting for a downloadSebastian Dröge2015-06-041-2/+3
* adaptivedemux: 'for' loop initial declarationLuis de Bethencourt2015-05-261-2/+3
* adaptivedemux: drop debug message that was wrongThiago Santos2015-05-131-1/+0
* adaptivedemux: run gst-indentThiago Santos2015-05-131-2/+4
* adaptivedemux: only update stream position if query successJimmy Ohn2015-05-051-14/+3
* adaptivedemux: Fix comparision logicEdward Hervey2015-04-291-1/+3
* adaptivedemux: Only answer the duration query in non-live modeSebastian Dröge2015-04-261-1/+2
* adaptivedemux: Don't claim to be live when answering the LATENCY querySebastian Dröge2015-04-231-7/+1
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-231-34/+47
* adaptivedemux: Expose downloaderSebastian Dröge2015-04-231-7/+5
* adaptivedemux: Don't stop all tasks and streams from the update task on errorsSebastian Dröge2015-04-211-2/+3
* adaptivedemux: do not try to advance fragment if there is noneThiago Santos2015-03-271-1/+7
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* adaptivedemux: fix get_presentation_offset check.Mathieu Duponchelle2015-03-101-1/+2
* adaptivedemux: [API]: get_presentation_offset virtual method.Mathieu Duponchelle2015-03-101-0/+21
* adaptivedemux: add bitrate-limit propertyThiago Santos2015-02-171-0/+21
* adaptivedemux: add connection-speed propertyThiago Santos2015-02-171-1/+26
* adaptivedemux: Fix logic in fragment_download_finish.Mathieu Duponchelle2015-02-121-1/+0
* adaptivedemux: Set first segment time to segment start.Mathieu Duponchelle2015-02-121-1/+1
* adaptivedemux: track per-fragment bitrates.Mathieu Duponchelle2015-02-121-20/+102
* adaptivedemux: do not skip the first fragmentThiago Santos2015-01-201-0/+4
* adaptivedemux: add explicit cast to make clang happyThiago Santos2015-01-201-1/+1
* adaptivedemux: refactor chunk downloading flowThiago Santos2015-01-191-143/+163
* adaptivedemux: fix multi-period playbackThiago Santos2015-01-191-1/+1
* adaptivedemux: prevent early EOS when switching at last fragmentThiago Santos2015-01-161-16/+26
* adaptivedemux: add a special return to signal subsegment boundaryThiago Santos2015-01-161-4/+13
* adaptivedemux: Actually use the byte range for the fragment urlThiago Santos2015-01-161-1/+3
* adaptivedemux: allow downloads of headers onlyThiago Santos2015-01-161-28/+30
* adaptivedemux: refactor common code to functionThiago Santos2015-01-161-41/+53
* adaptivedemux: inform subclass when headers/index are being downloadedThiago Santos2015-01-161-0/+4
* adaptivedemux: only update segment if we have a valid PTSThiago Santos2015-01-071-2/+4