1. 9c166e0 Remove VideoSendStream::StartPerRtpStream by Per K · 1 year, 2 months ago
  2. 55a6189 Pass Environment to custom FecController at construction by Danil Chapovalov · 1 year, 2 months ago
  3. c03d8b6 Update CallTests to create Call using Environment by Danil Chapovalov · 1 year, 3 months ago
  4. a3ce407 Cleanup Call construction by Danil Chapovalov · 1 year, 5 months ago
  5. f92cc6d Reland: FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 9 months ago
  6. 2d7ccb4 Revert "FrameGeneratorCapturer: don't generate video before Start is called" by Mirko Bonadei · 1 year, 9 months ago
  7. 00a8576 FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 9 months ago
  8. 8a9f3a8 Reland "Remove dependency of video_replay on TestADM." by Artem Titov · 1 year, 11 months ago
  9. f9e3bdd Revert "Remove dependency of video_replay on TestADM." by Jeremy Leconte · 1 year, 11 months ago
  10. 0171666 Remove dependency of video_replay on TestADM. by Artem Titov · 1 year, 11 months ago
  11. fb8e3de Use AudioDeviceModule instead of TestAudioDeviceModule. by Artem Titov · 1 year, 11 months ago
  12. 217b384 Remove rtp header extension from config of Call audio and video receivers by Per K · 2 years, 1 month ago
  13. b0d8a37 Ensure CallTest derived tests per default set min/max audio bitrate. by Per K · 2 years, 2 months ago
  14. 5671c64 Stop overriding extensions in rampup tests by Per K · 2 years, 2 months ago
  15. 89870ff Reland "Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp" by Per Kjellander · 2 years, 2 months ago
  16. 3e61f88 Revert "Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp" by Per Kjellander · 2 years, 2 months ago
  17. 3b96f2c Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp by Per K · 2 years, 2 months ago
  18. 9253240 Reland "Remove use of ReceiveStreamRtpConfig:transport_cc" by Per K · 2 years, 2 months ago
  19. be5c713 Revert "Remove use of ReceiveStreamRtpConfig:transport_cc" by Olga Sharonova · 2 years, 2 months ago
  20. 97ba853 Remove use of ReceiveStreamRtpConfig:transport_cc by Per K · 2 years, 2 months ago
  21. 59ade01 Reland "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 3 months ago
  22. 75170be Revert "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
  23. d8c4de7 Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream by Per Kjellander · 2 years, 4 months ago
  24. 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 6 months ago
  25. f4f2287 CallTest: migrate timeouts to TimeDelta. by Markus Handell · 2 years, 7 months ago
  26. e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 7 months ago
  27. 3176ef7 Rename AudioReceiveStream to AudioReceiveStreamInterface by Tommi · 2 years, 10 months ago
  28. f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 10 months ago
  29. 1c1f540 Factor out common receive stream methods to a common interface. by Tommi · 3 years, 9 months ago
  30. 8408c99 Remove 'secondary sink' concept from webrtc::VideoReceiveStream. by Tomas Gunnarsson · 4 years, 1 month ago
  31. 2b068ce Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 7 months ago
  32. a4f23ad Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 7 months ago
  33. acb9d83 Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory. by philipel · 4 years, 7 months ago
  34. 8ec11b8 Do not register generic frame descriptor v1 in integration tests by Danil Chapovalov · 5 years ago
  35. 8e9fd48 Fix FakeVp8Encoder name. by Nikita Zetilov · 5 years ago
  36. ce515f7 Add an integration test frame encryption works with DependencyDescriptor by Danil Chapovalov · 5 years ago
  37. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  38. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
  39. 014dd3c Trials should always be populated in call config. by Erik Språng · 5 years ago
  40. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  41. 1b66890 Stop using DEPRECATED_SingleThreadedTaskQueueForTesting in call tests by Danil Chapovalov · 5 years ago
  42. 17b92cb Revert "Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting" by Honghai Zhang · 5 years ago
  43. b1c1f69 Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting by Danil Chapovalov · 5 years ago
  44. 577c580 Do not stop SingleThreadedTaskQueueForTestingTest near the end of the tests by Danil Chapovalov · 5 years ago
  45. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
  46. 3b819f3 Move video_sources_.clear() call to CallTest::DestroyStreams by Niels Möller · 5 years ago
  47. 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 5 years ago
  48. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  49. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 5 years ago
  50. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 6 years ago
  51. 31d1bce Fix deadlock in VideoSendStream tests, cause of flake on some bots. by Tommi · 6 years ago
  52. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 6 years ago
  53. 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 6 years ago
  54. fd5166c Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Philip Eliasson · 6 years ago
  55. fc96135 Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory by Danil Chapovalov · 6 years ago
  56. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 6 years ago
  57. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
  58. 1391ed2 Allows injection of network controller factory in test fixture. by Sebastian Jansson · 6 years ago
  59. a92e624 Use explicit TaskQueueFactory for FrameGeneratorCapturer in CallTest. by Danil Chapovalov · 6 years ago
  60. cab77fd Inject network state predictor into video quality test. by Ying Wang · 6 years ago
  61. d155d68 Removes rtp level keep alive support. by Sebastian Jansson · 6 years ago
  62. 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 6 years ago
  63. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
  64. d8d3248 Reland "Delete test/constants.h" by Elad Alon · 6 years ago
  65. 4f36b7a Revert "Delete test/constants.h" by Oleh Prypin · 6 years ago
  66. 389b167 Delete test/constants.h by Elad Alon · 6 years ago
  67. 6a32de4 Fix potential race in CallTest. by Erik Språng · 6 years ago
  68. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  69. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  70. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  71. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  72. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  73. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  74. cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
  75. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  76. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  77. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  78. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  79. 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  80. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  81. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  82. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  83. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  84. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  85. 569397f Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by philipel · 6 years ago
  86. 6f68324 Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by Lu Liu · 6 years ago
  87. 3f4a4fa Added field trial WebRTC-GenericDescriptor for the new generic descriptor. by philipel · 6 years ago
  88. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 7 years ago
  89. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  90. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 7 years ago
  91. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  92. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  93. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 7 years ago
  94. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 7 years ago
  95. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 7 years ago
  96. 50eb4c4 Adds BBR field trial to CallTest. by Sebastian Jansson · 7 years ago
  97. 7258224 Replaces call config create in tests with modify. by Sebastian Jansson · 7 years ago
  98. 3bd2c79 Moving functionality from VideoQualityTest to CallTest by Sebastian Jansson · 7 years ago
  99. f33905d Makes some CallTest members private. by Sebastian Jansson · 7 years ago
  100. 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 7 years ago