commit | cf9eab84271b78d19ff64c742db44227a22e5c8b | [log] [tgz] |
---|---|---|
author | Robert Mader <robert.mader@collabora.com> | Thu Jun 12 16:48:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 12 16:48:20 2025 |
tree | 3c7e67edf98c61d2e4fc758d9a47fcce40c7aeba | |
parent | b7c139861472acd39157a142b3f31909d8bb675e [diff] |
media/gpu/v4l2: Allow enabling AV1 support on Linux The required values in v4l2-controls.h have been upstreamed for a while, however the baseline Debian dependency has not been updated to a version including that yet. Add a simple way to already enable AV1 support by reusing the `use_av1_hw_decoder` flag, keeping it enabled by default for VA-API but disabling it for V4L2. Bug: 372630272 Change-Id: Ia79b0fc58cb4d9db56fe8be378ffacd6cc996cb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6632634 Reviewed-by: Nathan Hebert <nhebert@chromium.org> Reviewed-by: Fritz Koenig <frkoenig@chromium.org> Commit-Queue: Nathan Hebert <nhebert@chromium.org> Cr-Commit-Position: refs/heads/main@{#1473110}
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.