quietvoid
quietvoid
I'm not sure what's going on and if it's something that needs to be fixed in `vs-placebo`. Seems to be Intel specific at least.
Should be straightforward to use `pl_find_filter_function_preset` with the filter name and set it to the `pl_filter_config.window` like we do with `kernel`.
Dolby kinda seems to have abandoned the compressed RPU concept, but I might still add support for it.
https://github.com/xiph/rav1e/pull/3000 should be working fine to generate test streams. I'm not sure when I'll get around to this.
Good to know. I can also test on a Samsung TV.
The complexity isn't in the HDR10+ spec but rather parsing AV1 bitstreams. There aren't stateful parsers that are usable so I'd probably have to implement one from scratch.
GStreamer implies an additionnal dependency at runtime and I'd rather avoid that since it's more complicated for end users. I also can't seem to find Rust bindings to the codec...
> @ all issue reporters: The Kodi "fix" is basically what I described here: exclude the Dolby Vision decoder and force the fallback HEVC level decoder to play the video....
> This sounds very unusual. Are you certain it's not using the Dolby Vision decoder? You can verify this by looking at the logs in a bugreport or logcat. Yes,...