- ab30d72 Use backticks not vertical bars to denote variables in comments for /video by Artem Titov · 3 years, 6 months ago
- 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 6 months ago
- 00ca004 Unify helpers IsRtpPacket and IsRtcpPacket by Danil Chapovalov · 3 years, 6 months ago
- ad5037b Reland "Refactor the PlatformThread API." by Markus Handell · 3 years, 8 months ago
- 793bac5 Revert "Refactor the PlatformThread API." by Guido Urdaneta · 3 years, 8 months ago
- c89fdd7 Refactor the PlatformThread API. by Markus Handell · 3 years, 8 months ago
- b73c9f0 Extract SystemTimeNanos to its own file by Johannes Kron · 3 years, 11 months ago
- 6b4d962 Fix standard GetStats to not modify NetEq state. by Niels Möller · 4 years, 4 months ago
- 3ea3e0c Fix potential deadlock in VideoAnalyzer by Ilya Nikolaevskiy · 4 years, 5 months ago
- a376518 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 6 months ago
- adbfd1d VideoAnalyzer: remove lock recursions. by Markus Handell · 4 years, 6 months ago
- a827a30 Revert "Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex." by Markus Handell · 4 years, 6 months ago
- 0eba415 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 6 months ago
- 06c7095 Make video quality tests to always take a fixed duration by Ilya Nikolaevskiy · 4 years, 10 months ago
- 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
- b57fe17 Migrate video tests and tool to VideoRtpDepacketizer interface by Danil Chapovalov · 5 years ago
- 9cd53b4 Avoid DEPRECATED_SingleThreadedTaskQueueForTesting::CancelTask in VideoAnalyzer by Danil Chapovalov · 5 years ago
- 82ce384 Add improvement directions to PC and Call framework metrics by Artem Titov · 5 years ago
- 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
- b168678 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" by Oleh Prypin · 5 years ago
- 0c67c80 Guard video analyzer against race conditions. by Yves Gerey · 5 years ago
- ea9798c Update video quality tests units reporting. by Artem Titov · 5 years ago
- a1b99b3 Use total_decode_time_ms in VideoAnalyzer by Johannes Kron · 5 years ago
- 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
- 58e0657 Add decode/render frame rate metrics by Elad Alon · 6 years ago
- 133f7e7 Rename "average_freeze_duration" metric to "freeze_duration_average" by Elad Alon · 6 years ago
- 8c513c7 Add metrics related to video freezes to VideoAnalyzer by Elad Alon · 6 years ago
- 4731f00 Delete deprecated PlatformThread looping by Niels Möller · 6 years ago
- ff7730d Reland "Fix threading model of video quality test with audio enabled" by Artem Titov · 6 years ago
- 79e9f4b Replace test::Statistics by webrtc::RunningStatistics. by Yves Gerey · 6 years ago
- f8bc044 Revert "Fix threading model of video quality test with audio enabled" by Artem Titov · 6 years ago
- f537da6 Fix threading model of video quality test with audio enabled by Artem Titov · 6 years ago
- 11c012a Removing avoidable usages of Clock::GetRealTimeClock(). by Sebastian Jansson · 6 years ago
- bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 6 years ago
- 85fc325 Revert "Partial frame capture API part 5" by Ilya Nikolaevskiy · 6 years ago
- 1f0a84a Partial frame capture API part 5 by Ilya Nikolaevskiy · 6 years ago
- 6957abe Reland "Always use real VideoStreamsFactory in full stack tests" by Ilya Nikolaevskiy · 6 years ago
- 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
- b2d7141 Revert "Always use real VideoStreamsFactory in full stack tests" by Ilya Nikolaevskiy · 6 years ago
- 18cf238 Always use real VideoStreamsFactory in full stack tests by Ilya Nikolaevskiy · 6 years ago
- d47d3eb Report rendered pixels statistic in full stack tests by Ilya Nikolaevskiy · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
- 7b3c76b Reland "Delete rtc::Pathname" by Niels Möller · 6 years ago
- c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
- 2039ee7 Revert "Delete rtc::Pathname" by Qingsi Wang · 6 years ago
- 6b9dec0 Delete rtc::Pathname by Niels Möller · 6 years ago
- 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
- c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
- 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
- 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
- d52a1a6 Reland "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
- 1811c04 Revert "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
- af7afc6 Remove RTPVideoHeader::vp8() accessors. by philipel · 6 years ago
- f1f363f Renames test::VideoCapturer to TestVideoCapturer. by Sebastian Jansson · 6 years ago
- 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 6 years ago
- c2a0288 Enable audio in video_quality_test. by Christoffer Rodbro · 6 years ago
- 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
- d4c5d63 Moves VideoAnalyzer class to a separate file. by Sebastian Jansson · 7 years ago