[mythtv-commits] [MythTV/mythtv] 3994e7: Disable hardware acceleration for PIP/PBP

Mark Kendall noreply at github.com
Fri Oct 18 17:35:21 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: 3994e705cb73c66fc1257f650b97cc17628c149b
      https://github.com/MythTV/mythtv/commit/3994e705cb73c66fc1257f650b97cc17628c149b
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-10-18 (Fri, 18 Oct 2019)

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

  Log Message:
  -----------
  Disable hardware acceleration for PIP/PBP

- this does not currently work as the video display profile code will
return codecs that are not compatible with VideoOutputNull - and player
creation will fail.
- the alternative is to use the decode only version of a decoder for
PiP/PBP - which will require a little work
- probably a good idea to then add a setting for allowing hardware
acceleration of the extra players. Some systes may be able to cope with
multiple hardware decoders (i.e. modern discrete GPUs) but many older
systems, SoCs etc will not. Regardless, multiple hardware decoders is
always likely to be hit and miss - hence a 'you have been warned'
setting:)




More information about the mythtv-commits mailing list