[mythtv-commits] [MythTV/mythtv] c7814c: OpenGLVideo: Remove unused method

Mark Kendall noreply at github.com
Wed Mar 13 14:49:21 UTC 2019


  Branch: refs/heads/devel/2019-render
  Home:   https://github.com/MythTV/mythtv
  Commit: c7814ced8039a6aaa75b0e2e53b2161e55558472
      https://github.com/MythTV/mythtv/commit/c7814ced8039a6aaa75b0e2e53b2161e55558472
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

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

  Log Message:
  -----------
  OpenGLVideo: Remove unused method


  Commit: 2c2881e58549d0fbd71fda209f5898a9cadfe638
      https://github.com/MythTV/mythtv/commit/2c2881e58549d0fbd71fda209f5898a9cadfe638
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

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

  Log Message:
  -----------
  VideoVisualGoom: Use MythRenderOpenGL::CreateTextureFromQImage

- upcoming changes will remove MythRenderOpenGL::CreateTexture


  Commit: 0c265dfa2f20294960d294876c12eb39de349d4a
      https://github.com/MythTV/mythtv/commit/0c265dfa2f20294960d294876c12eb39de349d4a
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/libmythtv.pro
    M mythtv/libs/libmythtv/mythframe.cpp
    M mythtv/libs/libmythtv/mythframe.h
    M mythtv/libs/libmythtv/mythmediacodecinterop.cpp
    M mythtv/libs/libmythtv/mythmediacodecinterop.h
    M mythtv/libs/libmythtv/mythopenglinterop.cpp
    M mythtv/libs/libmythtv/mythopenglinterop.h
    M mythtv/libs/libmythtv/mythvaapiinterop.cpp
    M mythtv/libs/libmythtv/mythvaapiinterop.h
    A mythtv/libs/libmythtv/mythvideotexture.cpp
    A mythtv/libs/libmythtv/mythvideotexture.h
    M mythtv/libs/libmythtv/mythvtbinterop.cpp
    M mythtv/libs/libmythtv/mythvtbinterop.h
    M mythtv/libs/libmythtv/openglvideo.cpp
    M mythtv/libs/libmythtv/openglvideo.h
    M mythtv/libs/libmythui/mythrender_opengl.cpp
    M mythtv/libs/libmythui/mythrender_opengl.h

  Log Message:
  -----------
  MythVideoTexture: New class to handle OpenGL video texturing

- move specialised video texture handling out of MythRenderOpenGL and
OpenGLVideo
- extend MythGLTexture to track source and 'target' formats as well as
plane count etc
- better support for the various details of software and hardware frame
formats and a better framework to start adding direct rendering support
for formats other than YV12/YV420P
- further changes to OpenGLVideo to come
- N.B. VideoToolBox and MediaCodec changes currently untested


Compare: https://github.com/MythTV/mythtv/compare/a599277b4843...0c265dfa2f20


More information about the mythtv-commits mailing list