summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpdparser: Handle invalid external xml link for Period elementSeungha Yang2016-11-211-40/+24
* dashdemux: Fix leak in gst_dash_demux_stream_freeSeungha Yang2016-11-191-0/+4
* mpdparser: Support multiple Period elements in external xmlSeungha Yang2016-11-142-17/+53
* mpdparser: wrap unmodified data in protection eventPhilippe Normand2016-11-141-3/+0
* mpdparser: MS PlayReady ContentProtection parsingPhilippe Normand2016-11-041-1/+38
* Explicitly define float constants as floatNirbheek Chauhan2016-10-271-1/+1
* dash: do not use invalid stream durationThiago Santos2016-10-201-1/+2
* dash: properly inherit segmentlist from periodThiago Santos2016-10-201-4/+9
* dashdemux: Add properties to select maximum allowed width/height and framerateSebastian Dröge2016-08-264-8/+93
* adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge2016-08-251-1/+10
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+20