commit | b00856f07fd2ce44b0bcc5b1a7cb9da49cd2f637 | [log] [tgz] |
---|---|---|
author | Sida Zhu <zhusida@bytedance.com> | Mon Apr 21 17:28:09 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 21 17:28:09 2025 |
tree | dc3adcc7771118b76857fd8d5e25559e47110f6a | |
parent | cb40ae319a97ad004bd2351c7d214b12103231c5 [diff] |
Video: Fix 8bit 4:2:2 decode artifact issue on NVIDIA 50 series `DXVA_ModeHEVC_VLD_Main10_422` and `DXVA_ModeHEVC_VLD_Main422_10_Intel` GUIDs both support `YUY2` and `Y210` as output formats, and we are using them to decode 8-bit and 10-bit 4:2:2 contents currently. For 10bit 4:2:2 contents, selecting `Y210` works fine on devices from both vendors. For 8bit 4:2:2 contents, selecting `Y210` will result in artifacts on NVIDIA devices, while `YUY2` works fine on devices from both vendors. Therefore, we should just switch to use `YUY2`, which could also technically save 50% of the GPU decoding memory. Bug: 406566443 Change-Id: I0c1cff4236526dc68dc5c7c8406cdee672c985e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6472296 Reviewed-by: Jianlin Qiu <jianlin.qiu@intel.com> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Sida Zhu <zhusida@bytedance.com> Cr-Commit-Position: refs/heads/main@{#1449495}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.