- 28da546 [PCLF] Fix ExampleVideoQualityAnalyzer to not use VideoFrame::kNotSetId as frame id by Artem Titov · 2 years, 6 months ago
- 1c8103d Add FieldTrialsRegistry that verifies looked up field trials by Emil Lundmark · 2 years, 6 months ago
- 09da10e Add powerEfficientDecoder and powerEfficientEncoder stats by Evan Shrubsole · 2 years, 6 months ago
- 15166b2 [ModernStats] Mark obsolete stats as [[deprecated]]. by Henrik Boström · 2 years, 6 months ago
- 048f5c7 [DVQA] Add capture_frame_rate metric as detailed stats by Artem Titov · 2 years, 6 months ago
- baf5c9f Revert "Add documentation, tests and simplify webrtc::SimulatedNetwork." by Rasmus Brandt · 2 years, 6 months ago
- f21800e [NEL] Improve logging for discarded packets by Artem Titov · 2 years, 6 months ago
- c1d5fda Add documentation, tests and simplify webrtc::SimulatedNetwork. by Mirko Bonadei · 2 years, 7 months ago
- 2068d0d [PCLF] Add ability to provide custom VideoFrameWriter by Artem Titov · 2 years, 7 months ago
- 78d80f9 Add SmokeSendAndReceivePacketsOnOneThread by Per Kjellander · 2 years, 7 months ago
- 5584d45 [PCLF] Prepare to add extra scaling step before passing frame to analyzer and video sinks by Artem Titov · 2 years, 7 months ago
- 6b75058 [PCLF] Extract video dumping from video_quality_analyzer_injection_helper for testability by Artem Titov · 2 years, 7 months ago
- b984c07 Fix y4m frame reader to support any resolution by Artem Titov · 2 years, 7 months ago
- 73eff7c Add missing dependencies. by Mirko Bonadei · 2 years, 7 months ago
- 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 7 months ago
- 9b73159 Add support for NV12 frame generator by Artem Titov · 2 years, 7 months ago
- b15faaa [PCLF] Annotate video metrics with peer, stream and receiver by Artem Titov · 2 years, 7 months ago
- 7fe7091 [DVQA] Annotate per frame stats with relevant frame id by Artem Titov · 2 years, 7 months ago
- ab9849a [PCLF] Sync frame ids export with fixed framerate exporter by Artem Titov · 2 years, 7 months ago
- 9a92b8a Add flag to export in new MetricSet proto format by Artem Titov · 2 years, 7 months ago
- 80c87d7 RtpEncodingParameters::request_resolution patch 2 by Jonas Oreland · 2 years, 7 months ago
- 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 7 months ago
- d2cb1f8 [PCLF] Fix rounding issue in NetworkQualityMetricsReporter by Artem Titov · 2 years, 7 months ago
- 99f5d95 [PCLF] Fix rounding issue in network stats by Artem Titov · 2 years, 7 months ago
- 1262eb5 Move EncoderStreamFactory into own file by Jonas Oreland · 2 years, 7 months ago
- 6f2bf6d Add missing dependency. by Mirko Bonadei · 2 years, 7 months ago
- 4c7d3f8 PCLF: Ignore discarded frames in the DefaultVideoQualityAnalyzer by Florent Castelli · 2 years, 7 months ago
- cc6aae7 Remove unused perf_result_reporter.(h|cc) by Artem Titov · 2 years, 7 months ago
- c45f4e4 [PCLF] Fully switch to new metrics export API by Artem Titov · 2 years, 7 months ago
- f863182 Migrate test_main_lib on new global metrics API by Artem Titov · 2 years, 7 months ago
- bfdb957 PCLF: Separate SFU functionality configuration into a new struct by Florent Castelli · 2 years, 7 months ago
- 219ec71 [PCLF] Replace MetricsLoggerAndExporter with MetricsLogger by Artem Titov · 2 years, 7 months ago
- f5808fc Enable support for both new and old perf metrics export APIs by Artem Titov · 2 years, 7 months ago
- 6a49fb2 [DVQA] Fix: cpu_usage was exported as cpu_usage_% before by Artem Titov · 2 years, 7 months ago
- f68a06c [PCLF] Cleanup old video dumping API by Artem Titov · 2 years, 7 months ago
- 3680605 [PCLF] Enable exporting of perf metric via new API by Artem Titov · 2 years, 7 months ago
- 65ab346 PCLF: Pass all frames to OnFrameEncoded, even if discarded by SFU by Florent Castelli · 2 years, 7 months ago
- f7bc542 [PCLF] Fix test case for network metrics exported through new API by Artem Titov · 2 years, 7 months ago
- d953454 [PCLF] Fix exported test case for audio analyzer through new metrics API by Artem Titov · 2 years, 7 months ago
- 8da2802 [DVQA] Fix: allow export cpu_usage through new perf metrics API by Artem Titov · 2 years, 7 months ago
- d44e341 Delete rtc::Thread functions that use rtc::MessageHandler by Danil Chapovalov · 2 years, 7 months ago
- d795c8b [PCLF] Add possibility to use new perf metrics api in CrossMediaMetricsReporter by Artem Titov · 2 years, 7 months ago
- 86f2022 [PCLF] Add possibility to use new perf metrics api in NetworkQualityMetricsReporter by Artem Titov · 2 years, 7 months ago
- e11d5e3 [DVQA] Add ability to export metrics with MetricsLoggerAndExporter by Artem Titov · 2 years, 7 months ago
- 2d1907b [PCLF] Add possibility to use new perf metrics api in DefaultAudioQualityAnalyzer by Artem Titov · 2 years, 7 months ago
- c9f6690 [PCLF] Add possibility to use new perf metrics api in StatsBasedNetworkQualityMetricsReporter by Artem Titov · 2 years, 7 months ago
- 164bb2f [PCLF] Add possibility to use new perf metrics api in VideoQualityMetricsReporter by Artem Titov · 2 years, 7 months ago
- a1d0356 `RtpPacketInfo`: new ctor + deprecated ctors clean-up by Alessio Bazzica · 2 years, 7 months ago
- 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 8 months ago
- 7c323ad in rtc::Thread introduce Invoke without rtc::Location parameter by Danil Chapovalov · 2 years, 8 months ago
- 399a2b5 Remove CoDel from webrtc::SimulatedNetwork. by Mirko Bonadei · 2 years, 8 months ago
- 11093b2 [PCLF] Add ability to specifiy DegradationPreference by Byoungchan Lee · 2 years, 8 months ago
- 926c707 PCLF: Read the interlayer prediction mode from scalability mode by Florent Castelli · 2 years, 8 months ago
- 209d71d [DVQA] Remove old OnDecoderError method by Artem Titov · 2 years, 8 months ago
- 7d18a5a [DVQA] Add support for processing decoder errors correctly by Artem Titov · 2 years, 8 months ago
- f02212b [DVQA] Make entities loggable by Artem Titov · 2 years, 8 months ago
- 02c9998 Limit input size for the rtp video layers allocation fuzzer by Danil Chapovalov · 2 years, 8 months ago
- 9a21c49 SocketServer: Migrate Wait/kForever to TimeDelta. by Markus Handell · 2 years, 8 months ago
- ba62aff [DVQA] Fix reporting of time_between_freezes_ms by Artem Titov · 2 years, 8 months ago
- 5cb3a90 Remove sigslot usage from SctpTransportInternal by Fredrik Solenberg · 2 years, 8 months ago
- 325c1b2 [DVQA] Use all known peers count when determine metic's name by Artem Titov · 2 years, 8 months ago
- 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 8 months ago
- 1d5be49 rtc::Event: Add TimeDelta support. by Markus Handell · 2 years, 8 months ago
- de7ae57 Remove statistics tracking from FrameBuffer2 by Evan Shrubsole · 2 years, 8 months ago
- 15b464d Adopt absl::string_view in modules/congestion_controller/ by Ali Tofigh · 2 years, 8 months ago
- 29d7292 Clean VideoReceiveStream2 includes by Evan Shrubsole · 2 years, 8 months ago
- 214cab5 Move VideoStreamBufferController to packet sequence by Evan Shrubsole · 2 years, 8 months ago
- f4f2287 CallTest: migrate timeouts to TimeDelta. by Markus Handell · 2 years, 8 months ago
- 2aaef45 Replace Invoke in tests with SendTask test helper by Danil Chapovalov · 2 years, 9 months ago
- e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 9 months ago
- 53cc9ad Keep microseconds when computing e2e test time results by Evan Shrubsole · 2 years, 9 months ago
- 7fbab87 Report histograms in dtor of UlpfecReceiver. by Tommi · 2 years, 9 months ago
- e488a87 Remove UlpfecReceiver virtual interface. by Tommi · 2 years, 9 months ago
- 3b205da Increase precision of SimulatedTaskQueue (from ms to us). by Mirko Bonadei · 2 years, 9 months ago
- 2ed6fc2 In Vp9 encoder wrapper force key frame on svc controller request by Danil Chapovalov · 2 years, 9 months ago
- 3bd444f Clarify and extend test support for certain sample rates in audio processing by Sam Zackrisson · 2 years, 9 months ago
- d220925 [PCLF] Introduce export_frame_ids option for video dump by Artem Titov · 2 years, 9 months ago
- 72bc2e2 [PCLF] Introduce VideoDumpOptions API to better control video dumping by Artem Titov · 2 years, 9 months ago
- bf607e2 Speed up vp9 encoder reference fuzzer by Danil Chapovalov · 2 years, 9 months ago
- a16786b Delete nisse@webrtc.org from OWNERS files by Niels Möller · 2 years, 9 months ago
- 300a230 Delete inter arrival jitter rtcp packet as unused by Danil Chapovalov · 2 years, 9 months ago
- 98bfd99 Use consistent syntax for constructing std::strings from absl::string_views by Ali Tofigh · 2 years, 9 months ago
- 054ea47 Move common test flags to a separate library. by Mirko Bonadei · 2 years, 9 months ago
- 507e3bc Remove redundant close(). by Mirko Bonadei · 2 years, 9 months ago
- 714e3cb Adopt absl::string_view in modules/audio_coding/ by Ali Tofigh · 2 years, 9 months ago
- 07d8067 Move test utilities into more specific build targets by Niels Möller · 2 years, 9 months ago
- 03f8b8a In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase by Danil Chapovalov · 2 years, 9 months ago
- 208129fb [PCLF] Add ability to use fixed frame reate for video dump by Artem Titov · 2 years, 9 months ago
- bfe9f5c [PCLF] Remove old VideoQualityAnalyzerInjectionHelper ctor without clock by Artem Titov · 2 years, 9 months ago
- e4bda7d [PCLF] Add video writer which accounts for freezes by Artem Titov · 2 years, 9 months ago
- ae65b0e Fuzz APM sample rates by Sam Zackrisson · 2 years, 9 months ago
- 8faaa58 [PCLF] Add ctor for VideoQualityAnalyzerInjectionHelper with Clock by Artem Titov · 2 years, 10 months ago
- 277766f adopt absl::string_view in logging/ by Ali Tofigh · 2 years, 10 months ago
- b7821ce Remove unnecessary overload in RtcEventLogOutput by Ali Tofigh · 2 years, 10 months ago
- 9c125c6 Migrate test/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 10 months ago
- 9f11047 [PCLF] Fix deadlock when stats are requested during peer destruction by Artem Titov · 2 years, 10 months ago
- eb91fe4 Remove unnecessary std::string overloads by Ali Tofigh · 2 years, 10 months ago
- f9f9d54 Use TimeDelta for harmonic framerate calculation in DVQA. by Björn Terelius · 2 years, 10 months ago
- 92159dc [PCLF] Remove references to the old location of VideoQualityAnalyzerInterface by Artem Titov · 2 years, 10 months ago
- 11fdb08 Implement RTCInboundRTPStreamStats.JitterBufferTargetDelay by Ivo Creusen · 2 years, 10 months ago