commit | 3c22337112751d92cc004dd52f36a79e2f99aa36 | [log] [tgz] |
---|---|---|
author | Sida Zhu <zhusida@bytedance.com> | Wed Dec 04 23:23:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 04 23:23:27 2024 |
tree | e50ed19b90da16efe0e299e03f3d4b00ff895cbb | |
parent | b4ea0c7809cbcf28d87f6835ba3f52c7f28b6f6b [diff] |
Video: Enable VideoToolbox L1T2 HEVC support for WebRTC Configuring the number of reference frames to 1, which will produce bitstream that follows WebRTC SVC spec for L1T2. When configure successfully, set `follow_svc_spec` to true to make RTC fill the generic frame info, and send dependency descriptor RTP extension. Test: Manually tested on https://taste1981.github.io/workspace/codec-quality/src/ using a 2024 M4 Arm64 Mac (H.265), and https://w3c.github.io/webcodecs/samples/encode-decode-worker/index.html using a 2019 Intel Mac (H.264) and a 2024 M4 Arm64 Mac (H.264/H.265) Bug: 41480904 Change-Id: Iaed81cca1b97f036c72afe3ae369f3069d28c994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6041044 Reviewed-by: Eugene Zemtsov <eugene@chromium.org> Reviewed-by: Jianlin Qiu <jianlin.qiu@intel.com> Reviewed-by: Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Sida Zhu <zhusida@bytedance.com> Cr-Commit-Position: refs/heads/main@{#1391935}
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.