summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dash: Remove obsolete README.Brendan Long2014-10-231-35/+0
* dash: Use GstUri to join URIsDavid Waring2014-09-292-106/+80
* dashdemux: mark first buffer as discont after restarting a download taskMatthieu Bouron2014-09-242-0/+8
* 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-182-37/+88
* dashdemux: fix clearing of eos state in padsThiago Santos2014-09-181-1/+26
* dash: Actually retry 3 times as advertised instead of 2Sebastian Dröge2014-09-151-1/+1
* dashdemux: improve position detection when a download restartMatthieu Bouron2014-09-111-3/+28
* dashdemux: Don't send flush events to deactivated padsSebastian Dröge2014-09-041-4/+4
* dashdemux: fix abort in error code path with newer glibTim-Philipp Müller2014-08-211-0/+1
* dashdemux: unref pad reference when removing internal source in errorThiago Santos2014-08-191-0/+2
* dashdemux: read language from ContentComponent node as a fallbackThiago Santos2014-08-191-1/+8
* dashdemux: push language code tagMatthieu Bouron2014-08-193-2/+27
* dashdemux: support downloading segments in reverse orderGeorge Kiagiadakis2014-08-073-5/+10
* dashdemux: return the error to the source immediately to stop fasterThiago Santos2014-08-011-7/+5
* dashdemux: Always use the redirect target to resolve relative URIsSebastian Dröge2014-05-283-11/+37
* dashdemux: mpdparser: properly unref gstdatetimeThiago Santos2014-05-131-2/+7
* dashdemux: mpdparser: avoid double free of segment timeline nodeThiago Santos2014-05-131-4/+1
* dashdemux: mpdparser: avoid double freeThiago Santos2014-05-131-10/+3
* dash: Don't leak GstActiveStreamEdward Hervey2014-05-131-0/+1
* dashdemux: initialize the mutex and cond for fragment downloadThiago Santos2014-05-121-0/+2
* dashdemux: remove unused stream uridownloaderThiago Santos2014-05-112-8/+0
* dashdemux: deprecate max-buffering-time propertyThiago Santos2014-05-071-1/+2
* dashdemux: removing old unused codeThiago Santos2014-05-071-19/+1
* dashdemux: remember to set starting fragment to new fragmentsThiago Santos2014-05-071-0/+1
* dashdemux: handle a few more error casesThiago Santos2014-05-071-6/+14
* dashdemux: Only set timestamp to the first buffer of fragmentsThiago Santos2014-05-071-18/+18
* dashdemux: handle error messages from the sourcesThiago Santos2014-05-072-0/+51
* dashdemux: check for errors between downloadsThiago Santos2014-05-071-0/+16
* dashdemux: Always accept the latency configure eventThiago Santos2014-05-071-0/+7
* dashdemux: measure download rate just like hlsdemuxThiago Santos2014-05-075-202/+28
* dashdemux: remove uridownloader from fragments downloadThiago Santos2014-05-072-156/+374
* dashdemux: Update for uri downloader API changesSebastian Dröge2014-05-051-5/+5
* dashdemux: Update for URI downloader API changesSebastian Dröge2014-05-021-4/+7
* dashdemux: do not ignore failure to register typefinderVincent Penquerc'h2014-04-101-2/+3
* dashdemux: fix time leakVincent Penquerc'h2014-04-101-1/+1
* dashdemux: remove dead code and variableVincent Penquerc'h2014-04-101-8/+2
* mpdparse: only add location when node existedWim Taymans2014-04-031-5/+4
* dashdemux: use correct print format for gint64Matthieu Bouron2014-03-311-1/+1
* ext: Use Codec/Demuxer/Adaptive for the adaptive streaming demuxersSebastian Dröge2014-02-231-1/+1
* dashdemux: ensure segments aren't fetched before they're availableChris Bass2014-02-221-2/+1
* dashdemux: initialise demux->last_manifest_updateChris Bass2014-02-201-0/+1
* dashdemux: Download MPD with compression, the fragments withoutSebastian Dröge2014-02-121-4/+4
* ext: Update for GstUriDownloader API changesSebastian Dröge2014-02-111-4/+4
* dashdemux: remove unnecessary variableThiago Santos2014-01-091-9/+8
* dashdemux: fix seeking when the mpd uses a segment templateThiago Santos2014-01-092-34/+6
* dashdemux: remove stream loop threadThiago Santos2013-12-242-554/+212
* dash: detect EOS when segments are generated by templateThiago Santos2013-12-241-1/+7
* dashdemux: do not try to access buffer after losing the refThiago Santos2013-12-241-2/+1
* dashdemux: use a separate GstUriDownloader per streamThiago Santos2013-12-242-12/+23