commit | f3ee3b7478713a723e886d7a5aa3d4d41a0ca4bf | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersc@webrtc.org> | Mon Oct 23 13:23:00 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 23 15:34:28 2017 |
tree | 4ce896e0fd271499bad67805a690ba4527549af3 | |
parent | a642efb6ee10f1d947cac013730678e5850668c4 [diff] |
Support RGB frames in RTCCVPixelBuffer In addition to NV12 frames, also support cropping/scaling RGB frames and converting RGB frames to i420. This CL also removes the hardcoding of pixel format in RTCCameraVideoCapturer. Instead, use the first available format for the output device that our pipeline supports. Bug: webrtc:8351 Change-Id: If479b4934c47cd2994936913f55e60fbbee3893b Reviewed-on: https://webrtc-review.googlesource.com/8920 Commit-Queue: Anders Carlsson <andersc@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Daniela Jovanoska Petrenko <denicija@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20396}
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.