[vlc-commits] demux: adaptative: move xml stuff out of dash specific code
Francois Cartegnie
git at videolan.org
Tue Oct 27 19:13:51 CET 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Oct 19 15:55:41 2015 +0200| [3a3e44f33176c7353d8ef4d33185e5af3267fc56] | committer: Francois Cartegnie
demux: adaptative: move xml stuff out of dash specific code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a3e44f33176c7353d8ef4d33185e5af3267fc56
---
modules/demux/Makefile.am | 14 +++++-----
modules/demux/adaptative/adaptative.cpp | 7 +++--
.../demux/{dash => adaptative}/xml/DOMHelper.cpp | 2 +-
modules/demux/{dash => adaptative}/xml/DOMHelper.h | 2 +-
.../demux/{dash => adaptative}/xml/DOMParser.cpp | 25 +-----------------
modules/demux/{dash => adaptative}/xml/DOMParser.h | 4 +--
modules/demux/{dash => adaptative}/xml/Node.cpp | 2 +-
modules/demux/{dash => adaptative}/xml/Node.h | 2 +-
modules/demux/dash/DASHManager.cpp | 3 +--
modules/demux/dash/mpd/IsoffMainParser.cpp | 27 ++++++++++++++++++--
modules/demux/dash/mpd/IsoffMainParser.h | 9 ++++---
modules/demux/dash/mpd/MPDFactory.cpp | 20 ++++-----------
modules/demux/dash/mpd/MPDFactory.h | 10 +++++---
13 files changed, 59 insertions(+), 68 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3a3e44f33176c7353d8ef4d33185e5af3267fc56
More information about the vlc-commits
mailing list