summaryrefslogtreecommitdiff
path: root/ext/dash
AgeCommit message (Expand)AuthorFilesLines
2018-08-16dashdemux: Always create the adapterNicolas Dufresne1-3/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-05-12dashdemux: Fix sync of updated manifest from previous oneSeungha Yang1-0/+6
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-22Fix code indentationTim-Philipp Müller1-1/+1
2017-12-18dashdemux: parse xs:dateTime's timezone indicatorJun Xie1-3/+47
2017-12-06dashdemux: fix coredump issue with external AdaptationSetJun Xie1-4/+4
2017-11-30dashdemux: remove duplicated codeJun Xie1-4/+0
2017-11-30dashdemux: fix memory leakJun Xie1-2/+2
2017-11-25dashdemux: Handle bitrate > 2**31Edward Hervey2-3/+3
2017-08-25isoff: Move isoff to gst-libsSeungha Yang5-732/+3
2017-07-18dashdemux: Add support webvtt subtitle streamSeungha Yang1-2/+5
2017-07-13dashdemux: update manifest streams correctly if pads aren't exposedThiago Santos1-1/+12
2017-06-01dashdemux: Implement a default presentation delayEdward Hervey1-2/+2
2017-06-01mpdparser: remove duplicate free of client dataThiago Santos1-1/+0
2017-05-31dashdemux: Remove wrong assertionEdward Hervey1-2/+0
2017-05-18dashdemux: Use correct (sub) fragment start when clipping chunk sizeSebastian Dröge1-11/+10
2017-05-18dashdemux: Make sure to pass the next buffer after a seek with DISCONT flagSebastian Dröge1-0/+2
2017-05-18dashdemux: Ensure that we never ever download over the current SIDX entrySebastian Dröge1-6/+18
2017-05-18dashdemux: Take SIDX entry timestamp/duration into account for keyunit-only modeSebastian Dröge1-20/+48
2017-05-18dashdemux: Reset parsing state correctly in various placesSebastian Dröge1-17/+23
2017-05-18dashdemux: Reset previous target_time when seekingSebastian Dröge1-2/+4
2017-05-18dashdemux: Smooth out skip distances in keyframe-only trick modesSebastian Dröge2-1/+30
2017-05-18dashdemux: Take configure max bitrate/framerate into account for keyframe ski...Sebastian Dröge2-57/+143
2017-05-18dashdemux: Try harder to not run into a loop over the same fragment over and ...Sebastian Dröge1-12/+67
2017-05-18dashdemux: Add some debug output to the target time selectionSebastian Dröge1-2/+12
2017-05-18dashdemux: Use the current clock running time in addition to the QoS earliest...Sebastian Dröge1-6/+37
2017-05-18dashdemux: Download keyframes from the current position if we're far enough a...Sebastian Dröge1-1/+1
2017-05-18dashdemux: Fix sync sample selection based on target time in reverse playback...Sebastian Dröge1-4/+24
2017-05-18dashdemux: Snap-seek for skipping ahead and use actual keyframe distance in t...Sebastian Dröge2-21/+38
2017-05-18dashdemux: Don't adjust for fragment duration twice when seeking ahead in KEY...Sebastian Dröge1-6/+5
2017-05-18dashdemux: Add current fragment duration in reverse playback mode to the posi...Sebastian Dröge1-0/+3
2017-05-18dashdemux: Never take more than the current fragment duration for estimations...Sebastian Dröge1-8/+19
2017-05-18dashdemux: Don't increase current position if we just downloaded the moof in ...Sebastian Dröge1-1/+4
2017-05-18dashdemux: Improve key-unit trick mode downloadingEdward Hervey2-40/+388
2017-05-18dashdemux: Store average download timeEdward Hervey2-0/+28
2017-05-18dashdemux: Collect keyunit distance and size statisticsSebastian Dröge2-24/+65
2017-05-18dashdemux: Disable bitrate switching in key-unit trick modeEdward Hervey1-0/+6
2017-05-18dashdemux: Use new adaptivedemux trickmode macroEdward Hervey1-28/+17
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-16dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONESeungha Yang1-0/+1
2017-04-18dashdemux: Rewrite ISOBMFF & SIDX handlingSebastian Dröge3-421/+335
2017-04-15mpdparser: Do sanity check of Segment Base Information only at Repesentation ...Seungha Yang1-36/+8
2017-04-15mpdparser: Allow inherit Segment{Base,Template} from PeriodSeungha Yang1-2/+4
2017-04-12Revert "dashdemux: Fix issue when manifest update sets slow start without pas...Sebastian Dröge2-35/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-1/+2
2017-04-12mpdparser: Fix leakEdward Hervey1-2/+2
2017-04-12mpdparser: Run gst-indentEdward Hervey1-2/+2
2017-04-11dashdemux/mpdparser: Fix wrong false sanity check for manifests with nested S...Jürgen Sachs1-2/+35
2017-04-10dashdemux: Handle current SIDX before current position in normal mode like in...Sebastian Dröge1-4/+9