1. 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 4 years, 10 months ago
  2. 6ddbe2c Extract results line plotting. by Patrik Höglund · 4 years, 10 months ago
  3. e1cbb9c Extract plottable counter from perf results logger. by Patrik Höglund · 4 years, 10 months ago
  4. 5c35f2f Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 10 months ago
  5. 26e1b7a Delete RtpDepacketizerVp8 in favor of VideoRtpDepacketizerVp8 by Danil Chapovalov · 4 years, 10 months ago
  6. a406ee1 Moving FakeNetworkSocket to fake_network_socket_server.h by Sebastian Jansson · 4 years, 10 months ago
  7. 1b4e4bf Migrate several call tests from legacy RtpHeaderParser to RtpPacket parsing. by Danil Chapovalov · 5 years ago
  8. eb3beb8 Revert "Replace the ExperimentalAgc config with the new config format" by Yves Gerey · 4 years, 10 months ago
  9. f3aa632 Replace the ExperimentalAgc config with the new config format by Per Åhgren · 4 years, 10 months ago
  10. 2257c08 [Cleanup/Optim] Pass IPAddress by const reference. by Yves Gerey · 4 years, 10 months ago
  11. d572748 Run delay tasks on time when using GlobalSimulatedTimeController. by philipel · 4 years, 10 months ago
  12. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 4 years, 11 months ago
  13. f4cf4c7 Don't allow creation of sockets for wild card IPs in emulated networks. by Sebastian Jansson · 4 years, 11 months ago
  14. 8525a80 Add ability to resize buffers pool in decoder and use it in IVF generator by Artem Titov · 4 years, 11 months ago
  15. 9d06bc2 Replace sequence checker with lock in IvfFrameGemerator. by Artem Titov · 5 years ago
  16. a3ecb7a Migrate tests from RtpDepacketizer to VideoRtpDepacketizer interface by Danil Chapovalov · 5 years ago
  17. 62ea0aa Remove deprecated legacy AEC code by Per Åhgren · 5 years ago
  18. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
  19. 8950690 Fix: IvfFrameGenerator won't decode frame on release build by Artem Titov · 5 years ago
  20. 1518fd3 Add support for setting a custom NetEqFactory in PeerConnection level tests. by Ivo Creusen · 5 years ago
  21. cec2433 Exposing more features in the network emulation manager API. by Sebastian Jansson · 5 years ago
  22. cae2779 Introduce InbandComfortNoise RTP header extension. by Minyue Li · 5 years ago
  23. 0020226 Replace VideoSourceInterface with FrameGeneratorInterface in AddVideoConfig by Artem Titov · 5 years ago
  24. 503d723 Introduce FrameGeneratorInterface by Artem Titov · 5 years ago
  25. 340af97 Always enter yield policy scope using simulated TimeControllers. by Sebastian Jansson · 5 years ago
  26. 242a9e0 Fuzz RtpPacketizerAv1 by Danil Chapovalov · 5 years ago
  27. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 5 years ago
  28. 648b9d7 Implement automatic animation detection in VideoStreamEncoder by Ilya Nikolaevskiy · 5 years ago
  29. a9ad36f Fix aec3_fuzzer chromium build config. by Mirko Bonadei · 5 years ago
  30. 41462d5 Always keep abs send time extension. by Sebastian Jansson · 5 years ago
  31. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 5 years ago
  32. e3c4884 in PacketBuffer::Packet pass payload using smart buffer by Danil Chapovalov · 5 years ago
  33. 014dd3c Trials should always be populated in call config. by Erik Språng · 5 years ago
  34. 5256d8b Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect by Artem Titov · 5 years ago
  35. b0db98c Fuzz AEC3 by Sam Zackrisson · 5 years ago
  36. efa3f76 Moves SampleStats and EventRateCounter to rtc_base/numerics by Sebastian Jansson · 5 years ago
  37. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 5 years ago
  38. 5314b13 Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame by Danil Chapovalov · 5 years ago
  39. 8861d02 Restore tests that were accidently deleted during refactoring by Artem Titov · 5 years ago
  40. dc36829 Add VideoCodecType::kVideoCodecAV1 value by Danil Chapovalov · 5 years ago
  41. e14cb99 Correct/update the activation of the multi-channel processing in APM by Per Åhgren · 5 years ago
  42. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  43. 2b4bd97 Fix fuzzer-found bug in fuzzer by Sam Zackrisson · 5 years ago
  44. 27bd76b DCHECKing for deprecated 8kHz support in AGC and changing fuzzer by Per Åhgren · 5 years ago
  45. a101a4f Reland "Add IvfVideoFrameGenerator" by Artem Titov · 5 years ago
  46. 13ea34f Revert "Add IvfVideoFrameGenerator" by Steve Anton · 5 years ago
  47. 712a26f Add IvfVideoFrameGenerator by Artem Titov · 5 years ago
  48. 2aaf4af Semiautomatic attempt to clean test/BUILD.gn deps by Artem Titov · 5 years ago
  49. 429d8fe Add fuzzer test for RtpDepacketizerAv1::AssembleFrame function by Danil Chapovalov · 5 years ago
  50. 31b01c0 Fuzz APM float interface with up to 8 channels by Sam Zackrisson · 5 years ago
  51. 51868f5 Revert "Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium."" by Mirko Bonadei · 5 years ago
  52. 8994c8b Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium." by Mirko Bonadei · 5 years ago
  53. 3af0cd8 Revert "Make webrtc_fuzzer_main depend on webrtc_component in Chromium." by Mirko Bonadei · 5 years ago
  54. e35b32c AGC: Removing unnneccessary copying and changing to using const by Per Åhgren · 5 years ago
  55. c4f8654 Add TimeController to api/test/ and add a CreateTimeController API. by Bjorn A Mellem · 5 years ago
  56. 2148e9a Make webrtc_fuzzer_main depend on webrtc_component in Chromium. by Mirko Bonadei · 5 years ago
  57. ad020f5 Delete DEPRECATED_SingleThreadedTaskQueueForTesting by Danil Chapovalov · 5 years ago
  58. c4e506e Fix writing into closed FrameWriter when dumping video in PC framework by Artem Titov · 5 years ago
  59. 287e464 Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants by Rasmus Brandt · 5 years ago
  60. 56d9452 Move stun.h to api/. by Patrik Höglund · 5 years ago
  61. aa3f5da Fork VCMPacket for PacketBuffer into own struct by Danil Chapovalov · 5 years ago
  62. ccf12c6 Reland "Add AV1 RtpDepacketizer class" by Danil Chapovalov · 5 years ago
  63. 9f99175 Revert "Add AV1 RtpDepacketizer class" by Yves Gerey · 5 years ago
  64. 49470c2 Add AV1 RtpDepacketizer class by Danil Chapovalov · 5 years ago
  65. 39bab5a Add missing assert.h for win no-test build by Jerome Humbert · 5 years ago
  66. 1b66890 Stop using DEPRECATED_SingleThreadedTaskQueueForTesting in call tests by Danil Chapovalov · 5 years ago
  67. 50f8686 Providing EmulatedRoute instances when creating TcpMessageRoute by Sebastian Jansson · 5 years ago
  68. dcc910a Adds simulated TCP message route for testing. by Sebastian Jansson · 5 years ago
  69. b4463ee Add ability to specify custom video source for PC framework. by Artem Titov · 5 years ago
  70. c65de42 Fix NetworkEmulationManagerTest.ThroughputStats flakiness (again). by Yves Gerey · 5 years ago
  71. e644a03 Add field trial for rampup in quality based on available bandwidth. by Åsa Persson · 5 years ago
  72. 17b92cb Revert "Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting" by Honghai Zhang · 5 years ago
  73. e9f663c In dependency descritpor add active decode targets bitmask field by Danil Chapovalov · 5 years ago
  74. b1c1f69 Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting by Danil Chapovalov · 5 years ago
  75. cd2a92f Removes RPLR based FEC controller. by Sebastian Jansson · 5 years ago
  76. 577c580 Do not stop SingleThreadedTaskQueueForTestingTest near the end of the tests by Danil Chapovalov · 5 years ago
  77. 470b2d5 Stop relying on GN's sources_assignment_filter. by Mirko Bonadei · 5 years ago
  78. 1a61739 Fix MemoryLogWriter so that it always writes the full data. by Björn Terelius · 5 years ago
  79. 4f2783b Speculative Revert: "Use FakeRenderer when fuzzing" by Patrik Höglund · 5 years ago
  80. ce1ffcd change PacketBuffer to return it's result rather that use callback by Danil Chapovalov · 5 years ago
  81. d15a028 Hide deprecated SingleThreadedTaskQueueForTest behind an accessor by Danil Chapovalov · 5 years ago
  82. 85a1000 Use deprecated SingleThreadedTaskQueueForTesting as regular task queue by Danil Chapovalov · 5 years ago
  83. eef5e4f Remove dep between test:test_support and rtc_base_approved. by Mirko Bonadei · 5 years ago
  84. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
  85. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  86. dbbf413 Fix use of unitialized value in test by Erik Språng · 5 years ago
  87. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  88. ce9da16 Use FakeRenderer when fuzzing by Kuang-che Wu · 5 years ago
  89. db8df17 Add AEC3 config json parsing fuzzer by Sam Zackrisson · 5 years ago
  90. 2bc1ea0 Remove the fileutils hack for good. by Patrik Höglund · 5 years ago
  91. 844600e Put the resources_dir flag into its own target. by Patrik Höglund · 5 years ago
  92. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  93. 2f28370 Move --resources_dir to its right place. by Patrik Höglund · 5 years ago
  94. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
  95. 24c678f Adds test for loss based controller under cross traffic induced loss. by Sebastian Jansson · 5 years ago
  96. 6787f23 Remove AudioProcessing::level_estimator() getter by saza · 5 years ago
  97. d8aff21 Adds support for stopping fake TCP cross traffic. by Sebastian Jansson · 5 years ago
  98. 3b819f3 Move video_sources_.clear() call to CallTest::DestroyStreams by Niels Möller · 5 years ago
  99. d62ac3f Use fake clock for replay fuzzing by Kuang-che Wu · 5 years ago
  100. 9afdddf Enable capturing from camera in PC framework by Artem Titov · 5 years ago