[mythtv-firehose] mythtv branch devel/027candidates updated by jyavenard. v0.27-345-gd1aa80d

Git Repo Owner noreply at mythtv.org
Sun May 25 07:23:13 UTC 2014


The branch, devel/027candidates has been updated on the
mythtv repository by gitolite user jyavenard.
       via  d1aa80d3f96a5215090efa94bed2d3dabee5381b (commit)
       via  d567ccb51761f0306b1930a2f56abb11c4b81112 (commit)
       via  25876a76e4e064ba828d0b92c1bbaea218882c81 (commit)
       via  c8b519d2866a120cccd07fc5e70b35c046197870 (commit)
      from  0eac37272451921890216ede62ccd86408483a78 (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 d1aa80d3f96a5215090efa94bed2d3dabee5381b
Author:    Cédric Schieli <cschieli at gmail.com> at Sat, 24 May 2014 17:42:22 +0200
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 25 May 2014 17:22:08 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d1aa80d3f96a5215090efa94bed2d3dabee5381b

Force refresh of xf86VidMode current modeline
After changing the mode with XRRSetScreenConfigAndRate, the modeline returned
by XF86VidModeGetModeLine is wrong until XRRGetScreenInfo is called (at
least for X.Org 1.14.5 and 1.15.0 with Intel video driver).

DisplayResX::SwitchToVideo first calls XRRGetScreenInfo, then calls
XRRSetScreenConfigAndRate. This leads to XF86VidModeGetModeLine always
returning the previous modeline instead of the current one.

This was causing juddering in some cases, because the refreshrate used
in MythPlayer for initializing avsync_predictor is obtained from
XF86VidModeGetModeLine.

For example the following scenario was causing me consistent juddering
every second:

The display has modelines for 24 Hz, 50 Hz and 60 Hz modes, and the desktop
mode is 60 Hz.
I first play a 23.976 fps video. The display switches to 24 Hz mode, but the
refreshrate used by avsync_predictor is set to 60. This does not cause
noticeable judderng. Then, I play a 25 fps video. The display switches to
50 Hz mode, and the refreshrate is set to 24 (the previous one). Every second
the avsync_predictor kicks in and drops some frames.

This patch fixes this issue by calling XRRGetScreenInfo after the mode is
changed by XRRSetScreenConfigAndRate.

Fixes #12150
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>

(cherry picked from commit b8d5f110581bee170807e32e4c919f6f17e6a9e1)



commit d567ccb51761f0306b1930a2f56abb11c4b81112
Author:    Dave Badia <dbadia at gmail.com> at Thu, 20 Mar 2014 17:21:56 -0400
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 25 May 2014 17:21:55 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d567ccb51761f0306b1930a2f56abb11c4b81112

Trigger system events when devices connect and disconnect to AirPlay and AirTunes
Fixes #11182
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>

(cherry picked from commit c5306f3ba063de7b25ce3cfc3757f9b8998b251b)



commit 25876a76e4e064ba828d0b92c1bbaea218882c81
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 25 May 2014 15:39:51 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 25 May 2014 17:21:46 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=25876a76e4e064ba828d0b92c1bbaea218882c81

Fix fullscreen windowing with Compiz/Unity
Also fixes live transitions from full screen to windowed screen.

Tested on the following systems:
* Linux Ubuntu 12.04 and 14.04, with box Xfce and Unity, with multi and single screens setup (including TwinView). AMD, nVidia and intel drivers.
* MacOS 10.9: multi and single screens setup

Fixes #9589
Fixes #8021
Fixes #7958

(cherry picked from commit 1c440ba970bfa0718bd5bc240f412e0bbc24ccf5)



commit c8b519d2866a120cccd07fc5e70b35c046197870
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 24 May 2014 12:29:46 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 24 May 2014 12:31:39 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c8b519d2866a120cccd07fc5e70b35c046197870

Fixes wrong mapping of picture controls on OSD"
patch by <warpme at o2.pl>

Fixes #11983 and #11885

(cherry picked from commit d1e942b2cf8fcb4123e94a28688d1538910df5b6)



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

Summary of changes:
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |    2 +
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |    2 +
 mythtv/libs/libmythtv/videoouttypes.h              |    2 +-
 mythtv/libs/libmythui/DisplayResX.cpp              |    8 +++
 mythtv/libs/libmythui/mythmainwindow.cpp           |   53 +++++++++++++++++--
 mythtv/libs/libmythui/mythmainwindow.h             |    3 +
 6 files changed, 63 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-firehose mailing list