848273aa6af2a20a5ab0279ac49621460332782d

This reverts commit 8ee06a7b0cc22a486ad924e00034b95dbecd70ce. Reason for revert: ubsan triggers on config randomization Original change's description: > Increase coverage of AEC3 JSON config unit tests, fix bugs > > The new test checks that json strings are unchanged when parsing to a > config and back to a string. This ensures that everything in the json > representations is parsed when created a config from the json. > > This CL also adds the render_levels config substruct to the JSON parser. > > Some issues were surfaced by the new test: > - Config validation clamping silently passed NaNs > - Config validation only fixed the first out-of-bounds parameter, and > not any subsequent ones > - Config validation did not check all values in the config > > Bug: webrtc:9535 > Change-Id: Ie7b588731dc1fe26ba71d1eb2f177f3b3b8139e3 > Reviewed-on: https://webrtc-review.googlesource.com/c/107120 > Commit-Queue: Sam Zackrisson <saza@webrtc.org> > Reviewed-by: Per Åhgren <peah@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#25310} TBR=saza@webrtc.org,peah@webrtc.org Change-Id: I12d4a6e35110241c51c13eff547ee5a640d141bc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9535 Reviewed-on: https://webrtc-review.googlesource.com/c/107624 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25313}
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.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%