mpv/player
dyphire 070287aebb stats.lua: display HDR peak in nits
The value of `sig-peak` is relative to the SDR peak. This is not
a problem when used inside the player, but the `HDR peak` in stats
should display human-readable information.
So change to return the actual nits value of HDR.
Closed https://github.com/mpv-player/mpv/issues/10127
2023-02-02 14:22:40 +00:00
..
javascript lua/js: remove user-data helpers 2023-01-29 01:52:31 +02:00
lua stats.lua: display HDR peak in nits 2023-02-02 14:22:40 +00:00
audio.c
client.c libmpv: add mpv_del_property() convenience function 2023-01-28 14:20:20 -06:00
client.h
command.c player/command: add user-data property 2023-01-28 14:37:02 -06:00
command.h
configfiles.c
core.h
external_files.c
external_files.h
javascript.c javascript: add mp.del_property() 2023-01-28 14:20:20 -06:00
loadfile.c
lua.c lua: add mp.del_property() 2023-01-28 14:20:20 -06:00
main.c msg: log-file set at mpv.conf: don't ignore early messages 2023-01-23 11:05:08 +02:00
misc.c
osd.c
playloop.c various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate 2023-01-12 22:02:07 +01:00
screenshot.c
screenshot.h
scripting.c
sub.c
video.c player/video.c: don't resync audio if video is an image 2023-01-30 14:52:00 +00:00