[mythtv-commits] [MythTV/mythtv] b7b737: RemoteFile::Read: Try and "resume" if read fails.

Mark Kendall noreply at github.com
Sat Feb 16 09:23:12 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: b7b737044eff2fff1090c582c1bf3bd61f6c2f26
      https://github.com/MythTV/mythtv/commit/b7b737044eff2fff1090c582c1bf3bd61f6c2f26
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythbase/remotefile.cpp

  Log Message:
  -----------
  RemoteFile::Read: Try and "resume" if read fails.


When a remote frontend is paused for more than 5 minutes, the "remotefile"
connection can end up in a state where no data is returned.  Attempt to use
RemoteFile::Resume to reestablish the connection.


  Commit: cf7e9cc8293719ee7d726dfa44b2501e5a38f80a
      https://github.com/MythTV/mythtv/commit/cf7e9cc8293719ee7d726dfa44b2501e5a38f80a
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythtv/channelutil.cpp

  Log Message:
  -----------
  ChannelUtil::GetChannelDatast:  Make sure results are more predictable.


Order results so lower numbered visible channels are prefered.  If no
visible channels are available, then return an invisible one.


  Commit: a99d3e6d7890219625ef93c1f2b162f603272a66
      https://github.com/MythTV/mythtv/commit/a99d3e6d7890219625ef93c1f2b162f603272a66
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-02-07 (Thu, 07 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythtv/videoout_opengl.cpp

  Log Message:
  -----------
  VideoOutputOpenGL: Fix SSA subtitles when paused


  Commit: f561a3c4b2f8d59df8674849d40e046874aee8a2
      https://github.com/MythTV/mythtv/commit/f561a3c4b2f8d59df8674849d40e046874aee8a2
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-02-10 (Sun, 10 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythui/mythuiguidegrid.cpp

  Log Message:
  -----------
  Guide Grid: Fix missing text when using QT painter

Grid icons, arrows and record status, caused text to show as blank.
Changed to paint the text first, which resolves the issue.

Fixes #13398


  Commit: 7fd7b8443073ab53804b284f69968d37932825cc
      https://github.com/MythTV/mythtv/commit/7fd7b8443073ab53804b284f69968d37932825cc
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-02-10 (Sun, 10 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythui/mythuiguidegrid.cpp

  Log Message:
  -----------
  Remove debugging code.

Program guide fix included some debugging code.


  Commit: 90b4ec347fd01e40f97427de8ab261f74e9b2d68
      https://github.com/MythTV/mythtv/commit/90b4ec347fd01e40f97427de8ab261f74e9b2d68
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythplayer.cpp

  Log Message:
  -----------
  AVSync2: Fix never-ending stutter on Live TV

With AVSync2, Live TV could continue to stutter until pause
is pressed. Added a timecode reset so that it can add a small
delay to allow catch up.


  Commit: 6b402ca5a3b8c45c9ee190aaaf0e63a0d5548855
      https://github.com/MythTV/mythtv/commit/6b402ca5a3b8c45c9ee190aaaf0e63a0d5548855
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythplayer.cpp
    M mythtv/libs/libmythtv/mythplayer.h

  Log Message:
  -----------
  AVSync2: Improve resync speed and accuracy

1. If out of sync by more than 200 ms fix the sync more quickly.
2. Measure audio and video timecode at the same instant.
3. Base audio / video adjustment on the prior frame timecodes.
4. When there is excess audio (more than 200 ms) discard it.
5. No longer limit adjustments to when error is over 40 ms.

Fixes #13383


  Commit: 84d677e4ab6fa3fb7785807dff7b4d67b975a291
      https://github.com/MythTV/mythtv/commit/84d677e4ab6fa3fb7785807dff7b4d67b975a291
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
    M mythtv/libs/libmythbase/remotefile.cpp
    M mythtv/libs/libmythtv/channelutil.cpp
    M mythtv/libs/libmythtv/mythplayer.cpp
    M mythtv/libs/libmythtv/mythplayer.h
    M mythtv/libs/libmythui/mythuiguidegrid.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into devel/2019-render


Compare: https://github.com/MythTV/mythtv/compare/99fb7171a472...84d677e4ab6f


More information about the mythtv-commits mailing list