[mythtv-firehose] mythtv/master commit: 083fe59e6 by Jim Stichnoth (stichnot)

MythTV noreply at mythtv.org
Tue Mar 13 02:42:13 UTC 2012


      Author:  Jim Stichnoth <jstichnoth at mythtv.org>
 Change Date:  2012-03-12T19:41:05-07:00
   Push Date:  2012/03/12 19:42:01 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  083fe59e64d015831ce450e1993e83587935bae5
   Changeset:  https://github.com/MythTV/mythtv/commit/083fe59e6

Log:

Fix RingBuffer starvation when playing .nuv files.

In the original code, the estimated bitrate for .nuv files was set to
0, and downstream code would figure out a suitable blocksize for
ringbuffer fills.  After the low-bitrate optimizations in #9824, the
blocksize ended up being reduced to 2KB.  This may be sufficient for
local files, but often causes ringbuffer starvation and stuttering
playback for remote files.

Fixes #10212.  If similar behavior is seen post-commit, please file a
new ticket.

Modified:

   mythtv/libs/libmythtv/nuppeldecoder.cpp



More information about the mythtv-firehose mailing list