commit | 0ac0ba041403327472d07b4918b040c072b02164 | [log] [tgz] |
---|---|---|
author | Andrei Volykhin <andrei.volykhin@gmail.com> | Wed Mar 19 04:24:39 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 19 06:43:44 2025 |
tree | 01ad400aca62ebd58a4f1c1173bc01984d8e4d88 | |
parent | 5688fb86792d5733c7510037aa978c58c43c1152 [diff] |
fec: Fast insertion of received fec/media packets Replaced full linear search and push_back+sort sequence to reversed linear search and insertion to cached position. Original author: andrey.semashev Bug: webrtc:42221213 Change-Id: I0b45a07c9c388c1cd383a8982ef16d87bbd2f2e1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/381600 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Auto-Submit: Andrei Volykhin <andrei.volykhin@gmail.com> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44156}
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.