-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Bring Back VDAVideoDecoder for old GPUs #866
Comments
There is no video decoder currently present in Supermium and it needs to be re-added eventually. You can still see what video decode support you theoretically would have on the chrome://gpu page, but it'll not work since the decoder itself is missing. |
@FK2FAGHMS DXVA decoding doesn't work in Supermium (regardless of circumvention of gpu blacklists and/or driver bug workarounds) as the component is broken/missing. As I previously said; your hardware works fine but Supermium is not able to take advantage of that unlike regular chromium where DXVA decoding works normally (as you've already found out). |
It RELIES on DXVA, I will repeat: Chromium (or any other Chromium-based browser) relies on DXVA on Windows, this means Supermium also relies on DXVA and it's working with drivers "supported by Google". If it didn't, then nobody would be able to use Video Decoding feature of their GPUs in this browser. Supermium isn't missing any DXVA functionality, it just (and other Chromium-based browsers) has a blocklist where it stops older drivers from using it.
The regular Chromium you (and I) meant is Brave and it's based on Version 78, an extremely old version, back when they didn't block older drivers yet. If I try with some newer version (for example 109, last officially supported version), it doesn't work anyway since they blocked it there as well. |
Closing as lost interest with the project. |
EDIT: I found the real culprit. Look at Alex313031/thorium-legacy#114 (comment)
The text was updated successfully, but these errors were encountered: