[mythtv-commits] mythtv branch devel/027candidates updated by jyavenard. v0.27-175-g801df9e

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


The branch, devel/027candidates has been updated on the
mythtv repository by gitolite user jyavenard.
       via  801df9ec4c55df348ec821caf7fc0035300ea2a6 (commit)
      from  e76d70cfe53ecd6234341eb40e7148439fc719db (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 801df9ec4c55df348ec821caf7fc0035300ea2a6
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:14:26 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=801df9ec4c55df348ec821caf7fc0035300ea2a6

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

(cherry picked from commit 43cba6537fae95cef0ff5ce6ba7352c52abcd947)



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

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