Increase frame history size in VP9 references fuzzer The previous history size of 32 is likely too small to track long-term reference frames (such as the initial keyframe). This causes the circular buffer to overwrite old frames that the encoder may still reference, leading to an RTC_CHECK failure. This CL speculatively increases the history size to 256 in an attempt to prevent the fuzzer from crashing on valid long-term dependencies. Fixed: chromium:538422136 Change-Id: I964ebaf78bad94176b1ff0068168219c3adf6da8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/494080 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Johannes Kron <kron@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48296}
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.