[vlc-commits] demux: dash: regroup under SegmentInformation
Francois Cartegnie
git at videolan.org
Thu Dec 18 22:39:57 CET 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Dec 17 16:47:43 2014 +0100| [697f59f95c086d1eef52af05ce9fa97a195d3c0d] | committer: Francois Cartegnie
demux: dash: regroup under SegmentInformation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=697f59f95c086d1eef52af05ce9fa97a195d3c0d
---
modules/stream_filter/Makefile.am | 2 +
.../adaptationlogic/AbstractAdaptationLogic.cpp | 2 +-
.../adaptationlogic/AlwaysBestAdaptationLogic.cpp | 2 +-
.../adaptationlogic/AlwaysBestAdaptationLogic.h | 2 +-
.../AlwaysLowestAdaptationLogic.cpp | 2 +-
.../AlwaysLowestAdaptationLogic.hpp | 2 +-
.../dash/adaptationlogic/IAdaptationLogic.h | 2 +-
.../adaptationlogic/RateBasedAdaptationLogic.cpp | 2 +-
.../adaptationlogic/RateBasedAdaptationLogic.h | 2 +-
modules/stream_filter/dash/mp4/AtomsReader.cpp | 13 +-
modules/stream_filter/dash/mp4/AtomsReader.hpp | 11 +-
modules/stream_filter/dash/mpd/AdaptationSet.cpp | 25 +--
modules/stream_filter/dash/mpd/AdaptationSet.h | 9 +-
modules/stream_filter/dash/mpd/IMPDParser.cpp | 12 --
modules/stream_filter/dash/mpd/IMPDParser.h | 1 -
modules/stream_filter/dash/mpd/IsoffMainParser.cpp | 142 +++++++++------
modules/stream_filter/dash/mpd/IsoffMainParser.h | 9 +-
modules/stream_filter/dash/mpd/Period.cpp | 2 +-
modules/stream_filter/dash/mpd/Period.h | 4 +-
modules/stream_filter/dash/mpd/Representation.cpp | 119 +------------
modules/stream_filter/dash/mpd/Representation.h | 20 +--
modules/stream_filter/dash/mpd/Segment.cpp | 56 +++---
modules/stream_filter/dash/mpd/Segment.h | 21 +--
.../stream_filter/dash/mpd/SegmentInformation.cpp | 187 ++++++++++++++++++++
.../stream_filter/dash/mpd/SegmentInformation.hpp | 85 +++++++++
25 files changed, 438 insertions(+), 296 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=697f59f95c086d1eef52af05ce9fa97a195d3c0d
More information about the vlc-commits
mailing list