commit | 9fbbdc2fef109d60136a651348902a39ab578eb7 | [log] [tgz] |
---|---|---|
author | Bjorn Mellem <mellem@webrtc.org> | Fri Jun 16 16:23:50 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 16 16:46:30 2017 |
tree | 2c8c8fcf0e01043c95816299b2998d7a2b2d11c6 | |
parent | c1db79beb79fb63a8359f8310f2f621883fd7abe [diff] |
Create the VideoEncoderFactory and implement it. Adds the VideoEncoderFactory interface and implements it for use with HardwareVideoEncoder. This uses MediaCodecVideoEncoder's initialization code as an example. BUG=webrtc:7760 Change-Id: I9fbc93ce9ac4ad866750a4386c4f15e800a3073e Reviewed-on: https://chromium-review.googlesource.com/530063 Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18636}
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.