commit | b1ebcfbfd6afb57f314b6689ca001aca1b13a5b4 | [log] [tgz] |
---|---|---|
author | Jan Grulich <grulja@gmail.com> | Mon Jul 08 07:45:03 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 09 09:58:37 2024 |
tree | 51717a9d7aced259d65773626639c1cf9d597c3c | |
parent | 3172d16ea078490c00645d0a4837c1baea968ae2 [diff] |
PipeWire camera: support additional formats and fix RGB/BGR mapping Similar to BGRA/RGBA we added recently, formats from PipeWire are in big-endian, while WebRTC (using libyuv) is little-endian, therefore we have to map BGR to RGB and not RGB to RGB as colors would be off. Also add some additional formats supported by libyuv. Bug: webrtc:42225999 Change-Id: Iee8303f0922fe434069b2b3f88994abecf7d2cc5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355860 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jan Grulich <grulja@gmail.com> Cr-Commit-Position: refs/heads/main@{#42609}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.