[mythtv-commits] [MythTV/mythtv] 638413: AvFormatDecoder: Increase max_analyze_duration for...

Mark Kendall noreply at github.com
Mon Sep 30 09:48:34 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: 638413c87363976fb13ea63c78c3576ee83572b7
      https://github.com/MythTV/mythtv/commit/638413c87363976fb13ea63c78c3576ee83572b7
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp

  Log Message:
  -----------
  AvFormatDecoder: Increase max_analyze_duration for scanning streams

- as noted:

With certain streams, we don't get a complete stream analysis and the
video codec/frame format is not fully detected. This can have various
consequences - from failed playback to not enabling hardware decoding
(as the frame formt is not valid). Bump the duration (FFmpeg defaults to
5 seconds) to 60 seconds. This should not impact performance as in the
vast majority of cases the scan is completed within a second or two
(seconds in this case referring to stream duration - not the time
 it takes to complete the scan).


  Commit: 1251f191c8d6d8174040d194c9cfee4dee4eadf6
      https://github.com/MythTV/mythtv/commit/1251f191c8d6d8174040d194c9cfee4dee4eadf6
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythnvdeccontext.cpp
    M mythtv/libs/libmythtv/mythvaapicontext.cpp
    M mythtv/libs/libmythtv/mythvdpaucontext.cpp
    M mythtv/libs/libmythtv/mythvtbcontext.cpp

  Log Message:
  -----------
  Improve logging for hardware decoder checks


  Commit: 743c1ed421b3fac898b134149f300c5d6bdbe81c
      https://github.com/MythTV/mythtv/commit/743c1ed421b3fac898b134149f300c5d6bdbe81c
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

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

  Log Message:
  -----------
  MythRenderOpenGL: Don't create MythMainWindow in GetOpenGLRender

- fixed a startup crash for non-GUI applications


  Commit: 3512c2e7587053c73ddfced95eac41454ad2ad77
      https://github.com/MythTV/mythtv/commit/3512c2e7587053c73ddfced95eac41454ad2ad77
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythvdpauhelper.cpp
    M mythtv/libs/libmythui/mythxdisplay.cpp
    M mythtv/libs/libmythui/mythxdisplay.h

  Log Message:
  -----------
  MythVDPAUHelper: Suppress warning about opening X display


  Commit: 420e69eea8994396430083e543cd12f582fa05a7
      https://github.com/MythTV/mythtv/commit/420e69eea8994396430083e543cd12f582fa05a7
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

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

  Log Message:
  -----------
  VideoDisplayProfile: Convert the profile group creation to new settings


Compare: https://github.com/MythTV/mythtv/compare/789dda646c61...420e69eea899


More information about the mythtv-commits mailing list