[vlc-commits] dash: Adding an implementation for UrlTemplate

Hugo Beauzée-Luyssen git at videolan.org
Tue Jan 24 23:22:03 CET 2012


vlc/vlc-1.2 | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Jan  5 14:35:10 2012 +0100| [9ca785b7b03713d722a73e8d69dd767dc47b9d47] | committer: Jean-Baptiste Kempf

dash: Adding an implementation for UrlTemplate

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit db1c4aa7bcc4b94ec90a0217a52fa988304c0228)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=9ca785b7b03713d722a73e8d69dd767dc47b9d47
---

 modules/stream_filter/dash/DASHManager.cpp         |   18 ++--
 modules/stream_filter/dash/DASHManager.h           |    4 +-
 modules/stream_filter/dash/Modules.am              |    2 +
 .../dash/adaptationlogic/AbstractAdaptationLogic.h |    1 -
 .../adaptationlogic/AdaptationLogicFactory.cpp     |    3 +-
 .../adaptationlogic/AlwaysBestAdaptationLogic.cpp  |    4 +-
 .../adaptationlogic/AlwaysBestAdaptationLogic.h    |    4 +-
 .../dash/adaptationlogic/IAdaptationLogic.h        |    4 +-
 .../dash/adaptationlogic/NullAdaptationLogic.h     |    2 +-
 .../adaptationlogic/RateBasedAdaptationLogic.cpp   |   16 ++--
 .../adaptationlogic/RateBasedAdaptationLogic.h     |    2 +-
 modules/stream_filter/dash/dash.cpp                |    6 +-
 modules/stream_filter/dash/http/HTTPConnection.cpp |    2 +
 .../dash/http/HTTPConnectionManager.cpp            |   10 ++-
 modules/stream_filter/dash/mpd/BasicCMManager.cpp  |    6 +-
 modules/stream_filter/dash/mpd/BasicCMManager.h    |    2 +-
 modules/stream_filter/dash/mpd/BasicCMParser.cpp   |    2 +-
 modules/stream_filter/dash/mpd/IMPDManager.h       |    2 +-
 modules/stream_filter/dash/mpd/Segment.cpp         |   12 +++-
 modules/stream_filter/dash/mpd/Segment.h           |   13 ++-
 .../stream_filter/dash/mpd/SegmentInfoCommon.cpp   |    4 +-
 modules/stream_filter/dash/mpd/SegmentInfoCommon.h |    6 +-
 modules/stream_filter/dash/mpd/SegmentTemplate.cpp |   95 ++++++++++++++++++++
 modules/stream_filter/dash/mpd/SegmentTemplate.h   |   52 +++++++++++
 modules/stream_filter/dash/mpd/SegmentTimeline.cpp |   36 +++++---
 modules/stream_filter/dash/mpd/SegmentTimeline.h   |    4 +-
 26 files changed, 250 insertions(+), 62 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commitdiff;h=9ca785b7b03713d722a73e8d69dd767dc47b9d47


More information about the vlc-commits mailing list