summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: Rewrite ISOBMFF & SIDX handlingSebastian Dröge2017-04-183-421/+335
* mpdparser: Do sanity check of Segment Base Information only at Repesentation ...Seungha Yang2017-04-151-36/+8
* mpdparser: Allow inherit Segment{Base,Template} from PeriodSeungha Yang2017-04-151-2/+4
* Revert "dashdemux: Fix issue when manifest update sets slow start without pas...Sebastian Dröge2017-04-122-35/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-1/+2
* mpdparser: Fix leakEdward Hervey2017-04-121-2/+2
* mpdparser: Run gst-indentEdward Hervey2017-04-121-2/+2
* dashdemux/mpdparser: Fix wrong false sanity check for manifests with nested S...Jürgen Sachs2017-04-111-2/+35
* dashdemux: Handle current SIDX before current position in normal mode like in...Sebastian Dröge2017-04-101-4/+9
* mpdparser: Report error if Representation is invalidSeungha Yang2017-04-091-4/+10
* dashdemux: Fix SEEK of multi-period On-Demand profileSeungha Yang2017-04-091-0/+12
* dashdemux: fix typo in implementation notesLuis de Bethencourt2017-03-281-2/+2
* 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
* dashdemux: Just reset SIDX parser if the index is invalid for the current seg...Sebastian Dröge2017-03-161-3/+3
* 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
* Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters2017-03-141-4/+10
* dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGSNicolas Dufresne2017-03-081-1/+1
* dashdemux: fix default suggestedPresentationDelayWojciech Przybyl2017-03-021-1/+2
* adaptivedemux: answer duration queries for live streamsAlex Ashley2017-03-021-10/+4
* dashdemux: Fix potential NULL pointer dereferenceSebastian Dröge2017-02-281-2/+7
* dashdemux: Do pending seek when SIDX is foundSeungha Yang2017-01-181-1/+21
* dashdemux: Fix issue when manifest update sets slow start without passing nec...WeiChungChang2017-01-182-0/+30
* mpdparser: Fix compilation with GST_DISABLE_GST_DEBUGEdward Hervey2017-01-161-2/+3
* dash: Include debug of gstisoff on dashdemux categorySeungha Yang2016-12-241-0/+3
* dashdemux: Add first_offset of sidx box to base offsetSeungha Yang2016-12-231-0/+7
* dashdemux: Ensure sidx parsing when updating fragment infoSeungha Yang2016-12-231-1/+2
* dashdemux: Drain remaining buffer in adapterSeungha Yang2016-12-221-0/+14
* dashdemux: Always parsing sidx for On-Demand profileSeungha Yang2016-12-201-4/+41
* dash: Split gst_isoff_sidx_parser_add_buffer() functionSeungha Yang2016-12-202-45/+66
* dashdemux: Don't declare variables inside the for loop headerSebastian Dröge2016-12-132-4/+10
* dash: Fix stripping of space at the beginning/end of durationsSebastian Dröge2016-11-271-2/+2
* mpdparser: Don't set variable just to overwrite it again laterSebastian Dröge2016-11-231-1/+0
* mpdparser: Modify return of the function for loading external resources to voidSeungha Yang2016-11-211-10/+2
* mpdparser: Handle invalid external xml link for SegmentList elementSeungha Yang2016-11-211-37/+27
* mpdparser: Handle invalid external xml link for AdaptationSet elementSeungha Yang2016-11-211-27/+21