[mythtv-commits] [MythTV/mythtv] 8a1c32: MythCodecID: Typo

Mark Kendall noreply at github.com
Tue May 28 21:52:46 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: 8a1c32a52325ecb5e6a8947301c915d62c3475b2
      https://github.com/MythTV/mythtv/commit/8a1c32a52325ecb5e6a8947301c915d62c3475b2
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-26 (Sun, 26 May 2019)

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

  Log Message:
  -----------
  MythCodecID: Typo


  Commit: 89c3695a95ab80d58451744bb9d875bb8dc2ff21
      https://github.com/MythTV/mythtv/commit/89c3695a95ab80d58451744bb9d875bb8dc2ff21
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  -----------
  MythPlayer: Use MythDisplay for refresh rate if we haven't yet created a
videosync object

- which ensures we setup decoder based deinterlacers correctly - which
are initialised before the video output itself


  Commit: fb6672554975b968c4ee925ba5757f532ebd452f
      https://github.com/MythTV/mythtv/commit/fb6672554975b968c4ee925ba5757f532ebd452f
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/openglvideo.cpp
    M mythtv/libs/libmythtv/openglvideo.h
    M mythtv/libs/libmythtv/videoout_opengl.cpp

  Log Message:
  -----------
  OpenGLVideo: Pass in FrameScanType to ProcessFrame

- and AddDeinterlacer which avoids creating deinterlacers unnecessarily


  Commit: 47e41e76f4ce4e596d5fc37ae3406b4f7497449d
      https://github.com/MythTV/mythtv/commit/47e41e76f4ce4e596d5fc37ae3406b4f7497449d
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

  Changed paths:
    M mythtv/themes/default-wide/osd.xml
    M mythtv/themes/default/osd.xml

  Log Message:
  -----------
  Themes: Add current deinterlacer to OSD debug screen

- this will work for the 'default' installed themes i.e. MythCentre,
MythCenter-Wide and Terra. Will work without issue for other themes
where the OSD_DEBUG screen has not been customised


  Commit: 67889f4b3f44c7dfc2537e99986a57033900f262
      https://github.com/MythTV/mythtv/commit/67889f4b3f44c7dfc2537e99986a57033900f262
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  -----------
  MythVDPAUContext: Disallow YUVJ420P frame format

- FFmpeg will disallow it later


  Commit: 4f095de2669ddd9d60b82003334e758b49f50e58
      https://github.com/MythTV/mythtv/commit/4f095de2669ddd9d60b82003334e758b49f50e58
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  -----------
  VideoColourSpace: Support full range YUV formats

- N.B. Toggling studio levels will have no effect if full range is
detected.


  Commit: 5befdc3fb4a52a0ea95e9721a3b3c14cad2df417
      https://github.com/MythTV/mythtv/commit/5befdc3fb4a52a0ea95e9721a3b3c14cad2df417
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  -----------
  MythPlayer: Use Frame->pix_fmt to signal the correct in-use deinterlacer


  Commit: cb962b39e1cfa46595900f1b05761c77cf811ef3
      https://github.com/MythTV/mythtv/commit/cb962b39e1cfa46595900f1b05761c77cf811ef3
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

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

  Log Message:
  -----------
  MythNVDECInterop: Add static functions to create and destroy a context


  Commit: a82688c13509bb34940906037c949d116a36c5b0
      https://github.com/MythTV/mythtv/commit/a82688c13509bb34940906037c949d116a36c5b0
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythavutil.cpp
    M mythtv/libs/libmythtv/mythframe.cpp
    M mythtv/libs/libmythtv/mythframe.h
    M mythtv/libs/libmythtv/mythvideotexture.cpp
    M mythtv/libs/libmythtv/openglvideo.cpp
    M mythtv/libs/libmythtv/videoout_opengl.cpp

  Log Message:
  -----------
  MythFrame: Add YUV420P9 and YUV420P14 support for the complete set

- and they're basically free


  Commit: 83e0e0a0cc4fcbf7d05225ce3dfe86affed39780
      https://github.com/MythTV/mythtv/commit/83e0e0a0cc4fcbf7d05225ce3dfe86affed39780
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythavutil.cpp
    M mythtv/libs/libmythtv/mythframe.cpp
    M mythtv/libs/libmythtv/mythframe.h
    M mythtv/libs/libmythtv/mythvideotexture.cpp
    M mythtv/libs/libmythtv/videoout_opengl.cpp

  Log Message:
  -----------
  MythFrame: Add support for higher bit depth YUV422P formats


  Commit: dfa890cb27d9aa8093836036ddb7c24cfaa848ae
      https://github.com/MythTV/mythtv/commit/dfa890cb27d9aa8093836036ddb7c24cfaa848ae
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
    M mythtv/libs/libmythtv/mythavutil.cpp
    M mythtv/libs/libmythtv/mythframe.cpp
    M mythtv/libs/libmythtv/mythframe.h
    M mythtv/libs/libmythtv/mythvideotexture.cpp
    M mythtv/libs/libmythtv/openglvideo.cpp
    M mythtv/libs/libmythtv/videoout_opengl.cpp

  Log Message:
  -----------
  MythFrame: Add YUV444P support in all bit-depths


Compare: https://github.com/MythTV/mythtv/compare/b318a3743b19...dfa890cb27d9


More information about the mythtv-commits mailing list