1. 4f68f53 Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery by Erik Språng · 4 years, 7 months ago
  2. a9e1026 Make video_replay buildable from Chromium. by Mirko Bonadei · 4 years, 7 months ago
  3. 6e07cde Accept undecoded frame pairs in VideoLayerAnalyzer by Sebastian Jansson · 4 years, 7 months ago
  4. 7f585b3 Implement histogram perf results writer. by Patrik Höglund · 4 years, 7 months ago
  5. 8e998f1 Fixes stall in SimulatedProcessThread by Sebastian Jansson · 4 years, 7 months ago
  6. 1905397 Remove unused NextFrame function from FrameBuffer. by philipel · 4 years, 7 months ago
  7. 81c7a60 Fix public_deps presubmit and gn format fighting each other. by Patrik Höglund · 4 years, 7 months ago
  8. 97ffbef Pass and store PacketBuffer::Packet by unique_ptr by Danil Chapovalov · 4 years, 8 months ago
  9. d7fade5 Makes all units and operations constexpr by Sebastian Jansson · 4 years, 7 months ago
  10. 071d025 Activate event tracing for unit tests. For good! by Yves Gerey · 4 years, 7 months ago
  11. 52c62df Don't condition the time_controller target on rtc_include_tests. by philipel · 4 years, 7 months ago
  12. 17a6381 Adds fake video codec mode to PeerScenarioClient by Sebastian Jansson · 4 years, 8 months ago
  13. 1e02339 Add ability to set custom adapter type on emulated endpoint by Artem Titov · 4 years, 8 months ago
  14. 7aa2edf Adds CreateTimeControllerBasedCallFactory. by Sebastian Jansson · 4 years, 8 months ago
  15. 094ce2e Adds CreateTaskQueueFactory to TimeController by Sebastian Jansson · 4 years, 8 months ago
  16. ee558dc Propagate multicodec support to other places of PC level framework by Artem Titov · 4 years, 8 months ago
  17. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 4 years, 8 months ago
  18. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 8 months ago
  19. cee751a Reland "Enable using a custom NetEqFactory in simulations" by Ivo Creusen · 4 years, 8 months ago
  20. 9fbe9ae Add support of negotiating multiple codecs in PC framework by Artem Titov · 4 years, 8 months ago
  21. 274cc7f Adds current thread to yielders in SimulatedThread::SendTask. by Sebastian Jansson · 4 years, 8 months ago
  22. db6ca7f Add safety checks in RtpPacket::ZeroMutableExtensions and fuzz it by Ilya Nikolaevskiy · 4 years, 8 months ago
  23. 77bd385 Using EmulatedEndpoint in Scenario tests. by Sebastian Jansson · 4 years, 8 months ago
  24. c9f42ad Simplifies transport overhead mechanism in Scenario test framework. by Sebastian Jansson · 4 years, 8 months ago
  25. 0695df1 Reland "Replace the ExperimentalAgc config with the new config format" by Per Åhgren · 4 years, 8 months ago
  26. fc8279d Reland "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 4 years, 8 months ago
  27. 3f0bc2c Revert "Enable using a custom NetEqFactory in simulations" by Sandeep Siddhartha · 4 years, 8 months ago
  28. 2a11b24 Enable using a custom NetEqFactory in simulations by Ivo Creusen · 4 years, 8 months ago
  29. c7bce99 Make it possible to inject IceTransport in pc quality test fixture by Jonas Oreland · 4 years, 8 months ago
  30. 61d6471 Change H264 depacketizer to implement VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 8 months ago
  31. d06588a Change Av1 depacketizer to implement VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 8 months ago
  32. f1173f4 Revert "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 4 years, 8 months ago
  33. b70c5c5 Using simulated rtc::Thread for peer connection scenario tests. by Sebastian Jansson · 4 years, 8 months ago
  34. 3d4d94a Adds scenario test for transport wide feedback based retransmission. by Sebastian Jansson · 4 years, 8 months ago
  35. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 8 months ago
  36. 3e66a49 Use RTX SSRCs in scenario test framework. by Sebastian Jansson · 4 years, 8 months ago
  37. 2a92d2b Cleanup: Prepares for simulated time peer connection tests. by Sebastian Jansson · 4 years, 8 months ago
  38. 2ea2796 Extract an interface from the perf results logger. by Patrik Höglund · 4 years, 8 months ago
  39. 7d43801 Delete RtpGenericDepacketizer as no longer used by Danil Chapovalov · 4 years, 8 months ago
  40. 53cd9e2 Separates simulated TaskQueue and simulated ProcessThread. by Sebastian Jansson · 4 years, 8 months ago
  41. 9d4bbc2 Using tasks to process packets in FakeNetworkSocketServer. by Sebastian Jansson · 4 years, 8 months ago
  42. 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 4 years, 8 months ago
  43. 6ddbe2c Extract results line plotting. by Patrik Höglund · 4 years, 8 months ago
  44. e1cbb9c Extract plottable counter from perf results logger. by Patrik Höglund · 4 years, 8 months ago
  45. 5c35f2f Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 8 months ago
  46. 26e1b7a Delete RtpDepacketizerVp8 in favor of VideoRtpDepacketizerVp8 by Danil Chapovalov · 4 years, 8 months ago
  47. a406ee1 Moving FakeNetworkSocket to fake_network_socket_server.h by Sebastian Jansson · 4 years, 8 months ago
  48. 1b4e4bf Migrate several call tests from legacy RtpHeaderParser to RtpPacket parsing. by Danil Chapovalov · 4 years, 9 months ago
  49. eb3beb8 Revert "Replace the ExperimentalAgc config with the new config format" by Yves Gerey · 4 years, 8 months ago
  50. f3aa632 Replace the ExperimentalAgc config with the new config format by Per Åhgren · 4 years, 8 months ago
  51. 2257c08 [Cleanup/Optim] Pass IPAddress by const reference. by Yves Gerey · 4 years, 8 months ago
  52. d572748 Run delay tasks on time when using GlobalSimulatedTimeController. by philipel · 4 years, 8 months ago
  53. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 4 years, 9 months ago
  54. f4cf4c7 Don't allow creation of sockets for wild card IPs in emulated networks. by Sebastian Jansson · 4 years, 9 months ago
  55. 8525a80 Add ability to resize buffers pool in decoder and use it in IVF generator by Artem Titov · 4 years, 9 months ago
  56. 9d06bc2 Replace sequence checker with lock in IvfFrameGemerator. by Artem Titov · 4 years, 9 months ago
  57. a3ecb7a Migrate tests from RtpDepacketizer to VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 9 months ago
  58. 62ea0aa Remove deprecated legacy AEC code by Per Åhgren · 4 years, 9 months ago
  59. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 9 months ago
  60. 8950690 Fix: IvfFrameGenerator won't decode frame on release build by Artem Titov · 4 years, 9 months ago
  61. 1518fd3 Add support for setting a custom NetEqFactory in PeerConnection level tests. by Ivo Creusen · 4 years, 9 months ago
  62. cec2433 Exposing more features in the network emulation manager API. by Sebastian Jansson · 4 years, 9 months ago
  63. cae2779 Introduce InbandComfortNoise RTP header extension. by Minyue Li · 4 years, 9 months ago
  64. 0020226 Replace VideoSourceInterface with FrameGeneratorInterface in AddVideoConfig by Artem Titov · 4 years, 9 months ago
  65. 503d723 Introduce FrameGeneratorInterface by Artem Titov · 4 years, 9 months ago
  66. 340af97 Always enter yield policy scope using simulated TimeControllers. by Sebastian Jansson · 4 years, 9 months ago
  67. 242a9e0 Fuzz RtpPacketizerAv1 by Danil Chapovalov · 4 years, 9 months ago
  68. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 4 years, 9 months ago
  69. 648b9d7 Implement automatic animation detection in VideoStreamEncoder by Ilya Nikolaevskiy · 4 years, 9 months ago
  70. a9ad36f Fix aec3_fuzzer chromium build config. by Mirko Bonadei · 4 years, 9 months ago
  71. 41462d5 Always keep abs send time extension. by Sebastian Jansson · 4 years, 9 months ago
  72. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 4 years, 9 months ago
  73. e3c4884 in PacketBuffer::Packet pass payload using smart buffer by Danil Chapovalov · 4 years, 9 months ago
  74. 014dd3c Trials should always be populated in call config. by Erik Språng · 4 years, 10 months ago
  75. 5256d8b Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect by Artem Titov · 4 years, 9 months ago
  76. b0db98c Fuzz AEC3 by Sam Zackrisson · 4 years, 10 months ago
  77. efa3f76 Moves SampleStats and EventRateCounter to rtc_base/numerics by Sebastian Jansson · 4 years, 9 months ago
  78. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 4 years, 10 months ago
  79. 5314b13 Fix undefined-shift in RtpDepacketizerAv1::AssembleFrame by Danil Chapovalov · 4 years, 10 months ago
  80. 8861d02 Restore tests that were accidently deleted during refactoring by Artem Titov · 4 years, 10 months ago
  81. dc36829 Add VideoCodecType::kVideoCodecAV1 value by Danil Chapovalov · 4 years, 10 months ago
  82. e14cb99 Correct/update the activation of the multi-channel processing in APM by Per Åhgren · 4 years, 10 months ago
  83. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 10 months ago
  84. 2b4bd97 Fix fuzzer-found bug in fuzzer by Sam Zackrisson · 4 years, 10 months ago
  85. 27bd76b DCHECKing for deprecated 8kHz support in AGC and changing fuzzer by Per Åhgren · 4 years, 10 months ago
  86. a101a4f Reland "Add IvfVideoFrameGenerator" by Artem Titov · 4 years, 10 months ago
  87. 13ea34f Revert "Add IvfVideoFrameGenerator" by Steve Anton · 4 years, 10 months ago
  88. 712a26f Add IvfVideoFrameGenerator by Artem Titov · 4 years, 10 months ago
  89. 2aaf4af Semiautomatic attempt to clean test/BUILD.gn deps by Artem Titov · 4 years, 10 months ago
  90. 429d8fe Add fuzzer test for RtpDepacketizerAv1::AssembleFrame function by Danil Chapovalov · 4 years, 10 months ago
  91. 31b01c0 Fuzz APM float interface with up to 8 channels by Sam Zackrisson · 4 years, 10 months ago
  92. 51868f5 Revert "Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium."" by Mirko Bonadei · 4 years, 10 months ago
  93. 8994c8b Reland "Make webrtc_fuzzer_main depend on webrtc_component in Chromium." by Mirko Bonadei · 4 years, 10 months ago
  94. 3af0cd8 Revert "Make webrtc_fuzzer_main depend on webrtc_component in Chromium." by Mirko Bonadei · 4 years, 10 months ago
  95. e35b32c AGC: Removing unnneccessary copying and changing to using const by Per Åhgren · 4 years, 10 months ago
  96. c4f8654 Add TimeController to api/test/ and add a CreateTimeController API. by Bjorn A Mellem · 4 years, 10 months ago
  97. 2148e9a Make webrtc_fuzzer_main depend on webrtc_component in Chromium. by Mirko Bonadei · 4 years, 10 months ago
  98. ad020f5 Delete DEPRECATED_SingleThreadedTaskQueueForTesting by Danil Chapovalov · 4 years, 10 months ago
  99. c4e506e Fix writing into closed FrameWriter when dumping video in PC framework by Artem Titov · 4 years, 10 months ago
  100. 287e464 Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants by Rasmus Brandt · 4 years, 10 months ago