]> git.sesse.net Git - vlc/commit
stream_filter: dash: split all logic and queues by stream type
authorFrancois Cartegnie <fcvlcdev@free.fr>
Sun, 30 Nov 2014 14:41:10 +0000 (15:41 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Thu, 18 Dec 2014 20:23:50 +0000 (21:23 +0100)
commit6dd2798f34335d29dd9fb7720ea82707fa27f848
tree47d8e399f0c446a975d4fdf0bc8b833ad30d7879
parentdbcef6f754ff29d799623426df5941df128d5932
stream_filter: dash: split all logic and queues by stream type
19 files changed:
modules/stream_filter/Makefile.am
modules/stream_filter/dash/DASHDownloader.cpp
modules/stream_filter/dash/DASHManager.cpp
modules/stream_filter/dash/Streams.cpp [new file with mode: 0644]
modules/stream_filter/dash/Streams.hpp
modules/stream_filter/dash/StreamsType.hpp [new file with mode: 0644]
modules/stream_filter/dash/adaptationlogic/AlwaysBestAdaptationLogic.cpp
modules/stream_filter/dash/adaptationlogic/AlwaysBestAdaptationLogic.h
modules/stream_filter/dash/adaptationlogic/AlwaysLowestAdaptationLogic.cpp
modules/stream_filter/dash/adaptationlogic/AlwaysLowestAdaptationLogic.hpp
modules/stream_filter/dash/adaptationlogic/IAdaptationLogic.h
modules/stream_filter/dash/adaptationlogic/RateBasedAdaptationLogic.cpp
modules/stream_filter/dash/adaptationlogic/RateBasedAdaptationLogic.h
modules/stream_filter/dash/adaptationlogic/Representationselectors.cpp
modules/stream_filter/dash/adaptationlogic/Representationselectors.hpp
modules/stream_filter/dash/http/HTTPConnectionManager.cpp
modules/stream_filter/dash/http/HTTPConnectionManager.h
modules/stream_filter/dash/mpd/Period.cpp
modules/stream_filter/dash/mpd/Period.h