1. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
  2. 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 5 years ago
  3. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  4. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
  5. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  6. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  7. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  8. c24a5b1 Fix CallPerfTests to call Call::GetStats() from the right thread. by Tommi · 5 years ago
  9. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  10. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  11. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  12. 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 5 years ago
  13. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  14. fd5166c Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Philip Eliasson · 5 years ago
  15. fc96135 Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory by Danil Chapovalov · 5 years ago
  16. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  17. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  18. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  19. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 6 years ago
  20. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 6 years ago
  21. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 6 years ago
  22. ded1e4f Disable flaky call_perf tests for iOS devices by Artem Titarenko · 6 years ago
  23. 41f9f2c ClangTidy fixes for call/ by Benjamin Wright · 6 years ago
  24. d8d3248 Reland "Delete test/constants.h" by Elad Alon · 6 years ago
  25. 0500b52 Reduce webrtc_perf_tests duration on buildbots by Ilya Nikolaevskiy · 6 years ago
  26. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  27. af228ee Disable flaky tests CallPerfTest.CaptureNtpTimeWithNetworkDelay on WIN. by Alex Loiko · 6 years ago
  28. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  29. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  30. c572ff3 Add default constructor for rtc::Event by Niels Möller · 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. ae4237e Set ChannelReceive transport at construction time. by Niels Möller · 6 years ago
  36. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  37. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  38. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  39. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  40. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  41. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  42. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 6 years ago
  43. 631cafa Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipe by Artem Titov · 6 years ago
  44. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago
  45. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 6 years ago
  46. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  47. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  48. 9a75061 Add test CallPerfTest.PlaysOutAudioAndVideoInSyncWithoutClockDrift by Niels Möller · 6 years ago
  49. 7258224 Replaces call config create in tests with modify. by Sebastian Jansson · 6 years ago
  50. f33905d Makes some CallTest members private. by Sebastian Jansson · 6 years ago
  51. 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 6 years ago
  52. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  53. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  54. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  55. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  56. ef75ebe Directly include VideoBitrateAllocation in call/ targets by Erik Språng · 6 years ago
  57. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  58. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 7 years ago
  59. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 7 years ago
  60. 0676f22 Probe on video encoder reconfiguration test. by philipel · 7 years ago
  61. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 7 years ago
  62. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 7 years ago
  63. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 7 years ago
  64. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 7 years ago
  65. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 7 years ago
  66. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  67. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
  68. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
  69. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
  70. 85904f4 Disabling a couple flaky CallPerfTests on Mac. by Taylor Brandstetter · 7 years ago
  71. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  72. fedc00c Optional: Use nullopt and implicit construction in /call by Oskar Sundbom · 7 years ago
  73. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  74. 7f331fa Add metric name for MinVideoAndAudioBitRate. by Edward Lemur · 7 years ago
  75. 947f3fe Fix reporting of perf results on PlaysOutAudioAndVideoInSync* tests by Edward Lemur · 7 years ago
  76. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  77. 2f06168 Make PrintResultList receive a vector of doubles instead of a string. by Edward Lemur · 7 years ago
  78. d0e196b Adding two tests: by Alex Narest · 7 years ago
  79. d319534 Move ADM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  80. 3102734 Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." by Rasmus Brandt · 7 years ago
  81. 2666cf7 Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld). by Rasmus Brandt · 7 years ago
  82. 5aea38c Disabling CallPerfTest.{CaptureNtpTimeWithNetworkDelay,CaptureNtpTimeWithNetworkJitter}. by Alex Loiko · 7 years ago
  83. 3b3622f Delete member VideoReceiveStream::Config::Rtp::ulpfec. by nisse · 7 years ago
  84. 2c30120 Revert of Add full stack tests for MediaCodec. (patchset #10 id:180001 of https://codereview.webrtc.org/3005253002/ ) by brandtr · 7 years ago
  85. 2cefac6 Add full stack tests for MediaCodec encoder. by brandtr · 7 years ago
  86. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  87. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/call/call_perf_tests.cc]
  88. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  89. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  90. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 7 years ago
  91. d9827b5 Removed an unused variable from CallPerfTest::TestAudioVideoSync() by eladalon · 7 years ago
  92. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 7 years ago
  93. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  94. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  95. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  96. a9cc40b Allow an external audio processing module to be used in WebRTC by peah · 7 years ago
  97. c467520 Delete helper class MediaTypePacketReceiver. by nisse · 7 years ago
  98. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 7 years ago
  99. 20a4b3f Injectable audio encoders: WebRtcVoiceEngine and company by ossu · 7 years ago
  100. 20c84cc Making FakeNetworkPipe demux audio and video packets. by minyue · 8 years ago