1. 7d6c068 Update WebRTC code version (2026-02-23T04:05:06). by webrtc-version-updater · 7 hours ago lkgr main master
  2. a7a1467 Update WebRTC code version (2026-02-22T04:10:27). by webrtc-version-updater · 31 hours ago
  3. 57aaff4 Make rtp_sender pointer const in ModuleRtpRtcpImpl2 by Harald Alvestrand · 2 days ago
  4. ede6975 Remove flaky expectation on RTT in Scream test LinkCapacity100Kbit50msRttNoEcn by Per K · 2 days ago
  5. 25ffb62 Update WebRTC code version (2026-02-21T04:06:53). by webrtc-version-updater · 2 days ago
  6. 700ef22 Mark one of the constructor explicit for ArrayView with static extent by Danil Chapovalov · 2 days ago
  7. b5cb024 Improve Scream on low bitrate by Per K · 3 days ago
  8. d7b28eb Move all the receiver SSRC choices to the AudioChannel/VideoChannel by Harald Alvestrand · 3 days ago
  9. 0c37d5c Remove specs for Perf Mac 11 bot by Bjorn Terelius · 3 days ago
  10. 1d38dc7 Avoid unsafe buffer warnings when ArrayView is replaces with std::span by Danil Chapovalov · 3 days ago
  11. f083c09 Roll chromium_revision 085c3ffcf5..1c9161b9bb (1587653:1587773) by chromium-webrtc-autoroll · 3 days ago
  12. 453d899 Add ArrayView::supspan variants to create spans with static extent by Danil Chapovalov · 3 days ago
  13. 93c5ab7 Video timing simulator: Avoid "inf-inf" type arithmetic. by Rasmus Brandt · 3 days ago
  14. 3a67d08 Remove deprecated methods from event log visualizer Plot by Bjorn Terelius · 3 days ago
  15. 173784f Roll chromium_revision 3d3530d666..085c3ffcf5 (1587490:1587653) by chromium-webrtc-autoroll · 3 days ago
  16. 33d3cea Add OnFrameDropped stubs for remaining EncodedImageCallbacks. by Erik Språng · 3 days ago
  17. 23e3744 Update WebRTC code version (2026-02-20T04:04:46). by webrtc-version-updater · 3 days ago
  18. 225f036 Roll chromium_revision 7fd541abbf..3d3530d666 (1587331:1587490) by chromium-webrtc-autoroll · 4 days ago
  19. 781f126 Roll chromium_revision 1063bfbb8a..7fd541abbf (1587147:1587331) by chromium-webrtc-autoroll · 4 days ago
  20. 6713f18 Delete ClearSamples helper in favor or absl::c_fill by Danil Chapovalov · 4 days ago
  21. de07f73 Roll chromium_revision cabe765c34..1063bfbb8a (1583505:1587147) by chromium-webrtc-autoroll · 4 days ago
  22. 58016c0 Update some RTC event log parser comments by Bjorn Terelius · 4 days ago
  23. 35107c6 Move NetEq simulation plots into event log analyzer by Bjorn Terelius · 4 days ago
  24. bf4fd8b Deprecated accessors returning ArrayView::const_iterator by Danil Chapovalov · 4 days ago
  25. abec0c5 Check tag length before comparing tags by Harald Alvestrand · 4 days ago
  26. 5459d3b Wire up usage on OnFrameDropped callback in VSE and VSS. by Erik Språng · 4 days ago
  27. 754f9d3 Update WebRTC code version (2026-02-19T04:04:25). by webrtc-version-updater · 4 days ago
  28. 627bc15 Pass field trials as FieldTrialView* to NetEqTest by Bjorn Terelius · 5 days ago
  29. 61fd323 Add more detailed logging of ref window increase to analyzer by Per K · 5 days ago
  30. 8ffca59 Switch ArrayView, CopyOnWriteBuffer and AudioView to iterators by Harald Alvestrand · 5 days ago
  31. 310bd07 Linux: Race condition in ALSA/PulseAudio symbol table loading by Ludvig Noring · 5 days ago
  32. 71c8715 Reland "Move VideoQualityAnalyzer to OnFrameDropped callback." by Erik Språng · 5 days ago
  33. 7a8eed0 Deprecate ArrayView(nullptr_t, size) constructor by Danil Chapovalov · 5 days ago
  34. 726c2f0 Video timing simulator: improve robustness of `PopulateFrameDelayVariations` by Rasmus Brandt · 5 days ago
  35. 796906e Fix potential OOM and file handle leaks in OpenY4mFile by AhmadDurrani579 · 5 days ago
  36. 259c1ca Clamp timer interval in AudioDeviceBuffer::LogStats to handle time jumps by Ludvig Noring · 5 days ago
  37. 5ce1ea7 Remove inactive OWNERS in network related folders by Danil Chapovalov · 5 days ago
  38. 1d5f5e3 Update WebRTC code version (2026-02-18T04:08:18). by webrtc-version-updater · 5 days ago
  39. a4dd38a Add a CompleteCallback to DtlsStunPiggybackController by Jonas Oreland · 6 days ago
  40. e7872b6 Fix checkdeps and add a presubmit check. by Jeremy Leconte · 6 days ago
  41. ee527ba video: add EncoderInfo CPU overuse flag and aggregate in simulcast by Nfrederiksen · 6 days ago
  42. 125c674 Add jonaso@ as OWNER in rtc_base by Jonas Oreland · 6 days ago
  43. 114ea00 Fix malformed DEPS files in WebRTC. by Jeremy Leconte · 6 days ago
  44. a20f01e SimulcastEncoderAdapter: Avoid holding lock while calling callback. by Erik Språng · 6 days ago
  45. a075f12 Update style guide to mention AI coding. by Mirko Bonadei · 6 days ago
  46. 82f6bca Add DIR_METADATA for tools_webrtc by Jeremy Leconte · 6 days ago
  47. e0915ee Stop using Buffer::SetSize in some simple cases. by Harald Alvestrand · 6 days ago
  48. ffcb479 Add testcase showing what happens if loosing "last" dtls handshake message by Jonas Oreland · 6 days ago
  49. ecaf12a Deprecate ArrayView::operator== by Danil Chapovalov · 6 days ago
  50. 2d71cca Refactor RTP receiver tests to use dedicated worker threads by Tommi · 6 days ago
  51. 2d76be9 Preserve packet order in ParsedRtcEventLog::GetPacketInfos if CCFB is used by Per K · 6 days ago
  52. c445a96 Deprecate conversion from nullptr to an empty ArrayView by Danil Chapovalov · 6 days ago
  53. 770ba4d Reland "Use injected clock in android_video_track_source" by Evan Shrubsole · 6 days ago
  54. e56ca15 Relax expectation in test LinkCapacityIncreaseFrom80KbitTo5MbpsAfter5sVideoCaptureStopedNoEcn by Per K · 6 days ago
  55. 190c668 Define RTC_HARDENING_ASSERT and use in rtc::ArrayView bounds check by Harald Alvestrand · 7 days ago
  56. 91ebeb8 Add OnFrameDropped support to classes in video/ by Erik Språng · 7 days ago
  57. 2761c47 Use injected clock in dcsctp_socket_network_test by Evan Shrubsole · 7 days ago
  58. af4890e Add more scream tests by Per K · 7 days ago
  59. 7522ef3 Add support for main thread socket server in GlobalSimulatedTimeController by Evan Shrubsole · 7 days ago
  60. d5d0f8d Revert "Move VideoQualityAnalyzer to OnFrameDropped callback." by Erik Språng · 7 days ago
  61. a7c29a6 Move VideoQualityAnalyzer to OnFrameDropped callback. by Erik Språng · 7 days ago
  62. 38839df Use environment clock in audio_device_unittest by Evan Shrubsole · 7 days ago
  63. 649af90 Set num_cores in encode-only mode by Sergey Silkin · 7 days ago
  64. 49900f4 Video timing simulator: Add some missing 'inter' stream metrics by Rasmus Brandt · 7 days ago
  65. 66fb249 Update WebRTC code version (2026-02-16T04:04:48). by webrtc-version-updater · 7 days ago
  66. d9ace3f Deprecated ArrayView::subview by Danil Chapovalov · 7 days ago
  67. f382b0d Update WebRTC code version (2026-02-15T04:07:17). by webrtc-version-updater · 8 days ago
  68. 25713d9 Separate transceiver references from the stats info struct by Tommi · 9 days ago
  69. 5e1c815 Remove deprecated --no_auth flag from DEPS by Bjorn Terelius · 9 days ago
  70. e952c94 Update WebRTC code version (2026-02-14T04:06:46). by webrtc-version-updater · 9 days ago
  71. cc70943 Migrate internal usages of ByteOrder to ArrayView API by Harald Alvestrand · 10 days ago
  72. a3c1ddd Migrate from ArrayView::subview to subspan in audio code by Danil Chapovalov · 10 days ago
  73. 60c1862 Fork Chromium's TestStatusReporter to avoid a dependency on //base. by Mirko Bonadei · 10 days ago
  74. f81c7f5 Spanify some files in pc/ by Harald Alvestrand · 10 days ago
  75. e27b7b6 Remove reference to catapult's github repository by Victor Hugo Vianna Silva · 10 days ago
  76. 6d4ca81 Reland "Split analyzer.cc and change CreateFooGraph methods to free functions" by Bjorn Terelius · 10 days ago
  77. 8ca627d Fix potential deadlock in RTCStatsCollector during shutdown. by Tommi · 10 days ago
  78. 15fd636 [tracing] Migrate legacy async macros in webrtc by Etienne Pierre-doray · 10 days ago
  79. cf7d2b1 Add support for OnFrameDropped callback in FrameEncodeMetadataWriter. by Erik Språng · 10 days ago
  80. a4e0209 Video timing simulator: Implement stream metrics. by Rasmus Brandt · 10 days ago
  81. 48d38b6 Removes WebRTC.DesktopCapture.Win.WgcDirtyRegionSupport UMA by henrika · 10 days ago
  82. a6c2896 Revert "Split analyzer.cc and change CreateFooGraph methods to free functions" by Björn Terelius · 10 days ago
  83. 68cb390 Split analyzer.cc and change CreateFooGraph methods to free functions by Bjorn Terelius · 10 days ago
  84. a7e7130 Deprecate the two-argument Buffer constructor by Harald Alvestrand · 10 days ago
  85. 191a6ab Batch worker thread tasks in [Get]StopTransceiverProcedure by Tommi · 11 days ago
  86. e1357d9 Declare rtc_base/buffer safe from unsafe_buffers_paths by Harald Alvestrand · 11 days ago
  87. 6fe2890 Add payload_type.h to API by Harald Alvestrand · 11 days ago
  88. 4cff6ae Revert "Fix std::tmpnam deprecation in event_log_visualizer" by Tomas Gunnarsson · 11 days ago
  89. 1ccc59d Spanify CopyOnWriteBuffer by Danil Chapovalov · 11 days ago
  90. 814e92f Switch to python3 as default script_executable. by Mirko Bonadei · 11 days ago
  91. 20101b2 Fix std::tmpnam deprecation in event_log_visualizer by AhmadDurrani579 · 11 days ago
  92. 347fb3e docs: Add pointer nullability annotation guidelines by Tommi · 11 days ago
  93. a62566a Update WebRTC code version (2026-02-12T04:07:43). by webrtc-version-updater · 11 days ago
  94. ccd1d88 Roll chromium_revision 687500049d..cabe765c34 (1583344:1583505) by chromium-webrtc-autoroll · 12 days ago
  95. 5700d8f Re-enable ios debug simulator bot. by Jeremy Leconte · 12 days ago
  96. a5a020f Fix VideoStreamEncoderTest.QualityScalerTriggersOnFrameDropping on iOS by Erik Språng · 12 days ago
  97. 0ab329d Roll chromium_revision 27f57c3b13..687500049d (1583238:1583344) by chromium-webrtc-autoroll · 12 days ago
  98. be9a885 Roll chromium_revision 974282c604..27f57c3b13 (1583127:1583238) by chromium-webrtc-autoroll · 12 days ago
  99. cc688f5 Use Clock and RunLoop in null_socket_server_unittest by Evan Shrubsole · 12 days ago
  100. 3d02773 Change logging severity to LS_VERBOSE for `RenderingTracker::OnDecodableFrameTimeout` by Rasmus Brandt · 12 days ago