commit | 38f0a2c46b8e92ec19a68649dc0260b2a21e052f | [log] [tgz] |
---|---|---|
author | Bijan Choobineh <bchoobineh@chromium.org> | Thu Nov 16 23:42:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 23:42:16 2023 |
tree | e43eff6a85518cadc3a10f452b9ac91e1fcecbc5 | |
parent | bc408f90f9ccfebe056bcd3c85183a23933e6dbc [diff] |
Fake VAAPI VPX VP8 Decoding Functionality Previously the VPX SW decoder was setup to only do VP9 decoding in the Fake VAAPI Driver. Updates the driver to now be able to decode VP8 bitstreams. The Fake Context is checking the profile and will indicate to the VPX delegate whether to initialize as a VP8 or VP9 decoder. BUG: b:261660716 Test: Ran vda tests on vp80-00-comprehensive-001.ivf Change-Id: I9c0b93ed740f71b68f80be5120b9c34f81bf3200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5010983 Auto-Submit: Bijan Choobineh <bchoobineh@chromium.org> Commit-Queue: Bijan Choobineh <bchoobineh@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225808}
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.