[mythtv-firehose] mythtv branch master updated by jyavenard. v0.28-pre-919-g1cfdfa3

Git Repo Owner noreply at mythtv.org
Thu Feb 27 09:51:31 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  1cfdfa3f56876eb20170f33e9592b5c7ffd05064 (commit)
       via  bcfa0100d94e68df913f3a620da7315a556ccfeb (commit)
      from  43cba6537fae95cef0ff5ce6ba7352c52abcd947 (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 1cfdfa3f56876eb20170f33e9592b5c7ffd05064
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 20:48:28 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 20:48:28 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1cfdfa3f56876eb20170f33e9592b5c7ffd05064

Never attempt to read more than in 512kB blocks
Recalculate the threshold and read block size when we've encountered EOF several times in a row.
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



commit bcfa0100d94e68df913f3a620da7315a556ccfeb
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 20:41:26 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 20:41:26 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bcfa0100d94e68df913f3a620da7315a556ccfeb

Revert "Never attempt to read more than in 512kB blocks"
This reverts commit 43cba6537fae95cef0ff5ce6ba7352c52abcd947.



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

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

-- 



More information about the mythtv-firehose mailing list