[mythtv-firehose] mythtv branch master updated by jyavenard. v0.28-pre-1366-g918c037

Git Repo Owner noreply at mythtv.org
Sat May 17 15:32:23 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  918c037dd64c2bced043e7b7379c888b135ae84f (commit)
       via  4fbbd2519866c9b22f85fcb13f7a72acd3ccd5da (commit)
       via  17eec82a1620caffb3ebce1e860c39417066b7ff (commit)
      from  981b45871ab0faefa03f5f0e8a2a278f2a4d1761 (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 918c037dd64c2bced043e7b7379c888b135ae84f
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 18 May 2014 01:29:26 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 18 May 2014 01:29:26 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=918c037dd64c2bced043e7b7379c888b135ae84f

Fix rewind during liveTV or in progress recordings
Similar issues that cause FastForwarding to fail (fixed in 981b45871ab0faefa03f5f0e8a2a278f2a4d1761)
Under some circumstances, rewind would jump to a much earlier time than requested.
Issue is that the size of the file was obsolete and we would jump to the last known size.

Now we make sure we get an updated value from the backend when necessary.

Also, a small optimisation in FastForward, we jump to -3s in liveTV/In progress before the end at the most. Prevent stuttering



commit 4fbbd2519866c9b22f85fcb13f7a72acd3ccd5da
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 7 Apr 2014 21:02:38 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 17 May 2014 20:19:04 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4fbbd2519866c9b22f85fcb13f7a72acd3ccd5da

Should first Apple Remote listening fail, don’t attempt to use apple remote.
This would only happen on a mac with no remote receiver

(cherry picked from commit 42c2278813687d1d0bded1e0164b0a64e4407365)



commit 17eec82a1620caffb3ebce1e860c39417066b7ff
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 17 May 2014 19:36:48 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 17 May 2014 19:36:48 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=17eec82a1620caffb3ebce1e860c39417066b7ff

Fix spelling



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

Summary of changes:
 mythtv/libs/libmythtv/mythplayer.cpp          |   48 +++++++++++++++++++++----
 mythtv/libs/libmythtv/mythplayer.h            |    2 +-
 mythtv/libs/libmythtv/recorders/cetonrtsp.cpp |    8 ++--
 mythtv/libs/libmythtv/recorders/cetonrtsp.h   |    2 +-
 mythtv/libs/libmythui/mythmainwindow.cpp      |   10 +++++
 5 files changed, 57 insertions(+), 13 deletions(-)

-- 



More information about the mythtv-firehose mailing list