commit | 70c8e8528a0ac65106aeadcbec41958fae9e928c | [log] [tgz] |
---|---|---|
author | Eugene Zemtsov <eugene@chromium.org> | Tue Oct 03 21:31:48 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 03 21:31:48 2023 |
tree | e40cf81b51dc0ab6d84848f0942b4df3267a422d | |
parent | 5487278c239bb8962ed1269e30c7da33a10f2c8c [diff] |
webcodecs: Transfer array buffer into VideoFrame ctor This should allow to avoid mem copy while constructing a VideoFrame from an ArrayBuffer. I2S: https://groups.google.com/a/chromium.org/g/blink-dev/c/yZS0DLCwl6w/m/5bm9hEoWAQAJ Bug: 1446808 Change-Id: Ifbc1fb1739a0bc19dc6db27943fff0cecae0156d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4529012 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/main@{#1204865}
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.