[mythtv-commits] [MythTV/mythtv] 2a27bb: MythVideoProfile: Suppress verbose warning when no...

Mark Kendall noreply at github.com
Fri Jan 1 21:37:17 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 2a27bb31f4c44b5f2dda3093e7e33179d487030c
      https://github.com/MythTV/mythtv/commit/2a27bb31f4c44b5f2dda3093e7e33179d487030c
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythVideoProfile: Suppress verbose warning when not needed


  Commit: 133056d1ae20f1b29ba7430c1b90cae30f6728cb
      https://github.com/MythTV/mythtv/commit/133056d1ae20f1b29ba7430c1b90cae30f6728cb
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythVideoProfile: Use static lock in a couple of places


  Commit: aac3b26421bfb54cd007f9914af21ade2ff3a813
      https://github.com/MythTV/mythtv/commit/aac3b26421bfb54cd007f9914af21ade2ff3a813
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmyth/audio/audiooutputopensles.cpp

  Log Message:
  -----------
  AudioOutputOpenSLES: Explicit virtual function call in destructor


  Commit: dde56a0766a6fdf88161ab7adb94a1f19dda66e0
      https://github.com/MythTV/mythtv/commit/dde56a0766a6fdf88161ab7adb94a1f19dda66e0
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmyth/mediamonitor-windows.cpp

  Log Message:
  -----------
  mediamonitor-windows: Explicit virtual function call in constructor


  Commit: ec059930dfc80d46dd8b044acba4bf4669968a75
      https://github.com/MythTV/mythtv/commit/ec059930dfc80d46dd8b044acba4bf4669968a75
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmyth/mythmediamonitor.cpp

  Log Message:
  -----------
  MediaMonitor: Simplify detection of symlinked directories

- allocate QFileInfo instances on the stack
- don't add objects to the container we are currently iterating over
- don't reset QStringList that is by default empty on construction


  Commit: e83767731cbb29982b2cf45ccc6e8bd2e8b2b0f1
      https://github.com/MythTV/mythtv/commit/e83767731cbb29982b2cf45ccc6e8bd2e8b2b0f1
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythVideoScanTracker: Fix a logic error (cppcheck)


  Commit: 1d45b89cf43b6e29c77abdc62d9dac7515a8df54
      https://github.com/MythTV/mythtv/commit/1d45b89cf43b6e29c77abdc62d9dac7515a8df54
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/audioinputalsa.h
    M mythtv/libs/libmythtv/recorders/audioinputoss.h

  Log Message:
  -----------
  AudioInputALSA/OSS: Explicit virtual function calls in destructor


  Commit: b3a28d685bb7704bb8500a0768e9e66c2fbf950f
      https://github.com/MythTV/mythtv/commit/b3a28d685bb7704bb8500a0768e9e66c2fbf950f
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythrender_d3d9.cpp

  Log Message:
  -----------
  MythRenderD3D9: Fix identical return conditions (cppcheck)


  Commit: 11eebb9899ccfcbbb01bba5ff1dd3debc9591cb5
      https://github.com/MythTV/mythtv/commit/11eebb9899ccfcbbb01bba5ff1dd3debc9591cb5
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythpainter_d3d9.cpp

  Log Message:
  -----------
  MythD3D9Painter: Explicitly call correct virtual function in destructor


  Commit: 8a7da5ca13990e6b8bf1e12e4f0a9a153d922da3
      https://github.com/MythTV/mythtv/commit/8a7da5ca13990e6b8bf1e12e4f0a9a153d922da3
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/platforms/mythscreensaverx11.cpp
    M mythtv/libs/libmythui/platforms/mythscreensaverx11.h

  Log Message:
  -----------
  MythScreenSaverX11: Disable copy constructors


  Commit: f40acffe2a012203081ae8071a619d8a54ac4dd2
      https://github.com/MythTV/mythtv/commit/f40acffe2a012203081ae8071a619d8a54ac4dd2
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/vulkan/mythpaintervulkan.cpp

  Log Message:
  -----------
  MythPainterVulkan: Improve logic in GetTextureFromCache

- remove redundant nullptr check
- ensure we don't loop endlessly if there is a persistent error on
texture creation


  Commit: 1ba97852b4daa1df9395c9031b49073b3c06fe49
      https://github.com/MythTV/mythtv/commit/1ba97852b4daa1df9395c9031b49073b3c06fe49
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/opengl/mythpainteropengl.cpp

  Log Message:
  -----------
  MythOpenGLPainter: Guard against infinite loop on hardware error


  Commit: 921f207847ae6dc1568c4fc8ca639368c823da34
      https://github.com/MythTV/mythtv/commit/921f207847ae6dc1568c4fc8ca639368c823da34
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythtv/visualisations/videovisual.cpp

  Log Message:
  -----------
  VideoVisual: Squash a cppcheck warning

- and don't use MythDate - it is not needed here


  Commit: 3035d3cd01a149097ff910ff668c1566dabbf23c
      https://github.com/MythTV/mythtv/commit/3035d3cd01a149097ff910ff668c1566dabbf23c
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythnotification.h

  Log Message:
  -----------
  MythNotification: Use initialiser lists to avoid extra allocation

- plus the start of a little cleanup


  Commit: a04b37d79cd3bf0dd2a7007cbaa03f59284ef91a
      https://github.com/MythTV/mythtv/commit/a04b37d79cd3bf0dd2a7007cbaa03f59284ef91a
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/platforms/mythxdisplay.cpp
    M mythtv/libs/libmythui/platforms/mythxdisplay.h

  Log Message:
  -----------
  MythXDisplay: Remove unused code


  Commit: 876871e5802e0e1aa54e53071246b42742c4f3fe
      https://github.com/MythTV/mythtv/commit/876871e5802e0e1aa54e53071246b42742c4f3fe
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythVideoScanTracker: Add explicit to constructor


  Commit: f337c97f209f2e825d3137fab39a92cb51772cfa
      https://github.com/MythTV/mythtv/commit/f337c97f209f2e825d3137fab39a92cb51772cfa
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythPlayerCaptionsUI: Remove redundant 'if'


  Commit: 73b8a054f0877c0787aeb6a44cb6847d02380c11
      https://github.com/MythTV/mythtv/commit/73b8a054f0877c0787aeb6a44cb6847d02380c11
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythPlayer: Remove redundant nullptr check


  Commit: a31c4893dcd35b9ce15c18ec0dfd9632d0900da3
      https://github.com/MythTV/mythtv/commit/a31c4893dcd35b9ce15c18ec0dfd9632d0900da3
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythPlayer: Remove redundant 'if'


  Commit: de9346f53cac05f36bdc468cbd3ed2cde011559a
      https://github.com/MythTV/mythtv/commit/de9346f53cac05f36bdc468cbd3ed2cde011559a
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythPlayer: Mark method parameter as const


  Commit: ffc9dc610bed3b6fdf2c9e8474a02d23079cbb96
      https://github.com/MythTV/mythtv/commit/ffc9dc610bed3b6fdf2c9e8474a02d23079cbb96
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythPlayerUI: Remove redundant nullptr check


  Commit: f081ca879dd47ed91c90ca1903bf0516664896a5
      https://github.com/MythTV/mythtv/commit/f081ca879dd47ed91c90ca1903bf0516664896a5
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythDisplayX11: Simplify interlaced check logic


  Commit: 896db145ff41b3395350ac90ac49b14e942dfd8e
      https://github.com/MythTV/mythtv/commit/896db145ff41b3395350ac90ac49b14e942dfd8e
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythpaintergpu.h

  Log Message:
  -----------
  MythPainterGPU: Use explicit keyword


  Commit: e6ac6cb1feaa478f22d4e36db85c87bb80f9c58a
      https://github.com/MythTV/mythtv/commit/e6ac6cb1feaa478f22d4e36db85c87bb80f9c58a
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythuistatetracker.cpp
    M mythtv/libs/libmythui/mythuistatetracker.h

  Log Message:
  -----------
  MythUIStateTracker: Minor cleanup


  Commit: 4598b8addcdd54b5292ebb5ad0d54837dfbcc759
      https://github.com/MythTV/mythtv/commit/4598b8addcdd54b5292ebb5ad0d54837dfbcc759
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-01 (Fri, 01 Jan 2021)

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

  Log Message:
  -----------
  MythV4L2M2MContext: Add initial MythTV code for V4L2 request support

- *MythTV* code only - no FFmpeg or configure support yet so this is non-
functional and I've added an ifdef to protect usage of the as-yet
undeclared V4L2RequestDescriptor type

Refs #278


Compare: https://github.com/MythTV/mythtv/compare/cb0dbce63f1e...4598b8addcdd


More information about the mythtv-commits mailing list