commit | d36c08623d9085dad821fbb1462a7fe03badcef5 | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@google.com> | Tue Mar 05 12:26:48 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 05 16:33:14 2019 |
tree | ea11ef35938a355a63c9d91c29ed0b086cc9b044 | |
parent | 6ec2f547d7e63b14040e8cddc89ab45380016f08 [diff] |
Add support for simulcast streams in QualityAnalyzingVideoDecoder. In QualityAnalyzingVideoEncoder all encoded images that belongs to unrelated simulcast streams will be marked as to be discarded. So to support simulcast streams QualityAnalyzingVideoDecoder have to return black frames when all encoded images in received concatenated encoded image are marked as to be discarded. Also QualityAnalyzingVideoDecoder shouldn't pass such encoded image into VideoQualityAnalyzerInterface. Bug: webrtc:10138 Change-Id: I0f793a7dc04b5d6b10949479bd074b2db86c5c6f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125460 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Peter Slatala <psla@webrtc.org> Reviewed-by: Yves Gerey <yvesg@google.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26973}
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.