~mythbuntu-dev/mythtv/+git/mythtv:devel/2020-player

Last commit made on 2020-03-06
Get this branch:
git clone -b devel/2020-player https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv

Branch merges

Branch information

Name:
devel/2020-player
Repository:
lp:~mythbuntu-dev/mythtv/+git/mythtv

Recent commits

105faee... by Roland Ernst <email address hidden>

BackendServerAddr and MasterServerName replaced MasterServerIP

in V30, according ticket #13024.

Replace any occurrences of the deprecated settings and allow
'BackendServerAddr(MasterServerName)' to be an alias for the
host-ip as well.

Fixes #13593

56e86be... by Mark Kendall <email address hidden>

MythVideoOutputOpenGL: Enable Picture by Picture Support

- not that it actually works at the moment

68e4660... by Mark Kendall <email address hidden>

cppcheck: Try and use the correct suppression

5e66ba2... by Mark Kendall <email address hidden>

mythfrontend: Workaround Qt14 QSet depcrecated warnings

- instead of using the new iterator style constructors, just use some
regular code which should be as efficient and doesn't require any
ifdeferry for Qt versions

4ac3a08... by Mark Kendall <email address hidden>

VideoDisplayProfile: Ensure each profile group has a software fallback

- and has sensible defaults (if it uses hardware decoders)

fb01cb3... by Mark Kendall <email address hidden>

AvFormatDecoder: Fallback to alternative decoders when necessary

- if a (hardware) decoder is not available, disallow it in the
VideoDisplayProfile and try again
- note - this only works when the decoder fails pre-setup checks (which
are pretty good for most decoders except MMAL, VideoToolbox and V4L2
Codecs). A subsequent decoder failure will still fallback directly to
software decoding.
- note - this is unlikely to be useful in the vast majority of cases;
there is often only one hardware decoder available and for those
decoders, the pre-setup checks are good.
- it is also advisable to setup a 'catchall' fallback profile item that
ensures there are useful CPU and deinterlacer settings when hardware
decoding is not available.
- Refs #10602

780555d... by Mark Kendall <email address hidden>

VideoDisplayProfile: Extend Setinput to disregard decoders

- which will be used to fallthrough to other decoders when certain
hardware decoders are unavailable

bf60e31... by Mark Kendall <email address hidden>

cppcheck: Suppress a few false positives

cb3a4cc... by Mark Kendall <email address hidden>

NetStream: Squash cppcheck sscanf warning

2ca15e6... by Mark Kendall <email address hidden>

TeletextReader: Ensure TeletextMagazine is properly initialised