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