commit | f542eca1660356aa88cf4a9b628acfe98d37d9e9 | [log] [tgz] |
---|---|---|
author | Dale Curtis <dalecurtis@chromium.org> | Sat Nov 23 02:06:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Nov 23 02:06:39 2024 |
tree | cb733779f63f52e3fc34dae627684bdb03d392d5 | |
parent | 3a004d21d61d852088c6116ac3fc7851dbfb50a8 [diff] |
Enforce AV_EF_EXPLODE against ffmpeg decoders. This was enabled years ago in https://crrev.com/517709 for containers, but not for codecs. As with containers, we're now seeing issues with decoding when we let ffmpeg continue after errors. As such set the flag to explode for codecs too. This has a chance to dramatically increase playback errors, so it's given a runtime kill-switch in case things go awry. Due to the need for a runtime flag, the security settings are applied in a centralized location now instead of having each AVCodecContext creator handle the settings themselves. R=tmathmeyer Fixed: 379418979 Change-Id: Iadc3af999935cbba143d52f944e0c052aac5d446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040303 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Ted (Chromium) Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1387195}
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.