| commit | 4f422cb71cf3de656d16fd79b791414813ef9c8e | [log] [tgz] |
|---|---|---|
| author | Diep Bui <diepbp@webrtc.org> | Thu Jun 26 08:00:47 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 26 10:35:59 2025 |
| tree | 7093c76fa8bd98313bea213fb28deff3a416ba0e | |
| parent | 43f724dcac00482e73bec910572fb68e776d35d7 [diff] |
Fix loss based BWE to avoid unnecessary paddings. When the delay-based estimate and a 2% bandwidth-increase candidate had the same kbps but different bps, the algorithm selected the latter. This resulted in a lower bandwidth selection than the delay-based estimate, triggering unnecessary padding. With this change, the higher bandwidth candidate will be selected if having the same kbps. Bug: webrtc:12707,webrtc:427648364 Change-Id: I1ed042689317c768b773d7e6f0819690c38f0e56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/398080 Commit-Queue: Diep Bui <diepbp@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45027}
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.