[vlc-commits] demux: adaptative: add buffered/threaded chunk source

Francois Cartegnie git at videolan.org
Thu Nov 19 14:47:39 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Nov 13 12:28:00 2015 +0100| [d1815a4222b54ba086da3277d505771e14014cb8] | committer: Francois Cartegnie

demux: adaptative: add buffered/threaded chunk source

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1815a4222b54ba086da3277d505771e14014cb8
---

 modules/demux/Makefile.am                          |    2 +
 modules/demux/adaptative/http/Chunk.cpp            |  176 ++++++++++++++++----
 modules/demux/adaptative/http/Chunk.h              |   17 +-
 modules/demux/adaptative/http/Downloader.cpp       |  109 ++++++++++++
 modules/demux/adaptative/http/Downloader.hpp       |   63 +++++++
 .../adaptative/http/HTTPConnectionManager.cpp      |   15 ++
 .../demux/adaptative/http/HTTPConnectionManager.h  |    6 +-
 .../adaptative/logic/RateBasedAdaptationLogic.cpp  |   13 ++
 .../adaptative/logic/RateBasedAdaptationLogic.h    |    3 +
 9 files changed, 364 insertions(+), 40 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d1815a4222b54ba086da3277d505771e14014cb8


More information about the vlc-commits mailing list