[mythtv-commits] [MythTV/mythtv] 44960f: Tweak configure for linking vulkan in Ubuntu 21.xx.

David Hampton noreply at github.com
Fri May 14 14:21:34 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 44960ff1832f76476839b941b16adbeae609d971
      https://github.com/MythTV/mythtv/commit/44960ff1832f76476839b941b16adbeae609d971
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M mythtv/configure

  Log Message:
  -----------
  Tweak configure for linking vulkan in Ubuntu 21.xx.


  Commit: 37e8b7719a51e82e05ecce21478e11bdc1db2968
      https://github.com/MythTV/mythtv/commit/37e8b7719a51e82e05ecce21478e11bdc1db2968
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-05-12 (Wed, 12 May 2021)

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

  Log Message:
  -----------
  qt6: Use the new QStringDecoder functions that replaced QTextCodec. (libmythbase)


  Commit: d7d6596c049dac999c65e59651869a7901f343a5
      https://github.com/MythTV/mythtv/commit/d7d6596c049dac999c65e59651869a7901f343a5
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-05-12 (Wed, 12 May 2021)

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

  Log Message:
  -----------
  qt6: Use the new QStringDecoder functions that replaced QTextCodec. (avformatdecoder)


  Commit: 7e232774ec4ce0d0e68d7622ccfcd17ba867fd9e
      https://github.com/MythTV/mythtv/commit/7e232774ec4ce0d0e68d7622ccfcd17ba867fd9e
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M mythtv/libs/libmythtv/libmythtv.pro
    M mythtv/libs/libmythtv/mpeg/dvbdescriptors.cpp
    M mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.cpp
    M mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.h

  Log Message:
  -----------
  Use iconv for decoding DVB descriptors.

Qt6 has completely removed the QTextCodec class. The replacement
QStringConverter class supports the various Unicode encodings and
Latin-1, but drops all support for the ISO-8859 encodings. Switch to
iconv so that we don't lose ISO-8859 support when we switch to Qt6.


  Commit: bfbf9ab53b1e0a525bced9b13249edfb16f6dd0c
      https://github.com/MythTV/mythtv/commit/bfbf9ab53b1e0a525bced9b13249edfb16f6dd0c
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/HLS/HLSReader.cpp

  Log Message:
  -----------
  clazy: Fix 'allocating an unneeded temporary container' warning.

Don't create a list of all the keys in the map, select one, and then
index back into the map. With a large map and a small index this
wastes time in creating the list of keys. Just run an iterator over
the map and move the right number of steps. This code works in both
Qt5 and Qt6. (Qt5 let you add an integer to an iterator to move that
many items. Qt6 only allows you to increment the iterator.)


  Commit: 5ad3029aec23e261e194626f21992d7414722dec
      https://github.com/MythTV/mythtv/commit/5ad3029aec23e261e194626f21992d7414722dec
  Author: David Hampton <mythtv at love2code.net>
  Date:   2021-05-12 (Wed, 12 May 2021)

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

  Log Message:
  -----------
  tidy: Fix "uppercase literal suffix" warning message.


Compare: https://github.com/MythTV/mythtv/compare/fe59af2fb760...5ad3029aec23


More information about the mythtv-commits mailing list