1. 5c2f1f0 Add some missing includes and dependencies. by Bjorn Terelius · 6 years ago
  2. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  3. 08a9b61 Introduce VideoFrameWriter. by Artem Titov · 6 years ago
  4. 24a164b Introduce ExampleVideoQualityAnalyzer. by Artem Titov · 6 years ago
  5. 24871e4 Rename EncodedImage::_buffer --> buffer_, and make private by Niels Möller · 6 years ago
  6. ad87194 Adds audio DTX and mute support to scenario tests. by Sebastian Jansson · 6 years ago
  7. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  8. 52de8b0 Adds functionality to write logs to memory. by Sebastian Jansson · 6 years ago
  9. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  10. 66a29b9 Introduce CopyToFileAudioCapturer. by Artem Titov · 6 years ago
  11. 9db8b88 Added JSON generator for VideoReceiveStream::Config objects. by Benjamin Wright · 6 years ago
  12. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago
  13. 4895b45 Introduce EncodedImageIdInjector. by Artem Titov · 6 years ago
  14. c6521a7 Add benwright@webrtc.org to test/fuzzers/OWNERS. by Benjamin Wright · 6 years ago
  15. 2351313 Add noise suppression settings to AudioProcessing::Config by Sam Zackrisson · 6 years ago
  16. 645df9e Introduce Y4mFrameReader. by Artem Titov · 6 years ago
  17. ebd9770 Add extra documentation and minor fixes into video quality analyzer by Artem Titov · 6 years ago
  18. 5d7cf3d Fix RTC_CHECK in neteq_rtp_fuzzer by Niels Möller · 6 years ago
  19. e893772 Add new owners to the test/ directory. by Artem Titov · 6 years ago
  20. 083fc3f Adds nisse@ and sprang@ to test/OWNERS by Sebastian Jansson · 6 years ago
  21. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  22. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  23. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  24. 87da937 Delete unused constant kVideoCodecI420 by Niels Möller · 6 years ago
  25. 0554368 Delete method DecoderDatabase::RegisterPayload(...NetEqDecoder...) by Niels Möller · 6 years ago
  26. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  27. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  28. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  29. bd6dee8 Delete NetEqTest::ExtDecoderMap by Niels Möller · 6 years ago
  30. 37d1848 Extract NetworkNode abstraction. by Artem Titov · 6 years ago
  31. b6c6201 Introduce peer connection end-2-end quality test fixture interface. by Artem Titov · 6 years ago
  32. 40f5115 Extract NetworkReceiverInterface and introduce EmulatedIpPacket by Artem Titov · 6 years ago
  33. 6c330ab Update some audio processing tests to new VAD API by Sam Zackrisson · 6 years ago
  34. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  35. d0def19 Add --verbose flag to test_main by Niels Möller · 6 years ago
  36. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  37. 3793bb4 Refactor TestVideoCapturer to support multiple sinks. by Niels Möller · 6 years ago
  38. 941fd43 Update number of spatial layers if SS is available. by Sergey Silkin · 6 years ago
  39. 2894750 Adds flag to customize output root dir in scenario tests. by Sebastian Jansson · 6 years ago
  40. 29a935a Refactor NetEqDecoderPlc to use AudioDecoderProxyFactory by Niels Möller · 6 years ago
  41. f65309c Removes return value and Try prefix from TryDeliverPacket. by Sebastian Jansson · 6 years ago
  42. 9a4f38e Adds optional video quality metrics to scenario tests. by Sebastian Jansson · 6 years ago
  43. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  44. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  45. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  46. f0d0312 Allows injection of network controller in scenarios. by Sebastian Jansson · 6 years ago
  47. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  48. f7f753b Revert "Add AudioDecoderFactory to NetEqTest constructor." by Oleh Prypin · 6 years ago
  49. daa970f Add AudioDecoderFactory to NetEqTest constructor. by Niels Möller · 6 years ago
  50. 2db46b0 Added new feature to print a text log to neteq_rtpplay by Ivo Creusen · 6 years ago
  51. 3e94557 Adding fuzzing configuration files for Rtp Replay Fuzzing. by Benjamin Wright · 6 years ago
  52. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  53. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  54. 50b66d5 Convert NetEq Cng-related test to not use RegisterExternalDecoder by Niels Möller · 6 years ago
  55. f6b10fb Basic fuzzing of rtc::s_url_decode. by Benjamin Wright · 6 years ago
  56. 5d47401 Reduce pacing buffer padding rate during pushback. by Christoffer Rodbro · 6 years ago
  57. f3ef6cd Using more accurate receive time calculation in scenario tests. by Sebastian Jansson · 6 years ago
  58. a1eb9c7 Convert NetEq tests to not use RegisterExternalDecoder. by Niels Möller · 6 years ago
  59. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  60. 4348ce2 Calculate min and max receive timestamps for packets in a video frame by Ilya Nikolaevskiy · 6 years ago
  61. 6c95e2d Fuzz unfuzzed AEC3 killswitch field trials by Sam Zackrisson · 6 years ago
  62. b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
  63. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  64. dc10796 Fix AGC2 fuzzer coverage. by Alessio Bazzica · 6 years ago
  65. a0f4430 Replace RegisterExternalDecoder with decoder factory in NetEqImplTest120ms by Niels Möller · 6 years ago
  66. 5976bde Unittests for loss based bandwidth estimation. by Christoffer Rodbro · 6 years ago
  67. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  68. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  69. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  70. 09d6588 Change HdrMetadataExtension to ColorSpaceExtension by Johannes Kron · 6 years ago
  71. 57f3ad0 Adds stable bandwidth estimate to GoogCC. by Sebastian Jansson · 6 years ago
  72. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  73. 8b5d9d8 Remove the audio/video split for the RTCP report intervals. by Jiawei Ou · 6 years ago
  74. 49a7843 Don't restart streams in scenario tests. by Sebastian Jansson · 6 years ago
  75. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  76. 86336a5 Update FakeVp8Encoder to use GetEncoderInfo by Erik Språng · 6 years ago
  77. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  78. 1e2542f AGC2: adding level estimation option (RMS or peak-based). by Alessio Bazzica · 6 years ago
  79. 90e6745 Delete deprecated class WrappedI420Buffer by Niels Möller · 6 years ago
  80. fd20171 Adds setup of RTP Extensions in Scenario tests. by Sebastian Jansson · 6 years ago
  81. cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
  82. 0c32e33 Allows change of fake encoder max rate in scenarios tests. by Sebastian Jansson · 6 years ago
  83. 985ee68 Add support for screenshare content type in scenario tests. by Sebastian Jansson · 6 years ago
  84. 2b101d2 Simplifies audio priority rate config in scenario tests. by Sebastian Jansson · 6 years ago
  85. 20f60f0 Fuzzer crash in AGC2. by Alex Loiko · 6 years ago
  86. ad1d9f0 Add RTP header extension for HDR metadata by Johannes Kron · 6 years ago
  87. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  88. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  89. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  90. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  91. 7b3c76b Reland "Delete rtc::Pathname" by Niels Möller · 6 years ago
  92. 17fc7e2 Add counter to the end of FakeEncoder frames in order to make them unique. by Per Kjellander · 6 years ago
  93. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  94. 34fc346 Add support for computing iOS code coverage by Artem Titarenko · 6 years ago
  95. df351f4 Update FakeEncoder to use EncoderInfo by Erik Språng · 6 years ago
  96. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  97. a1ead6f Update EncoderProxy to use EncoderInfo by Erik Språng · 6 years ago
  98. 2039ee7 Revert "Delete rtc::Pathname" by Qingsi Wang · 6 years ago
  99. 2365936 Hide the AudioEncoderCng class behind a create function by Karl Wiberg · 6 years ago
  100. 6b9dec0 Delete rtc::Pathname by Niels Möller · 6 years ago