[mythtv-commits] mythtv branch master updated by pbennett. v30-Pre-3-g538f99e

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


The branch, master has been updated on the
mythtv repository by gitolite user pbennett.
       via  538f99e0a6b394425699b1aa1404d2181f3eb8f5 (commit)
      from  f7fe2d5f01ad3c5166d1aca66e25f1d99c6e7cde (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 538f99e0a6b394425699b1aa1404d2181f3eb8f5
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:29:23 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=538f99e0a6b394425699b1aa1404d2181f3eb8f5

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



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

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