[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-3696-g7fb92b9

Git Repo Owner noreply at mythtv.org
Mon Mar 21 11:11:10 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  7fb92b9e59855b2534c71e7080c2fcbb723bc4fa (commit)
       via  5d06abc5fd601ed955bbf9c0a5f70b039b52e9f7 (commit)
       via  109bf9d38983cb764d6fa9ea1cf34b16898efdfb (commit)
       via  7f8614ecc8e23ff34a546e918c7a1ecb04bf71e1 (commit)
       via  aa676f77df2405376c253faa792f1f3712769ca0 (commit)
      from  8f6b99e45f3de1a8278ede7b0d3644901a034f28 (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 7fb92b9e59855b2534c71e7080c2fcbb723bc4fa
Author:    Peter Bennett <pgbennett at comcast.net> at Mon, 21 Mar 2016 11:10:40 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 21 Mar 2016 11:10:40 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7fb92b9e59855b2534c71e7080c2fcbb723bc4fa

OpenMax: Fix failure when resolution changes. Fixes #12643



commit 5d06abc5fd601ed955bbf9c0a5f70b039b52e9f7
Author:    Peter Bennett <pgbennett at comcast.net> at Mon, 7 Mar 2016 12:59:14 -0500
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 21 Mar 2016 11:07:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5d06abc5fd601ed955bbf9c0a5f70b039b52e9f7

OSD Blend optimizations. These will apply to all systems using softblend for OSD.
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 109bf9d38983cb764d6fa9ea1cf34b16898efdfb
Author:    Peter Bennett <pgbennett at comcast.net> at Sat, 5 Mar 2016 22:27:04 -0500
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 21 Mar 2016 11:07:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=109bf9d38983cb764d6fa9ea1cf34b16898efdfb

Raspberry pi: OSD improvements from LVR, using 4 threads to merge OSD into frames.
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 7f8614ecc8e23ff34a546e918c7a1ecb04bf71e1
Author:    Peter Bennett <pgbennett at comcast.net> at Fri, 4 Mar 2016 15:59:36 -0500
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 21 Mar 2016 11:07:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7f8614ecc8e23ff34a546e918c7a1ecb04bf71e1

Fix for OSD jerkiness in Raspberry PI In MythPlayer move the call to ProcessFrame into the AVSync method. This allows the OSD painting to be bypased on frames that are skipped. Also make the change in MythDVDPlayer since that also calls AVSync.
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit aa676f77df2405376c253faa792f1f3712769ca0
Author:    Peter Bennett <pgbennett at comcast.net> at Fri, 18 Mar 2016 15:58:15 -0400
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 21 Mar 2016 11:07:04 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=aa676f77df2405376c253faa792f1f3712769ca0

Fix problem with OpenMAX decoder where the theme is still displayed next to letterbox or pillarbox playback.
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/DVD/mythdvdplayer.cpp  |    7 --
 mythtv/libs/libmythtv/avformatdecoder.cpp    |    9 ++-
 mythtv/libs/libmythtv/mythplayer.cpp         |   20 ++++--
 mythtv/libs/libmythtv/privatedecoder_omx.cpp |   10 +--
 mythtv/libs/libmythtv/tv_play.cpp            |    6 +-
 mythtv/libs/libmythtv/util-osd.cpp           |  108 ++++++++++++++-----------
 mythtv/libs/libmythtv/util-osd.h             |    2 +-
 mythtv/libs/libmythtv/videoout_omx.cpp       |   26 ++++++-
 mythtv/libs/libmythtv/videoout_omx.h         |    1 +
 mythtv/libs/libmythtv/videooutbase.cpp       |  104 +++++++++++++++++++++++-
 mythtv/themes/default/base.xml               |   12 +++
 11 files changed, 226 insertions(+), 79 deletions(-)

-- 



More information about the mythtv-commits mailing list