[mythtv-commits] mythtv branch fixes/0.28 updated by pbennett. v0.28.1-38-geef6a48

Git Repo Owner noreply at mythtv.org
Wed Jul 12 19:41:35 UTC 2017


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user pbennett.
       via  eef6a480b0eca5201eec785b0ce57f9a6f4b7fdd (commit)
      from  457a417f407bd38fa0d989f9ca006a5fb3173695 (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 eef6a480b0eca5201eec785b0ce57f9a6f4b7fdd
Author:    Peter Bennett <pbennett at mythtv.org> at Wed, 12 Jul 2017 15:33:31 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Wed, 12 Jul 2017 15:41:00 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eef6a480b0eca5201eec785b0ce57f9a6f4b7fdd

Fix bugs that occur when using a different video mode for playback.
Fixes these cases where the code does not cater for the video mode
changing between GUI and playback.
- Playback using xv-blit and maybe others is shown in the wrong size and position.
- Playback using OpenGL is displaced downward.
- LiveTV using OpenGL is the wrong size.
- Program Guide and other screens selected from within LiveTV when using OpenGL
are cut off on the right.

Fixes #7408
Fixes #11363
Fixes #13054

(cherry picked from commit 7388b5a60c54d5e812a535bf5212295e512c5c3f)



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

Summary of changes:
 mythtv/libs/libmythtv/tv_play.cpp         |   30 +++++++++++++++++++---------
 mythtv/libs/libmythtv/videoout_opengl.cpp |   19 +++++++++++++++++-
 mythtv/libs/libmythtv/videooutwindow.cpp  |    8 +++++++
 mythtv/libs/libmythtv/videooutwindow.h    |    1 +
 4 files changed, 47 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-commits mailing list