[vlc-commits] stream_filter: dash: change as demuxer
Francois Cartegnie
git at videolan.org
Thu Dec 18 22:39:55 CET 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 1 17:35:21 2014 +0100| [c04ebc35a267765807e3d5a9050efb0531973b87] | committer: Francois Cartegnie
stream_filter: dash: change as demuxer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c04ebc35a267765807e3d5a9050efb0531973b87
---
modules/stream_filter/Makefile.am | 2 -
modules/stream_filter/dash/DASHDownloader.cpp | 70 ------
modules/stream_filter/dash/DASHDownloader.h | 54 -----
modules/stream_filter/dash/DASHManager.cpp | 107 ++++++---
modules/stream_filter/dash/DASHManager.h | 19 +-
modules/stream_filter/dash/Streams.cpp | 233 +++++++++++++++++++-
modules/stream_filter/dash/Streams.hpp | 54 +++++
.../adaptationlogic/AbstractAdaptationLogic.cpp | 7 +
.../dash/adaptationlogic/AbstractAdaptationLogic.h | 1 +
.../dash/adaptationlogic/IAdaptationLogic.h | 2 +-
modules/stream_filter/dash/buffer/BlockBuffer.cpp | 163 +++-----------
modules/stream_filter/dash/buffer/BlockBuffer.h | 20 +-
modules/stream_filter/dash/dash.cpp | 202 +++++------------
modules/stream_filter/dash/dash.hpp | 4 +-
.../dash/http/HTTPConnectionManager.cpp | 88 +-------
.../dash/http/HTTPConnectionManager.h | 22 +-
.../stream_filter/dash/http/IHTTPConnection.cpp | 4 +-
modules/stream_filter/dash/http/IHTTPConnection.h | 1 +
modules/stream_filter/dash/mpd/MPD.cpp | 2 +
19 files changed, 489 insertions(+), 566 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c04ebc35a267765807e3d5a9050efb0531973b87
More information about the vlc-commits
mailing list