Stephan Sundermann
Stephan Sundermann
Thymeleaf uses SelectedValueComparator from Spring to determine which option tags should be selected. Unfortunately, the algorithm used there is quite aggressive leading to many checks triggering spring's converter service eventually....
When trying to create bindings for vue@next, bindings for some utility types from typescript are just bound to Any. From lib.es5.d.ts ``` /** * Construct a type with a set...
We have been patching the Spring Framework for years due to an performance issue with exhaustive compare in select boxes. During exhaustive compare a database lookup is triggered because of...
On my TV globally enabled HDR gives the best results even on SDR content. I assume that is because SDR content is converted to HDR internally resulting in washed out...
Local unix socket support was added in HyperHDR in https://github.com/awawa-dev/HyperHDR/commit/1100093068196a53eff5f856f0eaaf8e43ca229f Local unix sockets are automatically used when the hostname is set to "/tmp/hyperhdr-domain" which is hardcoded in HyperHDR. On my...
This PR aims at solving the color accuracy issues seen with the LG capture APIs. Essentially, this is like HyperHDR's HDR tone mapping feature but integrated into hyperion-webos itself. The...
## Bug report **Required Info:** - Operating System: - MacOS 12.3 - Installation type: - source - Version or commit hash: - humble #### Steps to reproduce issue ``` ```...
In libyuv RGB24 actually means bgr byte order. Hyperion/HyperHDR expect pixels to be in rgb byte order. This wasn't really an issue with UI layer captures as: Capture using `FMT_ABGR`...
## Description Update to ffmpeg 7.0. ~~The most prominent issue is that in 7.0 some members from `AVInputFormat` became private API. We were using the now private members `read_probe` (check...