1. bf9e01a Add support of fast media sending in peer connection e2e test by Artem Titov · 6 years ago
  2. ceba6ae Return a copy, becase GetPercentile in SamplesStatsCounter isn't const by Artem Titov · 6 years ago
  3. f0c366b Cleanup of scenario test video stream setup. by Sebastian Jansson · 6 years ago
  4. d00045e Changing command line flag for scenario logs root directory. by Sebastian Jansson · 6 years ago
  5. 6b88a8f Introduce default video quality analyzer by Artem Titov · 6 years ago
  6. 2bd54a1 Ensure TestPeers are destroyed at the end of Run. by Mirko Bonadei · 6 years ago
  7. 98bcd32 Remove always_passing_unittest.cc. by Mirko Bonadei · 6 years ago
  8. d3666b2 Introduce cross traffic for emulated network layer. by Artem Titov · 6 years ago
  9. 421c859 Remove crit_render_ lock from webrtc::GainControlImpl by Sam Zackrisson · 6 years ago
  10. 6df89cc Revert "Partial frame capture API part 2" by Ilya Nikolaevskiy · 6 years ago
  11. b00eb19 Removes Start/Stop on network emulation manager. by Sebastian Jansson · 6 years ago
  12. 836fee1 Calculate next process time in simulated network. by Sebastian Jansson · 6 years ago
  13. b7edf69 Delete rtc::File, usage replaced with FileWrapper by Niels Möller · 6 years ago
  14. bdfadd6 Adds Stop methods to media streams in scenario framework. by Sebastian Jansson · 6 years ago
  15. 85eab49 Simplify peer connection smoke test to remove flakiness for now. by Artem Titov · 6 years ago
  16. 5f6abcf Fix for RttBackoff when sending of packets with TWCC stops. by Christoffer Rodbro · 6 years ago
  17. 9f97c9a Add starting of VideoQualityAnalyzer in the e2e peer connection level test by Artem Titov · 6 years ago
  18. a6a273d Introduce PeerConnectionE2EQualityTestFixture implementation. by Artem Titov · 6 years ago
  19. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 6 years ago
  20. 6cfb403 Fix test FrameGenerator to work with a single file source by Ilya Nikolaevskiy · 6 years ago
  21. 2fb7999 Replace implicit int->char->string conversion by Oleh Prypin · 6 years ago
  22. b769894 Remove rule that discourages passing optional by const reference by Danil Chapovalov · 6 years ago
  23. 69b761e Sets start on activities added after starting scenario test. by Sebastian Jansson · 6 years ago
  24. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 6 years ago
  25. a1fae4b Trying to quiet clang-tidy by Artem Titov · 6 years ago
  26. 87bbb91 Add rtp_generator utility to rtc_tools. by Benjamin Wright · 6 years ago
  27. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
  28. 65cc52e Fix heap use overrun in FakeEncoder By removing unnecessary fixed size buffer. by Per Kjellander · 6 years ago
  29. 6347029 Removes usages of TaskQueueCongestionControl field trial. by Sebastian Jansson · 6 years ago
  30. 5054f54 Partial frame capture API part 2 by Ilya Nikolaevskiy · 6 years ago
  31. b6458e1 Switch test on audio stream instead of data channel. by Artem Titov · 6 years ago
  32. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  33. 2a96ab2 Makes Clock interface fully mutable. by Sebastian Jansson · 6 years ago
  34. 0774bd9 Introduce network layer. by Artem Titov · 6 years ago
  35. aa01f27 Removes all const Clock*. by Sebastian Jansson · 6 years ago
  36. 840b055 Introduce TestPeer. by Artem Titov · 6 years ago
  37. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  38. 8c8feb9 Moves packet overhead from network nodes to simulation. by Sebastian Jansson · 6 years ago
  39. 68d6d44 AEC3: Remove remaining kill-switches by Gustaf Ullberg · 6 years ago
  40. 7248b40 Added VcmCapturer::Create loop to allow nonzero device index. by Johnny Lee · 6 years ago
  41. a3ed451 Add static factory method from FrameGenerator for FrameGeneratorCapturer. by Artem Titov · 6 years ago
  42. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  43. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  44. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  45. 0ef117e Improving robustness of stable bandwidth estimate test. by Sebastian Jansson · 6 years ago
  46. 728b5a4 Fix initialization to prevent SIGSEGV by Artem Titov · 6 years ago
  47. 99ec6f3 AEC3: Remove unused kill-switches from AdjustConfig by Gustaf Ullberg · 6 years ago
  48. a8f9e25 Make sure lost packets are removed from FakeNetworkPipe. by Johannes Kron · 6 years ago
  49. e47433f AEC3: Remove legacy render buffering by Gustaf Ullberg · 6 years ago
  50. f50c6c2 Introduce VideoQualityAnalyzerInjectionHelper. by Artem Titov · 6 years ago
  51. fc2175d Introduce QualityAnalyzingVideoEncoder and QualityAnalyzingVideoDecoder. by Artem Titov · 6 years ago
  52. 6a32de4 Fix potential race in CallTest. by Erik Språng · 6 years ago
  53. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  54. 5c2f1f0 Add some missing includes and dependencies. by Bjorn Terelius · 6 years ago
  55. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  56. 08a9b61 Introduce VideoFrameWriter. by Artem Titov · 6 years ago
  57. 24a164b Introduce ExampleVideoQualityAnalyzer. by Artem Titov · 6 years ago
  58. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  59. ad87194 Adds audio DTX and mute support to scenario tests. by Sebastian Jansson · 6 years ago
  60. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  61. 52de8b0 Adds functionality to write logs to memory. by Sebastian Jansson · 6 years ago
  62. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  63. 66a29b9 Introduce CopyToFileAudioCapturer. by Artem Titov · 6 years ago
  64. 9db8b88 Added JSON generator for VideoReceiveStream::Config objects. by Benjamin Wright · 6 years ago
  65. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago
  66. 4895b45 Introduce EncodedImageIdInjector. by Artem Titov · 6 years ago
  67. c6521a7 Add benwright@webrtc.org to test/fuzzers/OWNERS. by Benjamin Wright · 6 years ago
  68. 2351313 Add noise suppression settings to AudioProcessing::Config by Sam Zackrisson · 6 years ago
  69. 645df9e Introduce Y4mFrameReader. by Artem Titov · 6 years ago
  70. ebd9770 Add extra documentation and minor fixes into video quality analyzer by Artem Titov · 6 years ago
  71. 5d7cf3d Fix RTC_CHECK in neteq_rtp_fuzzer by Niels Möller · 6 years ago
  72. e893772 Add new owners to the test/ directory. by Artem Titov · 6 years ago
  73. 083fc3f Adds nisse@ and sprang@ to test/OWNERS by Sebastian Jansson · 6 years ago
  74. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  75. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  76. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  77. 87da937 Delete unused constant kVideoCodecI420 by Niels Möller · 6 years ago
  78. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  79. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  80. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  81. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  82. bd6dee8 Delete NetEqTest::ExtDecoderMap by Niels Möller · 6 years ago
  83. 37d1848 Extract NetworkNode abstraction. by Artem Titov · 6 years ago
  84. b6c6201 Introduce peer connection end-2-end quality test fixture interface. by Artem Titov · 6 years ago
  85. 40f5115 Extract NetworkReceiverInterface and introduce EmulatedIpPacket by Artem Titov · 6 years ago
  86. 6c330ab Update some audio processing tests to new VAD API by Sam Zackrisson · 6 years ago
  87. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  88. d0def19 Add --verbose flag to test_main by Niels Möller · 6 years ago
  89. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  90. 3793bb4 Refactor TestVideoCapturer to support multiple sinks. by Niels Möller · 6 years ago
  91. 941fd43 Update number of spatial layers if SS is available. by Sergey Silkin · 6 years ago
  92. 2894750 Adds flag to customize output root dir in scenario tests. by Sebastian Jansson · 6 years ago
  93. 29a935a Refactor NetEqDecoderPlc to use AudioDecoderProxyFactory by Niels Möller · 6 years ago
  94. f65309c Removes return value and Try prefix from TryDeliverPacket. by Sebastian Jansson · 6 years ago
  95. 9a4f38e Adds optional video quality metrics to scenario tests. by Sebastian Jansson · 6 years ago
  96. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  97. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  98. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  99. f0d0312 Allows injection of network controller in scenarios. by Sebastian Jansson · 6 years ago
  100. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago