commit | 8b71f8b2a9022e877b9a8d7a5692a2746303b810 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Tue Apr 25 17:32:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 25 17:32:09 2023 |
tree | edec405af2bb156cd2b1e5f68921a51a032363e7 | |
parent | bd9caec306ad7cc3308651a2fcf0c6d70a58540d [diff] |
Set target framerate using a Video control message The current implementation uses SDP format parameters to adjust the framerate. This works well for VP8 and VP9 but is not the supported way of adjusting the AV1 framerate and isn't possible for H.264. Also we've seen that other browsers occasionally mangle the SDP (or even set their own max-fr values) which further complicates this logic. I'd like to have a consistent way to set the target framerate for the host, one which will work regardless of the currently selected encoder so my new approach is to use a control message. I will likely extend this in the future to control the encoder speed as well though that is not in scope for this CL. Bug: 217468304 Change-Id: I690420f5af02c5ed11f96bad5a7646cf9eb2cc95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4448768 Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/main@{#1135337}
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.