commit | 90754174d98d6b71fd4aaed897bd54980f7e59c4 | [log] [tgz] |
---|---|---|
author | perkj <perkj@webrtc.org> | Mon Oct 12 10:04:15 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 12 10:04:22 2015 |
tree | 130924714d65a01906b59ce8e3ad56ffe7500022 | |
parent | 962c26bfd6c3eb3cf7402daaab89404ae38dd534 [diff] |
Prepare MediaCodecVideoEncoder for surface textures. This make small refactorings to MediaVideoEncoder to prepare for adding support to encode from textures. The C++ layer does not have any functional changes. - Moves ResetEncoder to always work on the codec thread - Adds use of ThreadChecker. - Change Java MediaEncoder.Init to return true or false and introduce method getInputBuffers. - Add simple unit test for Java MediaCodecVideoEncoder. BUG=webrtc:4993 Review URL: https://codereview.webrtc.org/1396073003 Cr-Commit-Position: refs/heads/master@{#10250}
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.