1. 3b819f3 Move video_sources_.clear() call to CallTest::DestroyStreams by Niels Möller · 4 years, 10 months ago
  2. 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 4 years, 10 months ago
  3. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  4. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 4 years, 11 months ago
  5. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
  6. 31d1bce Fix deadlock in VideoSendStream tests, cause of flake on some bots. by Tommi · 5 years ago
  7. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 5 years ago
  8. 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 5 years ago
  9. fd5166c Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Philip Eliasson · 5 years ago
  10. fc96135 Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory by Danil Chapovalov · 5 years ago
  11. b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 5 years ago
  12. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  13. 1391ed2 Allows injection of network controller factory in test fixture. by Sebastian Jansson · 5 years ago
  14. a92e624 Use explicit TaskQueueFactory for FrameGeneratorCapturer in CallTest. by Danil Chapovalov · 5 years ago
  15. cab77fd Inject network state predictor into video quality test. by Ying Wang · 5 years ago
  16. d155d68 Removes rtp level keep alive support. by Sebastian Jansson · 5 years ago
  17. 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 5 years ago
  18. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 5 years ago
  19. d8d3248 Reland "Delete test/constants.h" by Elad Alon · 5 years ago
  20. 4f36b7a Revert "Delete test/constants.h" by Oleh Prypin · 5 years ago
  21. 389b167 Delete test/constants.h by Elad Alon · 5 years ago
  22. 6a32de4 Fix potential race in CallTest. by Erik Språng · 6 years ago
  23. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  24. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  25. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  26. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  27. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  28. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  29. cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
  30. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  31. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  32. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  33. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  34. 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  35. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  36. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  37. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  38. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  39. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  40. 569397f Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by philipel · 6 years ago
  41. 6f68324 Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by Lu Liu · 6 years ago
  42. 3f4a4fa Added field trial WebRTC-GenericDescriptor for the new generic descriptor. by philipel · 6 years ago
  43. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 6 years ago
  44. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  45. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 6 years ago
  46. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  47. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  48. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 6 years ago
  49. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago
  50. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 6 years ago
  51. 50eb4c4 Adds BBR field trial to CallTest. by Sebastian Jansson · 6 years ago
  52. 7258224 Replaces call config create in tests with modify. by Sebastian Jansson · 6 years ago
  53. 3bd2c79 Moving functionality from VideoQualityTest to CallTest by Sebastian Jansson · 6 years ago
  54. f33905d Makes some CallTest members private. by Sebastian Jansson · 6 years ago
  55. 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 6 years ago
  56. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  57. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  58. 431abd9 Replace rtc::Optional with absl::optional in test and rtc_tools by Danil Chapovalov · 6 years ago
  59. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  60. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  61. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  62. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  63. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  64. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  65. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  66. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  67. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 6 years ago
  68. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  69. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  70. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  71. 465a5d9 Refactor payload types constants in CallTest by Ilya Nikolaevskiy · 6 years ago
  72. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 6 years ago
  73. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  74. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 6 years ago
  75. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  76. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  77. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 6 years ago
  78. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 6 years ago
  79. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 6 years ago
  80. 9a03dd8 Removed new calls on RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  81. 97f61ea Moved bitrate configuration to rtp controller by Sebastian Jansson · 6 years ago
  82. 3f6804d Optional: Use nullopt and implicit construction in /test by Oskar Sundbom · 7 years ago
  83. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  84. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  85. 255d1cd Implement dual stream full stack test and loopback tool by Ilya Nikolaevskiy · 7 years ago
  86. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  87. d319534 Move ADM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  88. 3102734 Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." by Rasmus Brandt · 7 years ago
  89. 2666cf7 Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld). by Rasmus Brandt · 7 years ago
  90. 2c30120 Revert of Add full stack tests for MediaCodec. (patchset #10 id:180001 of https://codereview.webrtc.org/3005253002/ ) by brandtr · 7 years ago
  91. 2cefac6 Add full stack tests for MediaCodec encoder. by brandtr · 7 years ago
  92. 7cd28b9 Set protected_by_flexfec flag properly in tests. by brandtr · 7 years ago
  93. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  94. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/call_test.cc]
  95. 73276ad - Removes voe_conference_test. by Fredrik Solenberg · 7 years ago
  96. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  97. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 7 years ago
  98. 2bf9e73 Delete unneeded Start and Stop methods on FlexfecReceiveStream. by Niels Möller · 7 years ago
  99. db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 7 years ago
  100. 445f1a1 nit: Order CallTest's methods in the .cc according to their order in the .h file. by eladalon · 7 years ago