commit | ff1cf61cf3936f2873cd42c8d50c1a26eab1a78c | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Feb 23 17:41:13 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 23 18:54:57 2023 |
tree | 66d3c4dc0bcc75fce4e5a57a30bdaff7b9aaba2d | |
parent | bea2278353a7358bba5b4a104792da647fe0d617 [diff] |
Fix potentially bad rate control with libaom av1 encoder. This can happen when the encoder uses real presentation timestamps that originate with the input frames. By using those, the encoder can bypass webrtc frame dropping logic and may severely over/under-shoot if the timestamps are very precise. In practice, this seems rather common on Chrome on Windows. Bug: aomedia:3391 Change-Id: I2be5eed4fabc86dac8a6c7bfdd068c2dcb5a3743 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294740 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39382}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.