[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-757-g6fce212

Git Repo Owner noreply at mythtv.org
Wed Mar 13 17:25:26 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  6fce2124610e1b5e971e58248717bd3927e785ef (commit)
       via  b6c0ec5529d8b921a846c38b5d6afeb06a4d5671 (commit)
      from  e60e3d232cb9db4b435fd396d8fb8b094eae5b53 (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 6fce2124610e1b5e971e58248717bd3927e785ef
Author:    Richard <peper03 at yahoo.com> at Wed, 13 Mar 2013 17:17:57 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 13 Mar 2013 17:25:11 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6fce2124610e1b5e971e58248717bd3927e785ef

VTS title and clean up menu looping detection.
Querying the number of buttons as soon as a subpicture stream change
notification appears is generally not possible as the button
information is carried in NAV packets, which probably haven't been
read yet.

Fixes #11445

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit b6c0ec5529d8b921a846c38b5d6afeb06a4d5671
Author:    Richard <peper03 at yahoo.com> at Fri, 1 Mar 2013 22:13:21 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Wed, 13 Mar 2013 17:25:11 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b6c0ec5529d8b921a846c38b5d6afeb06a4d5671

DVD PTS discontinuities are now handled by 'flattening' the timecodes of incoming packets. This prevents AVFormatDecoder getting stuck buffering video frames when the timecodes jump backwards.
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/DVD/avformatdecoderdvd.cpp |   42 +++++++
 mythtv/libs/libmythtv/DVD/avformatdecoderdvd.h   |    4 +
 mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp      |  133 ++++++++++++++++------
 mythtv/libs/libmythtv/DVD/dvdringbuffer.h        |   20 ++++
 mythtv/libs/libmythtv/avformatdecoder.cpp        |    7 +-
 mythtv/libs/libmythtv/avformatdecoder.h          |    3 +
 6 files changed, 171 insertions(+), 38 deletions(-)

-- 



More information about the mythtv-commits mailing list