[mythtv-commits] mythtv branch fixes/29 updated by pbennett. v29-rc1-5-gb350a44

Git Repo Owner noreply at mythtv.org
Sun Jul 30 18:31:29 UTC 2017


The branch, fixes/29 has been updated on the
mythtv repository by gitolite user pbennett.
       via  b350a44090470c5f6e0ea316cbdae2455ec91214 (commit)
      from  696806310a5ff3e972da2e660392c8fc9570bb96 (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 b350a44090470c5f6e0ea316cbdae2455ec91214
Author:    Peter Bennett <pbennett at mythtv.org> at Sun, 30 Jul 2017 14:22:04 -0400
Committer: Peter Bennett <pbennett at mythtv.org> at Sun, 30 Jul 2017 14:30:55 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b350a44090470c5f6e0ea316cbdae2455ec91214

Video Playback: Extend playback profiles to allow preferences based on more criteria
Video playback allows selection of different settings based on video
size. This change extends it to also allow selection based on video format
and frame rate. These are optional and if left blank the existing rules
continue to apply.

Fixes #13061

(cherry picked from commit 538f99e0a6b394425699b1aa1404d2181f3eb8f5)



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

Summary of changes:
 mythtv/libs/libmyth/standardsettings.h          |    4 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp       |   17 ++-
 mythtv/libs/libmythtv/mythplayer.cpp            |   17 +-
 mythtv/libs/libmythtv/mythplayer.h              |    4 +-
 mythtv/libs/libmythtv/videodisplayprofile.cpp   |  229 ++++++++++++++++++++--
 mythtv/libs/libmythtv/videodisplayprofile.h     |   21 ++-
 mythtv/libs/libmythtv/videoout_xv.cpp           |    5 +-
 mythtv/libs/libmythtv/videoout_xv.h             |    2 +-
 mythtv/libs/libmythtv/videooutbase.cpp          |   41 ++---
 mythtv/libs/libmythtv/videooutbase.h            |    3 +-
 mythtv/libs/libmythtv/videooutwindow.cpp        |    5 -
 mythtv/programs/mythfrontend/globalsettings.cpp |   68 +++++++-
 mythtv/programs/mythfrontend/globalsettings.h   |    5 +
 13 files changed, 340 insertions(+), 81 deletions(-)

-- 



More information about the mythtv-commits mailing list