commit | 20724ae1b7425766f2bdd1b857f806ddfe879c9f | [log] [tgz] |
---|---|---|
author | Christoffer Jansson <jansson@webrtc.org> | Fri Nov 17 12:40:07 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 17 12:53:00 2023 |
tree | fdee1394a180f667a2723b95f9dc3516a2a02d2c | |
parent | cf2e08b798125651dfb0fd948859012e79784560 [diff] |
Revert "Added an encode/decode test parameterizable via command line" This reverts commit 496893e89e5bc8139e50befcb1a26eadbd829b0d. Reason for revert: Breaks https://ci.chromium.org/ui/p/chromium/builders/webrtc.fyi/WebRTC%20Chromium%20FYI%20ios-device/16103/overview Original change's description: > Added an encode/decode test parameterizable via command line > > This enables testing different settings without updating code and rebuilding the test binary. Example of command: > > video_codec_perf_tests --gtest_also_run_disabled_tests --gtest_filter=*EncodeDecode --encoder=libaom-av1 --decoder=dav1d --scalability_mode=L1T3 --bitrate_kbps=100,200,300 --framerate_fps=30 --write_csv > > Also added writing per-frame stats to a CSV. It is more convenient to work with CSV than to parse metrics proto. > > Bug: webrtc:14852 > Change-Id: I1b3970f7ffa88c016133197aff585de5bc4e35c6 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327600 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> > Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#41179} Bug: webrtc:14852 Change-Id: Ifdce738058c3e3fc7c76886939add2813405cae7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327722 Owners-Override: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#41183}
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.