Mailing List Archive

[MythTV/mythtv] 30fc4b: MythEDID: Fix parsing of display's desired content...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 30fc4bdbe5c6a26ab94c3f434e8358c7af29cb85
https://github.com/MythTV/mythtv/commit/30fc4bdbe5c6a26ab94c3f434e8358c7af29cb85
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)

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

Log Message:
-----------
MythEDID: Fix parsing of display's desired content luminance values


Commit: 8510f1c753a1b5ed778646c8a8f65d8ff98c3cc1
https://github.com/MythTV/mythtv/commit/8510f1c753a1b5ed778646c8a8f65d8ff98c3cc1
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)

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

Log Message:
-----------
MythRenderOpenGL: Add logging of the Qt OpenGL module type

- this is the OpenGL type for which Qt was either compiled or selected
at run time.


Commit: b66e21ebcdbb3b966b38f768c632c0563e4b48be
https://github.com/MythTV/mythtv/commit/b66e21ebcdbb3b966b38f768c632c0563e4b48be
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)

Changed paths:
M mythtv/libs/libmythui/platforms/drm/mythdrmproperty.cpp

Log Message:
-----------
MythDRMProperty: Remove unused variable


Commit: cbca853c14f14c06f02ed2bfd97ad9d90701bf6d
https://github.com/MythTV/mythtv/commit/cbca853c14f14c06f02ed2bfd97ad9d90701bf6d
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)

Changed paths:
M mythtv/libs/libmythui/opengl/mythrenderopengl.cpp
M mythtv/libs/libmythui/opengl/mythrenderopengl.h

Log Message:
-----------
MythRenderOpenGL: Remove unnecessary enum and logging


Commit: b43208fe3543bffe3d5b668e432f1f6dec320d80
https://github.com/MythTV/mythtv/commit/b43208fe3543bffe3d5b668e432f1f6dec320d80
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)

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

Log Message:
-----------
MythRenderOpenGL: Tweak logging levels


Commit: d756e46b9292db540ec427cf25724eb8a8dd9848
https://github.com/MythTV/mythtv/commit/d756e46b9292db540ec427cf25724eb8a8dd9848
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

Changed paths:
M mythtv/libs/libmythtv/drm/mythhdrtrackerdrm.cpp
M mythtv/libs/libmythtv/drm/mythhdrtrackerdrm.h

Log Message:
-----------
MythHDRTrackerDRM: Improve HDR switching

- adding an update to the active property seems to ensure the mode is
always switched - still doesn't switch off though...


Commit: 1d197c1ab6c96e45e828680b9565b6bf962f7a86
https://github.com/MythTV/mythtv/commit/1d197c1ab6c96e45e828680b9565b6bf962f7a86
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

Changed paths:
M mythtv/libs/libmythtv/drm/mythhdrtrackerdrm.cpp
M mythtv/libs/libmythtv/mythhdrmetadata.h

Log Message:
-----------
MythHDRTrackerDRM: Fix switching for HDR10 with no metadata


Commit: 9d1fa142143b98903ed77653a164859ff4bb56bc
https://github.com/MythTV/mythtv/commit/9d1fa142143b98903ed77653a164859ff4bb56bc
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

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

Log Message:
-----------
MythDRMDevice: Add a few nullptr checks


Commit: 2a127618c4689b005ed0e7854a8603f9f1f67639
https://github.com/MythTV/mythtv/commit/2a127618c4689b005ed0e7854a8603f9f1f67639
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

Changed paths:
M mythtv/libs/libmythtv/drm/mythvideodrmutils.cpp

Log Message:
-----------
MythVideoDRMUtils: Disable use of 2020 for DRM 'color encoding'

- as noted, this causes DRM to return an error - and any atomic error
causes Qt rendering to fail. Probably can be ignored or needs to be used
in conjunction with HDR


Commit: 3905e304a9bd01d89b8fdc2d2b2179ad8a5e15b0
https://github.com/MythTV/mythtv/commit/3905e304a9bd01d89b8fdc2d2b2179ad8a5e15b0
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

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

Log Message:
-----------
Jitterometer: Fix FPS calculation

- the duration cast to seconds loses all precision, so revert to a
division


Commit: 12c1bf9a4ca7852146446336b70a393c817e3751
https://github.com/MythTV/mythtv/commit/12c1bf9a4ca7852146446336b70a393c817e3751
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

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

Log Message:
-----------
MythRenderOpenGL: Improve RGBA depth reporting

- with 10bit depth, RGBA would be presented as 1010100 - which is not
very clear


Commit: 2ee910a234357a64f02435c33a129f7c5af52a68
https://github.com/MythTV/mythtv/commit/2ee910a234357a64f02435c33a129f7c5af52a68
Author: Mark Kendall <mark.kendall@gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)

Changed paths:
M mythtv/configure
M mythtv/libs/libmythtv/drm/mythvideodrmutils.h

Log Message:
-----------
configure: Add a check for the hdr_metadata_infoframe struct


Compare: https://github.com/MythTV/mythtv/compare/10d7165cb36d...2ee910a23435
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits