Restructure BitBufferWriter to write to uninitialized memory Specifically, when writing into previously unwritten byte, set remaining bits to zero instead of preserving them. Remove 'ConsumeBits' from the public api to discourage skipping writing bits, instead add and use function to zero next bits. memory sanitizer analalyse memory access at byte level and thus complains when uninitialized bits are read and preserved. Bug: b/473210445 Change-Id: I409ee14cf6844a78a4e438bbf18ed7b16cab687a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/441062 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46626}
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.