commit | bb60a3a5fa999d0dcf12319068bb6ea01f4a64c3 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Mar 19 17:25:10 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 19 18:14:21 2018 |
tree | c90faf407908699f39d2a2727dbad9458fdc0c93 | |
parent | d7573563a49d9bfd8c98a11facd9a8908c15a4cd [diff] |
Refactor VP8 TemporalLayers This CL moves all temporal layer rate allocation from DefaultTemporalLayers and ScreenshareLayers into SimulcastRateAllocator. This means we don't need an extra call-out to the TemporalLayers interface to get the last allocation, which simplifies the code path a lot. It also paves the wave for removing the TemporalLayersFactory interface (in a separate cl), which will further simplify the ownership model. Bug: webrtc:9012 Change-Id: I6540b1848efa1a136dce449f13902ad479d5ee37 Reviewed-on: https://webrtc-review.googlesource.com/62420 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22502}
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.