commit | 31a3537016cb11d52e94f70409b0ad4cf298555b | [log] [tgz] |
---|---|---|
author | Wojciech Dzierżanowski <wdzierzanowski@opera.com> | Thu Oct 03 11:36:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 11:36:27 2024 |
tree | 1abaa4dcfa8d2e9d5d06e450574b36a9d7ab77cd | |
parent | 5e5c51a8aa704bfc23914e3836ecd0f517a51bc5 [diff] |
Align SVC and low delay settings with VT SW encoder capabilities - `GetSupportedH264Profiles()` is tuned to only list L1T1 (de facto no scalability) as a supported scalability mode for the software encoder. - Low latency and SVC will now only be enabled for hardware encoders to avoid errors in software encoders. - The check for encoder mode (hardware or software) is extended to work around an issue where a low-delay VideoToolbox encoder is misrepresented as a software encoder. This makes the `webcodecs` suite of GPU integration tests pass in `media_use_openh264=false` builds. Bug: 370816212 Change-Id: Ia63ad6920fcfa6f86a6423bef094ffc0fefa70fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5902038 Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Wojciech Dzierżanowski <wdzierzanowski@opera.com> Cr-Commit-Position: refs/heads/main@{#1363567}
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.