[mythtv-commits] [MythTV/mythtv] d5d4d3: Add static functionality checks for VDPAU, VAAPI a...

Mark Kendall noreply at github.com
Wed May 22 08:55:40 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: d5d4d3dcb7cd67df4ed1d497ac65964ff4ca871e
      https://github.com/MythTV/mythtv/commit/d5d4d3dcb7cd67df4ed1d497ac65964ff4ca871e
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
    M mythtv/libs/libmythtv/mythnvdeccontext.cpp
    M mythtv/libs/libmythtv/mythnvdeccontext.h
    M mythtv/libs/libmythtv/mythvaapicontext.cpp
    M mythtv/libs/libmythtv/mythvaapicontext.h
    M mythtv/libs/libmythtv/mythvdpauhelper.cpp
    M mythtv/programs/mythfrontend/globalsettings.cpp

  Log Message:
  -----------
  Add static functionality checks for VDPAU, VAAPI and NVDEC

- if basic functionality checks fail, the decoders are not added to the
available list and will not be presented for selection in the video
display profile screens
- this avoids cluttering the decoder selection with sundry decoders for
which support is compiled in but actual device support is not present
- furthermore, disallow VAAPI when it is backed by VDPAU as it is
functionaly incomplete and buggy.


  Commit: 7f0a92a44d212a9b3141438c7ff12f9567e83b2a
      https://github.com/MythTV/mythtv/commit/7f0a92a44d212a9b3141438c7ff12f9567e83b2a
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
    M mythtv/libs/libmythtv/mythdeinterlacer.cpp
    M mythtv/libs/libmythtv/mythframe.h
    M mythtv/libs/libmythtv/mythplayer.cpp
    M mythtv/libs/libmythtv/mythplayer.h
    M mythtv/libs/libmythtv/mythvaapiinterop.cpp
    M mythtv/libs/libmythtv/mythvdpauinterop.cpp
    M mythtv/libs/libmythtv/openglvideo.cpp
    M mythtv/libs/libmythtv/openglvideo.h

  Log Message:
  -----------
  Track the current deinterlacer

- which will be used to show the deinterlacer in the debug OSD


Compare: https://github.com/MythTV/mythtv/compare/543e64575bb2...7f0a92a44d21


More information about the mythtv-commits mailing list