commit | c77df78931bca91f3e35343b038ba4ad986b1ab4 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@webrtc.org> | Mon Sep 09 23:40:42 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 09 23:40:53 2019 |
tree | 47f1279f654548feebc0f7e33248ba6eb15b4349 | |
parent | 487f9a17e426fd14bb06b13e861071b3f15d119b [diff] |
Revert "Improve performance of RtpPacketHistory" This reverts commit 9e380fd484db09c37323b90a19c5ce7965927975. Reason for revert: breaking downstream projects Original change's description: > Improve performance of RtpPacketHistory > > The data structures in RtpPacketHistory were chosen based on assumption > of few packets with possible sparse segments due to missing acking. > In practice high bitrate usages with full histories seem to be more of > a problem. > Due to that, change storage from an std::map to an std::deque and live > with potential segments of nullptr. Also limit size of padding prio > set so that doesn't become a bottleneck. > > Bug: webrtc:8975 > Change-Id: I3b6314fb3255937d25362ff2cd906efb7b1397f7 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145901 > Commit-Queue: Erik Språng <sprang@webrtc.org> > Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#29117} TBR=danilchap@webrtc.org,sprang@webrtc.org Change-Id: I5d5b74a6f4d60588e01a52dafe33e26deb9bdf77 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:8975 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/152220 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Commit-Queue: Qingsi Wang <qingsi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29121}
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.