[vlc-commits] stream_filter: smooth: rewrite buffering

Francois Cartegnie git at videolan.org
Mon Nov 10 12:59:21 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Nov  2 14:13:09 2014 +0100| [3843d77dcec6f64cd82ce8256f1b2052745756a7] | committer: Francois Cartegnie

stream_filter: smooth: rewrite buffering

Gets rid of useless indirect access to chunks.
Uses time as chunk based instead of indexes.
Does not keep chunks on live stream.

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

 modules/stream_filter/smooth/downloader.c |  462 +++++++++++++----------------
 modules/stream_filter/smooth/smooth.c     |  387 +++++++++++++++---------
 modules/stream_filter/smooth/smooth.h     |   90 +++---
 modules/stream_filter/smooth/utils.c      |  135 ++++-----
 4 files changed, 566 insertions(+), 508 deletions(-)

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


More information about the vlc-commits mailing list