commit | 836f60cda1775d65f233f17501f5fdad96e0fbc0 | [log] [tgz] |
---|---|---|
author | sakal <sakal@webrtc.org> | Fri Jul 28 14:12:23 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 28 14:12:23 2017 |
tree | e8e0ef710418e75401c629f2259820000bf4674e | |
parent | 5ba9730265c3bb4069fdda557805d594b1cff789 [diff] |
Move matrix from VideoFrame to TextureBuffer. Previously, the matrix in VideoFrame was used to crop and scale the frame. This caused complications because webrtc::VideoFrame doesn't include a matrix. cropAndScale method is added to VideoBuffer class for cropping and scaling instead. BUG=webrtc:7749, webrtc:7760 Review-Url: https://codereview.webrtc.org/2990583002 Cr-Commit-Position: refs/heads/master@{#19179}
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.