Lukas Rusak
Lukas Rusak
I really don't think we need to specify `double` everywhere. Why do you think that is necessary?
I really don't think it needs to be used everywhere though, only as needed
> After this PR gets merged, I think I can continue the elimination of `time_t` conversions in other parts of Kodi that do not utilize `CDateTime`. > However as @phunkyfish...
@basilgello I think in order to move this forward we should look at using the OS binary IANA database for Posix platforms, and ship the windows file with Kodi. That...
Thanks for the PR! For the formatting you can either run the git-clang-format utility on your commits or you can just apply the diff from the bot. You didn't really...
This is a challenge because of the really large diff involved (+13,958 −3,887) and that doesn't even include the required dependency changes. I see a few things you could do...
Are you sure this even works properly? The drm subsystem in linux may only output bt702 unless the driver exposes the ability to send bt2020 in which case it likely...
> Yes I am using Linux. This setting is specifically meant to be a workaround for the case when it is _not_ possible to send properly flagged bt.2020 colors. In...
I'm not really sure what the upstream consensus of this is but this seems overkill to have to set `output format` and `max bpc` from userspace. The intel driver seems...
Seems like a bug in MSVC. It looks like we need to update to at least MSVC 19.25 to make it work. See -> https://godbolt.org/z/7na55Y64P EDIT: seems like we need...