[vlc-commits] demux: adaptive: add connection manager interface
Francois Cartegnie
git at videolan.org
Thu Sep 15 14:58:55 CEST 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Sep 14 19:13:33 2016 +0200| [3924bed4543c1e39bd567a0116d5f71057ca13db] | committer: Francois Cartegnie
demux: adaptive: add connection manager interface
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3924bed4543c1e39bd567a0116d5f71057ca13db
---
modules/demux/adaptive/PlaylistManager.cpp | 2 +-
modules/demux/adaptive/PlaylistManager.h | 6 ++--
modules/demux/adaptive/SegmentTracker.cpp | 3 +-
modules/demux/adaptive/SegmentTracker.hpp | 4 +--
modules/demux/adaptive/Streams.cpp | 2 +-
modules/demux/adaptive/Streams.hpp | 8 ++---
modules/demux/adaptive/http/Chunk.cpp | 8 ++---
modules/demux/adaptive/http/Chunk.h | 10 +++---
.../demux/adaptive/http/HTTPConnectionManager.cpp | 41 +++++++++++++++++-----
.../demux/adaptive/http/HTTPConnectionManager.h | 35 +++++++++++++-----
modules/demux/adaptive/playlist/Segment.cpp | 4 +--
modules/demux/adaptive/playlist/Segment.h | 4 +--
modules/demux/dash/DASHStream.cpp | 2 +-
modules/demux/dash/DASHStream.hpp | 2 +-
modules/demux/hls/HLSStreams.cpp | 2 +-
modules/demux/hls/HLSStreams.hpp | 2 +-
modules/demux/smooth/SmoothStream.cpp | 2 +-
modules/demux/smooth/SmoothStream.hpp | 2 +-
.../demux/smooth/playlist/ForgedInitSegment.cpp | 2 +-
.../demux/smooth/playlist/ForgedInitSegment.hpp | 2 +-
20 files changed, 94 insertions(+), 49 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3924bed4543c1e39bd567a0116d5f71057ca13db
More information about the vlc-commits
mailing list