[mythtv-commits] [MythTV/mythtv] b4cb67: android: Fix channel masks for AudioTrack

Mark Kendall noreply at github.com
Tue Jun 4 16:32:59 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: b4cb676c94c2537d866e25aea5e0a8164c3a620b
      https://github.com/MythTV/mythtv/commit/b4cb676c94c2537d866e25aea5e0a8164c3a620b
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
    M mythtv/android-package-source/src/org/mythtv/audio/AudioOutputAudioTrack.java
    M mythtv/libs/libmyth/audio/audiooutputaudiotrack.cpp

  Log Message:
  -----------
  android: Fix channel masks for AudioTrack

Apply correct channel masks for the various surround sound options.

Refs #13446


  Commit: 0b9c9c55a05acba2e45e3e13c3962cf266031ef9
      https://github.com/MythTV/mythtv/commit/0b9c9c55a05acba2e45e3e13c3962cf266031ef9
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
    M mythtv/libs/libmythui/mythpainter.cpp
    M mythtv/libs/libmythui/mythuitext.cpp
    M mythtv/libs/libmythui/mythuitext.h

  Log Message:
  -----------
  Theme:  Allow use of [font]fontname[/font] in templates.


For efficiency, the themer must set the format attribute to "true" to enable
the extra processing.

Careful: If the [font]name[/font] is inside of a %|FIELD|% block, and that
field does not exist, then font specificaton will also be removed -- BEFORE
it can be processed.

Examples:

<template format="true">[font]verysmall[/font]%(|s00e00|) %%|RATING|
%%|(STARS|) %[font]descfont[/font]%DESCRIPTION%</template>

<template format="true">[font]baseverysmal[/font]%(|s00e00|) %%|RATING|
%%|(STARS|)%[font]baselarge[/font]%DESCRIPTION%%
\n\n[font]basemedium[/font]Part |PARTNUMBER| of %%PARTTOTAL%</template>


  Commit: 4f0a87e698d0a7d816a0ad3c304a1dbc3e3d3cb3
      https://github.com/MythTV/mythtv/commit/4f0a87e698d0a7d816a0ad3c304a1dbc3e3d3cb3
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  -----------
  QTextLayout::clearFormats() and QTextLayout::setFormats() were not introduced until Qt 5.6.

References [0b9c9c55a]


  Commit: 211e648d369dd306d96366b699929488579d1861
      https://github.com/MythTV/mythtv/commit/211e648d369dd306d96366b699929488579d1861
  Author: Mark Spieth <mspieth at digivation.com.au>
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/commbreakmap.cpp
    M mythtv/libs/libmythtv/mythccextractorplayer.cpp
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tvbrowsehelper.cpp
    M mythtv/programs/mythcommflag/ClassicCommDetector.cpp
    M mythtv/programs/mythcommflag/CommDetector2.cpp
    M mythtv/programs/mythfrontend/playbackbox.cpp
    M mythtv/programs/mythtranscode/mpeg2fix.cpp

  Log Message:
  -----------
  Fix incorrect QString.arg(int,...) usage for fill where radix is missing.

Fixes OSD Skip amount display issue with Qt5.11.3, and possibly others too.
Probably fixes sort issue too.
refs #13454


  Commit: aab99f429abd2ad0158dfca3a7839419a9d4d99f
      https://github.com/MythTV/mythtv/commit/aab99f429abd2ad0158dfca3a7839419a9d4d99f
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-05-29 (Wed, 29 May 2019)

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

  Log Message:
  -----------
  Typo's only.


  Commit: 8a671d2e1bf4cb65aace6737297ad43e67d19756
      https://github.com/MythTV/mythtv/commit/8a671d2e1bf4cb65aace6737297ad43e67d19756
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-05-29 (Wed, 29 May 2019)

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

  Log Message:
  -----------
  Typo only.


  Commit: 807c09b44a970b95cfb04d2112deb44f717f0d36
      https://github.com/MythTV/mythtv/commit/807c09b44a970b95cfb04d2112deb44f717f0d36
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
    M mythtv/programs/mythwelcome/main.cpp

  Log Message:
  -----------
  mythwelcome: --override-settings choice(s) don't take affect

mythwelcome --override-settings is valid, but overrides weren't
being used. 139919a (2011) claimed to fix it, but never called
ApplySettingsOverride(). Applies to override-settings-file too.

Thanks to trx-913 on the Forum for spotting this.


  Commit: 98f4fc8c47040b1afb8cbca1886765cc06943923
      https://github.com/MythTV/mythtv/commit/98f4fc8c47040b1afb8cbca1886765cc06943923
  Author: Jan Ceuleers <jan.ceuleers at gmail.com>
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
    M mythtv/programs/scripts/metadata/Movie/tmdb3.py

  Log Message:
  -----------
  tmdb3.py: Prevent program from stalling

>From the -users list. If one (or more) requests stall, no
more metadata is retrieved until all stalled requests are
killed (or the backend is rebooted.)

Signed-off-by: Bill Meek <billmeek at mythtv.org>


  Commit: ec53e844666f8aa2b1e83818599f97c0d174e06a
      https://github.com/MythTV/mythtv/commit/ec53e844666f8aa2b1e83818599f97c0d174e06a
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
    M mythtv/programs/mythfrontend/playbackbox.cpp

  Log Message:
  -----------
  PlaybackBox: Add titlesubtitlefull which will contain full string when titlesubtitle does not.

When in the list for a "group" (title) of a show, titlesubtitle is
reduced to only contain the subtitle.  Add a titlesubtitlefull which
will contain the full "title - subtitle" in this situation.  A theme
can "depend" on it to choose its behavior.


  Commit: 083917ae77c6bf450776b0b916e7ddeeebf9aaf3
      https://github.com/MythTV/mythtv/commit/083917ae77c6bf450776b0b916e7ddeeebf9aaf3
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-06-02 (Sun, 02 Jun 2019)

  Changed paths:
    M mythtv/libs/libmythmetadata/metadatacommon.cpp
    M mythtv/libs/libmythmetadata/videometadata.cpp

  Log Message:
  -----------
  Themes: Add description0 textarea for video windows.


  Commit: 84719c645726907b4225d4b1229df73d4be27f48
      https://github.com/MythTV/mythtv/commit/84719c645726907b4225d4b1229df73d4be27f48
  Author: John Poet <jpoet at mythtv.org>
  Date:   2019-06-02 (Sun, 02 Jun 2019)

  Changed paths:
    M mythtv/libs/libmythui/mythpainter.cpp
    M mythtv/libs/libmythui/mythuitext.cpp
    M mythtv/libs/libmythui/mythuitext.h

  Log Message:
  -----------
  Themes: Fix setting outline after [0b9c9c55a].
Fix compilation of mythpainter with QT < 5.6


  Commit: ebc8e74828a4771b0d77a4d4007311ee20db8119
      https://github.com/MythTV/mythtv/commit/ebc8e74828a4771b0d77a4d4007311ee20db8119
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M mythtv/android-package-source/src/org/mythtv/audio/AudioOutputAudioTrack.java
    M mythtv/libs/libmyth/audio/audiooutputaudiotrack.cpp
    M mythtv/libs/libmythmetadata/metadatacommon.cpp
    M mythtv/libs/libmythmetadata/videometadata.cpp
    M mythtv/libs/libmythtv/commbreakmap.cpp
    M mythtv/libs/libmythtv/mythccextractorplayer.cpp
    M mythtv/libs/libmythtv/recordingquality.cpp
    M mythtv/libs/libmythtv/ringbuffer.cpp
    M mythtv/libs/libmythtv/tv_play.cpp
    M mythtv/libs/libmythtv/tvbrowsehelper.cpp
    M mythtv/libs/libmythui/mythpainter.cpp
    M mythtv/libs/libmythui/mythuitext.cpp
    M mythtv/libs/libmythui/mythuitext.h
    M mythtv/programs/mythcommflag/ClassicCommDetector.cpp
    M mythtv/programs/mythcommflag/CommDetector2.cpp
    M mythtv/programs/mythfrontend/playbackbox.cpp
    M mythtv/programs/mythtranscode/mpeg2fix.cpp
    M mythtv/programs/mythwelcome/main.cpp
    M mythtv/programs/scripts/metadata/Movie/tmdb3.py

  Log Message:
  -----------
  Merge branch 'master' into devel/2019-render


  Commit: 6aab66becc652a98cd13f2e9f08aa72bd747fc8d
      https://github.com/MythTV/mythtv/commit/6aab66becc652a98cd13f2e9f08aa72bd747fc8d
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

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

  Log Message:
  -----------
  VAAPI: VAAPI does not support YUVJ420P (full range YUV)


Compare: https://github.com/MythTV/mythtv/compare/9947e4936606...6aab66becc65


More information about the mythtv-commits mailing list