summaryrefslogtreecommitdiff
path: root/ext/dash/gstdashdemux.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-25isoff: Move isoff to gst-libsSeungha Yang1-1/+1
2017-05-18dashdemux: Smooth out skip distances in keyframe-only trick modesSebastian Dröge1-0/+2
2017-05-18dashdemux: Take configure max bitrate/framerate into account for keyframe ski...Sebastian Dröge1-1/+1
2017-05-18dashdemux: Snap-seek for skipping ahead and use actual keyframe distance in t...Sebastian Dröge1-0/+2
2017-05-18dashdemux: Improve key-unit trick mode downloadingEdward Hervey1-0/+7
2017-05-18dashdemux: Store average download timeEdward Hervey1-0/+3
2017-05-18dashdemux: Collect keyunit distance and size statisticsSebastian Dröge1-1/+3
2017-04-18dashdemux: Rewrite ISOBMFF & SIDX handlingSebastian Dröge1-7/+7
2017-04-12Revert "dashdemux: Fix issue when manifest update sets slow start without pas...Sebastian Dröge1-1/+0
2017-03-15dashdemux: Keep track of the PTS, not the SIDX index position between represe...Sebastian Dröge1-1/+1
2017-01-18dashdemux: Fix issue when manifest update sets slow start without passing nec...WeiChungChang1-0/+1
2016-08-26dashdemux: Add properties to select maximum allowed width/height and framerateSebastian Dröge1-0/+2
2016-08-11dashdemux: Collect average moof and first sync sample sizesSebastian Dröge1-0/+1
2016-08-11dashdemux: Download any sync-sample following the moof directly in key-units ...Sebastian Dröge1-1/+3
2016-08-11dashdemux: Remember if for a stream we could do key-units only modeSebastian Dröge1-0/+1
2016-08-11dashdemux: Implement downloading of only sync samplesSebastian Dröge1-0/+1
2016-08-11dashdemux: Store parsed moof and extract offsets of sync samples in itSebastian Dröge1-0/+4
2016-08-11dashdemux: Implement parsing of ISOBMFF boxesSebastian Dröge1-0/+12
2016-07-28dashdemux: Skip audio streams if TRICKMODE_NO_AUDIO is given in the seek eventSebastian Dröge1-0/+2
2016-07-01dashdemux: Implement SIDX tracking based on buffer offsetSebastian Dröge1-1/+0
2016-07-01dashdemux: Properly keep track of current offsetSebastian Dröge1-0/+4
2016-07-01adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge1-0/+1
2015-10-29dashdemux: provide a default suggestedPresentationDelayAlex Ashley1-0/+1
2015-09-26dashdemux: create src pads for subtitle streams.Chris Bass1-0/+1
2015-08-14dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley1-0/+3
2015-02-17dashdemux: depracate bandwidth-usage in favor of bitrate-limitThiago Santos1-1/+0
2015-01-26dashdemux: use audio_%02u and video_%02u names for padsThiago Santos1-0/+3
2015-01-19adaptivedemux: refactor chunk downloading flowThiago Santos1-2/+0
2015-01-16dashdemux: remove unused segment attributeThiago Santos1-2/+0
2015-01-16dashdemux: implement ISOBMFF profile handlingThiago Santos1-0/+6
2015-01-16dashdemux: parse the sidx index from isobmff streamsThiago Santos1-0/+4
2014-11-30dashdemux: port to adaptive demuxThiago Santos1-48/+4
2014-09-24dashdemux: mark first buffer as discont after restarting a download taskMatthieu Bouron1-0/+1
2014-09-18dashdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis1-0/+1
2014-08-19dashdemux: push language code tagMatthieu Bouron1-0/+1
2014-05-11dashdemux: remove unused stream uridownloaderThiago Santos1-1/+0
2014-05-07dashdemux: handle error messages from the sourcesThiago Santos1-0/+2
2014-05-07dashdemux: measure download rate just like hlsdemuxThiago Santos1-3/+1
2014-05-07dashdemux: remove uridownloader from fragments downloadThiago Santos1-2/+13
2013-12-24dashdemux: remove stream loop threadThiago Santos1-33/+1
2013-12-24dashdemux: use a separate GstUriDownloader per streamThiago Santos1-0/+1
2013-12-24dashdemux: store GstActiveStream to avoid getting it every timeThiago Santos1-0/+1
2013-12-24dashdemux: simplify locking for streamsThiago Santos1-1/+0
2013-12-24dashdemux: handle multiple languagesThiago Santos1-3/+10
2013-12-24dashdemux: Use 1 download task per streamThiago Santos1-2/+2
2013-12-24dashdemux: refactor fragment fetching into smaller functionsThiago Santos1-0/+2
2013-07-23dash: Add support for group-id in the stream-start eventSebastian Dröge1-0/+3
2013-07-08dashdemux: handle live playback resyncThiago Santos1-0/+2
2013-05-08dashdemux: port to 1.0Thiago Santos1-3/+3
2013-05-08dashdemux: make timestamps start from 0Wim Taymans1-0/+1