commit | df3ed6c1bd4a03079db9813e61fe74a6daa858ee | [log] [tgz] |
---|---|---|
author | Sida Zhu <zhusida@bytedance.com> | Thu Jul 18 20:08:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 18 20:08:44 2024 |
tree | ce3ffc1a48691c281236d4f45bffe5b258fdc2e8 | |
parent | e531336ad914054d85c9ada27ed94136594aec61 [diff] |
Video: Add HEVC main still picture profile supportĀ for windows Per DirectX Video Acceleration Specification for High Efficiency Video Coding - 7.4, DXVA_ModeHEVC_VLD_Main GUID can be used for both main and main still picture profile, however on Windows, due to the miss understanding of the spec, we previously did not add this profile to Chrome on Windows. Technically, this profile is just 4:2:0 + 8bit only, so if the main profile is supported, then this profile should also be supported by the hardware. Since all other platforms like macOS, Android, Linux, CrOS has already include the support for this profile, also adding this profile for Windows. Bug: 351018026 Change-Id: Iec0d2d21017c8d96fb19654538a1bf2acf034bc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5722068 Reviewed-by: Dan Sanders <sandersd@chromium.org> Commit-Queue: Sida Zhu <zhusida@bytedance.com> Cr-Commit-Position: refs/heads/main@{#1329770}
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.