[vlc-commits] stream_filter: dash: build URL hierarchically
Francois Cartegnie
git at videolan.org
Thu Dec 18 22:39:46 CET 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Nov 19 18:20:57 2014 +0100| [7081fb2b01a5e3651eb24649db87802636e7a40f] | committer: Francois Cartegnie
stream_filter: dash: build URL hierarchically
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7081fb2b01a5e3651eb24649db87802636e7a40f
---
modules/stream_filter/Makefile.am | 1 +
.../adaptationlogic/AlwaysBestAdaptationLogic.cpp | 2 +-
modules/stream_filter/dash/mpd/BasicCMParser.cpp | 7 ++-
modules/stream_filter/dash/mpd/ICanonicalUrl.hpp | 47 ++++++++++++++++++++
modules/stream_filter/dash/mpd/IsoffMainParser.cpp | 12 +----
modules/stream_filter/dash/mpd/MPD.cpp | 15 ++++---
modules/stream_filter/dash/mpd/MPD.h | 6 ++-
modules/stream_filter/dash/mpd/Representation.cpp | 18 +++++---
modules/stream_filter/dash/mpd/Representation.h | 9 ++--
modules/stream_filter/dash/mpd/Segment.cpp | 37 +++++----------
modules/stream_filter/dash/mpd/Segment.h | 7 ++-
modules/stream_filter/dash/mpd/SegmentInfo.cpp | 3 +-
modules/stream_filter/dash/mpd/SegmentInfo.h | 3 +-
.../stream_filter/dash/mpd/SegmentInfoCommon.cpp | 16 ++++---
modules/stream_filter/dash/mpd/SegmentInfoCommon.h | 7 +--
modules/stream_filter/dash/mpd/SegmentList.cpp | 3 +-
modules/stream_filter/dash/mpd/SegmentList.h | 3 +-
modules/stream_filter/dash/mpd/SegmentTemplate.cpp | 43 ++++++------------
modules/stream_filter/dash/mpd/SegmentTemplate.h | 5 +--
19 files changed, 134 insertions(+), 110 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=7081fb2b01a5e3651eb24649db87802636e7a40f
More information about the vlc-commits
mailing list