commit | ef6d02503bd7e589c0cba581cdfb6473a9a68e8c | [log] [tgz] |
---|---|---|
author | Jordan Bayles <jophba@chromium.org> | Fri Nov 18 02:25:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 18 02:25:17 2022 |
tree | 09540dcdea8bcbb6203ada039411a095940c41cc | |
parent | bf577bd87926e37dd8a951f73fbfb50d2fc61a6f [diff] |
[Cast Streaming] improve encoder support checking flow This patch takes the current encoding support, which is spread across multiple encoder implementations, and consolidates it into one file to make support easier to determine. This patch also adds new feature flags for toggling support for hardware H264 and VP8, set to ENABLED_BY_DEFAULT. Bug: 1382591 Change-Id: I76f19fa0d6fa97eedf13d35c68f2c2b08a0636ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4022473 Reviewed-by: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1073170}
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.