Alexander Blinne

Results 24 comments of Alexander Blinne

> This seems to be in a context where, due to setup limitations, passing HDR metadata to the display and tonemap to SDR is not supported. Yes and no. This...

I have added the change allowing Tonemapping to be used independently of Color Primary Conversion. The LinuxRendererGL and LinuxRendererGLES already only activate tonemap, if the source has light metadata.

I have thought about the question of VideoSetting vs player setting a bit more. As explained I went for the VideoSetting, because I want to disable conversion it for bt2020...

@thexai After thinking about it I came to agree that I would like to change this to a "setting in "System / Player" only visible in Linux platform" like you...

I have added an AdvancedSetting instead of a regular Setting. I believe this is an obscure enough feature such that it doesn't need to be in the GUI. Currently I...

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 that...

> Fine as in the tv reports that it is receiving a bt2020 signal? Otherwise there isn't much value in this PR as it will likely just confuse people. >...

> @Ablinne > > Thanks for the edit to the wiki, but it is a bit premature to add the setting to the wiki page when the PR has yet...

Actually I _am_ sunday87 over at sourceforge.net. I did not remember that I posted this already there almost 5 years ago...

In the context of `min` and `max` I would also suggest to implement `clip`. While `clip(a,b,c)` is equivalent to `min(max(a,b),c)`, the former is easier to read.