commit | 0cf881aea158b882f1b0768ef25e61421b3187e5 | [log] [tgz] |
---|---|---|
author | Sunggook Chue <sunggch@microsoft.com> | Wed Jul 10 18:32:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 18:32:37 2024 |
tree | 255c19f0b2de7fe9092f2964b293a02a7cabcc63 | |
parent | 25b891f445f930bfbb34762d24c4982626eaa853 [diff] |
Convert NALU start code with NAL size for MP4 container. h264 encoders produced NALU data that started with started code and WebM container expected it. Meanwhile, many MP4 player expected that MP4 file has NAL size instead of NALU start code. The change converts incoming encoded data to the NAL size replaced data before adding to the MP4 mdat box data. Bug: 348923066 Change-Id: I3f5f27f2863efd241300776f140aa19145a6eaf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5677470 Reviewed-by: Rahul Singh <rahsin@microsoft.com> Reviewed-by: Dan Sanders <sandersd@chromium.org> Commit-Queue: Sunggook Chue <sunggch@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1325638}
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.