commit | 2d86b258e010de4b5316bbc5e70f93f7374e8c56 | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Sun Nov 19 15:02:37 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 11:51:43 2023 |
tree | 34a53a29aaf4c82d27e41fc8d105ab969afcaca2 | |
parent | f0907c6f5bcdacf2e180acf4f15c4700f72d6982 [diff] |
Reland "Added an encode/decode test parameterizable via command line" This is a reland of commit 496893e89e5bc8139e50befcb1a26eadbd829b0d 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: Iccb9af8bf6a6c37704bc58b6e57238b55761b079 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327781 Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41194}
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.