[mythtv-commits] mythtv branch master updated by peper03. v0.27-pre2-1747-g811be23

Git Repo Owner noreply at mythtv.org
Tue Jul 9 21:40:12 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  811be23159604626ee8675400692cccc4599229f (commit)
       via  010a87dbf613944465147707b6addbb5c079f475 (commit)
      from  e06a76596e3891b27174770fa1654420346482c8 (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 811be23159604626ee8675400692cccc4599229f
Author:    Richard Hulme <peper03 at mythtv.org> at Tue, 9 Jul 2013 22:37:49 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Tue, 9 Jul 2013 23:39:59 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=811be23159604626ee8675400692cccc4599229f

Apply additional changes from third patch in ticket #11455 that should have been applied in [e5e9cc8ce].  The first patch was applied by mistake.
Refs #11455



commit 010a87dbf613944465147707b6addbb5c079f475
Author:    Richard Hulme <peper03 at mythtv.org> at Tue, 9 Jul 2013 21:37:31 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Tue, 9 Jul 2013 21:37:31 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=010a87dbf613944465147707b6addbb5c079f475

Fix DVD playback when a still timeout is set.
The timeout should start running at the end of the cell not at the beginning.  Usually the cell only contains one frame so there's little difference but where there is video, all the parts of the code that query whether we are in a still get 'true' back right from the beginning of cell.  This can cause stuttering under some circumstances (e.g. VDPAU) because frames are not buffered.



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

Summary of changes:
 mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp |   32 +++++++++++----------------
 mythtv/libs/libmythtv/DVD/dvdringbuffer.h   |    1 +
 mythtv/libs/libmythtv/DVD/mythdvdplayer.cpp |    3 +-
 mythtv/libs/libmythtv/subtitlereader.cpp    |    4 +-
 4 files changed, 18 insertions(+), 22 deletions(-)

-- 



More information about the mythtv-commits mailing list