commit | c678c58d49a4f38aecfdd68f415ef98116c0c842 | [log] [tgz] |
---|---|---|
author | Eugene Zemtsov <eugene@chromium.org> | Thu Nov 18 21:42:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 18 21:42:51 2021 |
tree | 882aef7e6ca4070358439c744a0add0338405b50 | |
parent | 8123112b06290b3fc7007c9079d0b746a6cb2135 [diff] |
Respect input buffer layout specified by MediaCodec's encoder Since Android Marshmallow MediaCodec can ask for certain input buffer layout (e.g. stride and padding between planed). Android 12 is the first version (that we know of) where Chromium's disregard for this layout started to cause problems. Test: https://codec-compare.glitch.me/ 640x480 Bug: 1237677 Change-Id: I8a4cecec2df1d946e0cc1131768f831f8b272a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3290957 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/main@{#943258}
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.