vlc | branch: master | Francois Cartegnie <[email protected]> | Thu Jan 1 16:47:05 2015 +0100| [eb141b2896ffd8f4344edb822b974dbf99acb668] | committer: Francois Cartegnie
demux: dash: add basic seeking using next segment Still doesn't control streamDemux > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb141b2896ffd8f4344edb822b974dbf99acb668 --- modules/demux/dash/DASHManager.cpp | 30 ++++++++++ modules/demux/dash/DASHManager.h | 2 + modules/demux/dash/SegmentTracker.cpp | 13 +++++ modules/demux/dash/SegmentTracker.hpp | 1 + modules/demux/dash/Streams.cpp | 25 +++++++++ modules/demux/dash/Streams.hpp | 5 ++ modules/demux/dash/dash.cpp | 13 ++++- modules/demux/dash/mpd/IsoffMainParser.cpp | 3 + modules/demux/dash/mpd/SegmentInformation.cpp | 73 +++++++++++++++++++------ modules/demux/dash/mpd/SegmentInformation.hpp | 6 +- modules/demux/dash/mpd/SegmentList.cpp | 2 +- modules/demux/dash/mpd/SegmentList.h | 9 +++ 12 files changed, 161 insertions(+), 21 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=eb141b2896ffd8f4344edb822b974dbf99acb668 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
