commit | 17b958c041c519fef9d42113a556efc6931da87f | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Tue Mar 07 01:41:43 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 07 09:41:43 2017 +0000 |
tree | 20ba750a0412789da55eb3a86d67546536031519 | |
parent | ae9ba047c44a9aa295c61a666683a601b0cee8bd [diff] |
Support pipelining codecs in VideoProcessor. This CL removes most of the global frame state in VideoProcessor and replaces that with a vector of frame states. This is useful for pipelining codecs, where the encoded/decoded frame may not be immediately outputted after it has been sent to the codec. The callers (VideoProcessorIntegrationTest and video_quality_measurement) still call VideoProcessor in a sequential fashion. A follow-up CL will be submitted that enables batch mode in VideoProcessorIntegrationTest. Note that VideoProcessor is still not thread safe. Currently, we can run fairly well on Android due to the synchronicity of our MediaCodec wrapper, but we still cannot run on iOS due to async issues. This will be fixed in the future. BUG=webrtc:6634 Review-Url: https://codereview.webrtc.org/2711133002 Cr-Commit-Position: refs/heads/master@{#17084}
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.