summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux
Commit message (Expand)AuthorAgeFilesLines
* adaptivedemux: handle snap seeksThiago Santos2016-02-042-9/+64
* adaptivedemux: add utility function to get stream from padThiago Santos2016-02-042-17/+31
* adaptivedemux: fix leak of stream->internal_padAlex Ashley2016-01-221-0/+5
* adaptivedemux: replace ghostpad with a standard padThiago Santos2016-01-152-54/+39
* adaptivedemux: do not flush the input padFlorin Apostol2016-01-151-15/+2
* adaptivedemux: fix seeking that just updates stop positionThiago Santos2016-01-071-9/+57
* adaptivedemux: fix segment update on seeksThiago Santos2016-01-071-3/+3
* adaptivedemux: stop reverse playback when we reach the limitThiago Santos2016-01-061-1/+1
* adaptivedemux: correctly track segment.position in reverse playbackThiago Santos2016-01-061-2/+6
* adaptivedemux: avoid pushing events with manifest lockThiago Santos2015-12-081-15/+31
* adaptivedemux: Log PTS of buffers that are pushed downstreamSebastian Dröge2015-12-031-0/+3
* adaptivedemux: Send the bitrate of the stream as a tagJan Schmidt2015-12-022-3/+56
* hlsdemux: fix crash when decryption key can't be downloadedTim-Philipp Müller2015-12-011-1/+6
* adaptivedemux: remove now-defunct "num-lookback-fragments" propertyTim-Philipp Müller2015-11-142-17/+0
* adaptivedemux: fixed handling errors emitted by uri handlerFlorin Apostol2015-11-111-1/+2
* adaptivedemux: Fix pad memory leak.Vineeth TM2015-11-101-0/+4
* adaptivedemux: improved bitrate estimationsPhilippe Normand2015-11-062-73/+87
* adaptivedemux: stop task on multiple download errorsFlorin Apostol2015-10-301-0/+7
* adaptivedemux: fix a missing lock in write to stream->last_retVincent Penquerc'h2015-10-301-1/+1
* adaptivedemux: return error if src element cannot startFlorin Apostol2015-10-301-1/+6
* adaptivedemux: fixed waiting for fragment updatesFlorin Apostol2015-10-301-1/+1
* adaptivedemux: fix header redownload in case of errorsFlorin Apostol2015-10-301-1/+1
* adaptivedemux: release manifest lock before sending flush stop eventFlorin Apostol2015-10-301-3/+12
* adaptivedemux: reset download_finished before starting the src elementFlorin Apostol2015-10-301-11/+7
* adaptivedemux: release manifest lock before changing element stateFlorin Apostol2015-10-301-2/+7
* dahsdemux: task is signaled to stop without stop condition being setFlorin Apostol2015-10-291-0/+1
* adaptivedemux: fixed multithread supportFlorin Apostol2015-10-292-190/+575
* adaptivedemux: HTTP ranges are inclusive, GStreamer segment.stop is exclusiveSebastian Dröge2015-10-141-0/+4
* adaptivedemux: remove unused variableJohn Chang2015-09-291-2/+1
* adaptivedemux: remove unprefix STATISTICS_MESSAGE_NAME after allTim-Philipp Müller2015-09-171-5/+0
* adaptivedemux: prefix the statistics message name macroPhilippe Normand2015-09-172-3/+15
* 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-142-48/+151
* 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-202-0/+34
* 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