commit | 6c072efe9f0ea1d4a286d71e85013f5c43ab919f | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Apr 01 10:57:28 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 01 13:10:49 2019 |
tree | edd7a4c8e0547e67b3c2ee1fc74c5a4db35cb3d4 | |
parent | a9daea4377287b353a478d82b53e9cdf23726859 [diff] |
Track both "network" and "media" rate in EncoderOvershootDetector The network rate is based on a strict leaky buck with no underrun. The media rate has almost the same algorithm, but allows the bufer level to become negative down to -5 frames worth of data. This allows tracking the average bitrate over a window and can be used as an alternative upper bound when the encoder target is not link constrained. Bug: webrtc:10155 Change-Id: I0d72157f7c0f0799e15572bf4797fa1b5636b22e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/129723 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27392}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.