Update to Chromium 146.0.7680.80
Fixes:
- (#40) chrome://system does not work on XP/7.
- (#41) The display issue of the context menu when DWM is not enabled.
- (#1) Fixed several issues related to DXVAVideoDecodeAccelerator, including:
- DXVAVideoDecodeAccelerator was incorrectly using the D3D11 backend on Windows 7, which caused it to fail on some AMD devices and reduced performance on some NVIDIA devices.
- DXVAVideoDecodeAccelerator depended on mshtmlmedia.dll on Windows 7, preventing it from starting on systems that were not fully updated.
- The color_space of the created shared_image may have been incorrect, potentially causing display anomalies during video playback.
DXVAVideoDecodeAccelerator is now fully functional on Windows 7, 8, 10, and 11. On Windows 7, it is enabled by default. On Windows 8, 10, and 11, DXVAVideoDecodeAccelerator is enabled when D3D11VideoDecoder is not available.