summaryrefslogtreecommitdiff
path: root/ext/dash/gstdashdemux.c
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-10-021-2/+8
* mpdparser: Store an URI downloader in the parser for downloading additional M...Sebastian Dröge2015-10-021-0/+3
* dashdemux: Properly handle relative and non-HTTP URIs for the headers/indicesSebastian Dröge2015-10-021-7/+3
* dashdemux: fix return when trying to advance in subfragmented streamThiago Santos2015-09-151-2/+5
* dashdemux: Export the period start time to the base classSebastian Dröge2015-09-141-0/+10
* dashdemux: also check for subfragments on has_next_fragmentThiago Santos2015-09-141-0/+23
* dashdemux: don't meddle with the class struct from an instanceTim-Philipp Müller2015-08-271-8/+10
* dashdemux: fix off by one seeking issueThiago Santos2015-08-161-3/+6
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-141-5/+131
* dashdemux: post-review fixup of UTCTiming elementAlex Ashley2015-08-141-2/+34
* dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley2015-08-141-5/+337
* dashdemux: Fix leak in gst_dash_demux_stream_update_fragment_info()Florin Apostol2015-08-061-0/+1
* dashdemux: add support for generating Protection events from ContentProtectio...Alex Ashley2015-07-201-0/+43
* dashdemux: remove redundant else statementLuis de Bethencourt2015-07-081-7/+6
* dashdemux: Seek on the new streams if the seek caused a period switchSebastian Dröge2015-06-251-1/+4
* dashdemux: avoid assertion when splitting bufferThiago Santos2015-05-291-1/+1
* dashdemux: fix outdated example launch lineSuhwang Kim2015-05-251-1/+1
* dashdemux: remove unnecessary semicolonJimmy Ohn2015-05-221-1/+1
* dashdemux: avoid busy-looping when waiting for new fragmentThiago Santos2015-05-131-0/+14
* dashdemux: Improve live stream manifest update repositioningThiago Santos2015-05-131-5/+15
* dashdemux: reuse seeking function to reduce repeated codeThiago Santos2015-05-131-21/+4
* dashdemux: refactor segment iteration for better performanceThiago Santos2015-05-131-2/+2
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-231-3/+5
* dashdemux: enable playback of content with text streamsYujin Lee2015-04-131-0/+3
* dashdemux: implement get_presentation_offset.Mathieu Duponchelle2015-03-101-0/+13
* dashdemux: protect against malformed isombff formatThiago Santos2015-02-181-12/+26
* dashdemux: depracate bandwidth-usage in favor of bitrate-limitThiago Santos2015-02-171-7/+7
* dashdemux: Fix handling of live streams with timeshift buffers.Mathieu Duponchelle2015-02-121-0/+20
* dashdemux: use audio_%02u and video_%02u names for padsThiago Santos2015-01-261-7/+34
* adaptivedemux: refactor chunk downloading flowThiago Santos2015-01-191-90/+95
* dashdemux: Fix compiler warning with clangSebastian Dröge2015-01-191-1/+1
* dashdemux: remove unused segment attributeThiago Santos2015-01-161-4/+0
* dashdemux: implement ISOBMFF profile handlingThiago Santos2015-01-161-38/+258
* dashdemux: parse the sidx index from isobmff streamsThiago Santos2015-01-161-0/+31
* dashdemux: Find current segment in the streams that have just been setupDavid Waring2014-12-091-1/+1
* dashdemux: fix double unref of objectThiago Santos2014-12-021-1/+0
* dashdemux: Find the current period in a live streamDavid Waring2014-12-021-9/+32
* dashdemux: Fix period selection for live streamsDavid Waring2014-12-021-1/+2
* dashdemux: replace the streams with the new mpd client's streamsThiago Santos2014-11-301-2/+6
* dashdemux: when updating the manifest, set the uriThiago Santos2014-11-301-0/+2
* dashdemux: port to adaptive demuxThiago Santos2014-11-301-1938/+465
* dashdemux: do not override last known stream errorMatthieu Bouron2014-11-071-2/+5
* dashdemux: make sure flushes have the same seqnum as the seek eventThiago Santos2014-11-071-2/+14
* dashdemux: simplify seek to eos handlingThiago Santos2014-11-071-38/+38
* dashdemux: send missing FLUSH_STOP/EOS when no seeking period is foundMatthieu Bouron2014-11-071-1/+13
* Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller2014-11-021-1/+3
* dash: Use GstUri to join URIsDavid Waring2014-09-291-8/+3
* dashdemux: mark first buffer as discont after restarting a download taskMatthieu Bouron2014-09-241-0/+7
* dashdemux: push a time segment when restarting streamingThiago Santos2014-09-241-3/+8
* dashdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis2014-09-181-37/+87