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