[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-917-g43cba65

Git Repo Owner noreply at mythtv.org
Thu Feb 27 06:13:35 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  43cba6537fae95cef0ff5ce6ba7352c52abcd947 (commit)
      from  11daeaadc52214605e204cdfe6f7c001c9c1cc9b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 43cba6537fae95cef0ff5ce6ba7352c52abcd947
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 17:12:24 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 17:12:24 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=43cba6537fae95cef0ff5ce6ba7352c52abcd947

Never attempt to read more than in 512kB blocks
Also increase the threshold at which we increase the read block size.
512kB ought to be enough to read a file smoothly (famous last words)

This reduces the amount of unnecessary verbosity. When watching a SD 3Mbit/s DVB stream, it will take over a second to get 1MB of data, leading to a warning entry in the log for every single read.

Refs #10428



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/ringbuffer.cpp |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
 mode change 100755 => 100644 mythtv/libs/libmythtv/ringbuffer.cpp

-- 



More information about the mythtv-commits mailing list