]> git.sesse.net Git - vlc/commit
stream_filter: dash: merge managers
authorFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 18 Nov 2014 22:10:24 +0000 (23:10 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Thu, 18 Dec 2014 20:23:49 +0000 (21:23 +0100)
commit077312c6187965eed1c99a2f9fdd7749507e2304
treec327dc24e3761eaedaccc9cd51c28483a0d47357
parentcd12fedb3788073096c5dec94a70adcf53477f01
stream_filter: dash: merge managers
20 files changed:
modules/stream_filter/Makefile.am
modules/stream_filter/dash/DASHManager.cpp
modules/stream_filter/dash/DASHManager.h
modules/stream_filter/dash/adaptationlogic/AbstractAdaptationLogic.cpp
modules/stream_filter/dash/adaptationlogic/AbstractAdaptationLogic.h
modules/stream_filter/dash/adaptationlogic/AdaptationLogicFactory.cpp
modules/stream_filter/dash/adaptationlogic/AdaptationLogicFactory.h
modules/stream_filter/dash/adaptationlogic/AlwaysBestAdaptationLogic.cpp
modules/stream_filter/dash/adaptationlogic/AlwaysBestAdaptationLogic.h
modules/stream_filter/dash/adaptationlogic/RateBasedAdaptationLogic.cpp
modules/stream_filter/dash/adaptationlogic/RateBasedAdaptationLogic.h
modules/stream_filter/dash/mpd/BasicCMManager.cpp [deleted file]
modules/stream_filter/dash/mpd/BasicCMManager.h [deleted file]
modules/stream_filter/dash/mpd/IsoffMainManager.cpp [deleted file]
modules/stream_filter/dash/mpd/IsoffMainManager.h [deleted file]
modules/stream_filter/dash/mpd/MPDManager.cpp [moved from modules/stream_filter/dash/mpd/IMPDManager.cpp with 83% similarity]
modules/stream_filter/dash/mpd/MPDManager.hpp [moved from modules/stream_filter/dash/mpd/IMPDManager.h with 89% similarity]
modules/stream_filter/dash/mpd/MPDManagerFactory.cpp
modules/stream_filter/dash/mpd/MPDManagerFactory.h
modules/stream_filter/dash/xml/DOMParser.h