webrtc/modules/video_coding/codecs
Sergey Silkin 496893e89e 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}
2023-11-17 10:21:51 +00:00
..
av1 Move setting single spatial layer bitrates to GetVp9SvcConfig 2023-10-23 14:10:21 +00:00
h264 Reset H.264 SVC Controller on key frame 2023-10-19 09:51:14 +00:00
interface Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
multiplex Rename EncodedImage property Timetamp to RtpTimestamp 2023-09-24 20:06:48 +00:00
test Added an encode/decode test parameterizable via command line 2023-11-17 10:21:51 +00:00
vp8 Restrict ARM-specific VP8/VP9/AV1 settings to mobile platforms 2023-10-06 15:10:04 +00:00
vp9 Move setting single spatial layer bitrates to GetVp9SvcConfig 2023-10-23 14:10:21 +00:00