[mythtv-commits] [MythTV/mythtv] e0bcb2: Remove duplicate log message.

David Hampton noreply at github.com
Thu Oct 27 19:33:17 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: e0bcb25db88a820615bc60180b3c4d62184c3b77
      https://github.com/MythTV/mythtv/commit/e0bcb25db88a820615bc60180b3c4d62184c3b77
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dtvsignalmonitor.cpp

  Log Message:
  -----------
  Remove duplicate log message.


  Commit: 1f067dce61bd6a9aa1d2a0b0ea4fedab6ed18adc
      https://github.com/MythTV/mythtv/commit/1f067dce61bd6a9aa1d2a0b0ea4fedab6ed18adc
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2grabber.h

  Log Message:
  -----------
  tidy: Fix 'avoid duplicating the type name' warning.


  Commit: f971f4c4f9ac0dfefce53df5fa8fac74abf913e3
      https://github.com/MythTV/mythtv/commit/f971f4c4f9ac0dfefce53df5fa8fac74abf913e3
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

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

  Log Message:
  -----------
  tidy: Remove unused code.

This is an add-on to d8b7d3d69f, the commit to disable the dts seeking
hack. The result of this loop was only ever used by the code that was
disabled in that commit.


  Commit: f8fb6b964768b5826cc8c40badd053ccbb5fcd43
      https://github.com/MythTV/mythtv/commit/f8fb6b964768b5826cc8c40badd053ccbb5fcd43
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/satipstreamhandler.cpp
    M mythtv/libs/libmythtv/recorders/satipstreamhandler.h

  Log Message:
  -----------
  Move default function declaration into the header file.

This gives the compiler a chance to optimize any calls to this
function from outside of the satipstreamhandler.cpp file.


  Commit: 9bc3ae029900c2b185073459ca14a5b6cceb54d3
      https://github.com/MythTV/mythtv/commit/9bc3ae029900c2b185073459ca14a5b6cceb54d3
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2grabber.h

  Log Message:
  -----------
  tidy: replace loop by std::any_of in v2grabber.h


  Commit: 7194e3f8544c8c590eb96a51bcc536d8ee4b6667
      https://github.com/MythTV/mythtv/commit/7194e3f8544c8c590eb96a51bcc536d8ee4b6667
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

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

  Log Message:
  -----------
  clazy: two fixes in channelutil.cpp

1) Mark container as const to prevent possible detaching.

2) Move data structure allocation outside of the loop.


  Commit: d16f11d7ca6975a2562c2c577dcc2e7ff90fbece
      https://github.com/MythTV/mythtv/commit/d16f11d7ca6975a2562c2c577dcc2e7ff90fbece
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M mythtv/libs/libmythtv/decoders/mythmmalcontext.cpp
    M mythtv/libs/libmythtv/decoders/mythmmalcontext.h

  Log Message:
  -----------
  Fix "marked ‘override’, but does not override" error message.

One of the function arguments in the parent class of MythMMALContext was
made const in c8bef3c5d5, and the change wasn't reflected in this class.


  Commit: 3b8037c891aa4a2394885f3bbc96b1cec1700ff5
      https://github.com/MythTV/mythtv/commit/3b8037c891aa4a2394885f3bbc96b1cec1700ff5
  Author: David Hampton <mythtv at love2code.net>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M mythtv/libs/libmythui/platforms/mythdrmdevice.cpp

  Log Message:
  -----------
  clazy: Replace chained QString::arg calls with a call to the multi-arg overload.


Compare: https://github.com/MythTV/mythtv/compare/f702d54093d1...3b8037c891aa


More information about the mythtv-commits mailing list