commit | da5aa4ddf542d60fa89046163886d0e562b08a48 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Fri Apr 26 13:37:37 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 26 12:13:28 2019 +0000 |
tree | e081e735b0cfa775c5bb4e2caa016a7a36875387 | |
parent | 584744d390bf81cab20493e70d46991b004f110a [diff] |
Use CodecBufferUsage to determine dependencies. In this CL: - Assign frame IDs so that simulcast streams share one frame ID space. - Added a CodecBufferUsage class that represent how a particular buffer was used (updated, referenced or both). - Calculate frame dependencies based on the CodecBufferUsage information. Bug: webrtc:10342 Change-Id: I4ed5ad703f9376a7d995c04bb757c7d214865ddb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131287 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27784}
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.