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

Git Repo Owner noreply at mythtv.org
Thu Feb 27 09:54:17 UTC 2014


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

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
(cherry picked from commit 1cfdfa3f56876eb20170f33e9592b5c7ffd05064)



commit 7aeae69dc26a42cbcf30753ac414d9e974e9aff7
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:53:13 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7aeae69dc26a42cbcf30753ac414d9e974e9aff7

Revert "Never attempt to read more than in 512kB blocks"
This reverts commit 43cba6537fae95cef0ff5ce6ba7352c52abcd947.
(cherry picked from commit bcfa0100d94e68df913f3a620da7315a556ccfeb)



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

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-commits mailing list