commit | c9b27d56c0b97a82ea3ed6075d8d6463e408f0d9 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Fri Jul 15 06:50:27 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 13:50:34 2016 +0000 |
tree | a5dd455ca477b83f02d0f2be7b2443072f3e88dd | |
parent | 136778252d2896021dbe7146c36879c1185027db [diff] |
Bugfix for Vp9 GOF and missing frames. In order to correctly determine the references of a frame when using Vp9 with GOF one has to wait for all frames on the lower temporal layers to make sure no up-switch point is missed. This patch fix a bug where upon receiving a frame the RtpFrameReferenceFinder would try to add missing frame for a group with a not yet knows scalability structure. BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2127073002 Cr-Commit-Position: refs/heads/master@{#13487}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.