| commit | 71d8568305da075bf8282f3baf72212aca923b19 | [log] [tgz] |
|---|---|---|
| author | Dale Curtis <dalecurtis@chromium.org> | Sat Aug 15 04:06:07 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Sat Aug 15 04:06:07 2020 |
| tree | 311de1eb9d9fe22a16249cbc8533be6803696f5b | |
| parent | 1e86ed1c17f7ded71997a8969395e5137978023f [diff] |
Merge invisible VP9 frames into super frames for macOS VP9. This assembles superframes from vp9 alt ref frames since that's what the macOS VP9 decoder is expecting. Where possible it tries to avoid copying the input buffer, but when we need to create a super frame, a super block is allocated for the combined frame. Fixed: 1115334 Change-Id: I9bfe08201fea1b91f6416143d180bf3d78164827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354641 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#798408}
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.
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.