1. 98db63c Introduce RtpTransportConfig:allow_bandwidht_estimation_probe_without_media by Per K · 1 year, 1 month ago
  2. 187ca72 Fix problem in PrioritizedPacketQueue when last old RTX packet is purged by Per K · 1 year, 2 months ago
  3. b9ba02c Prioritize audio resend before video resend and implement TTL. by Per K · 1 year, 3 months ago
  4. b202bc1 Per default set PacingController burst interval to 40ms by Per K · 1 year, 3 months ago
  5. c299479 Throttle 'Very high pacing rate' log message by Danil Chapovalov · 1 year, 5 months ago
  6. 0b554e7 Upper limit pacer send bursts to about 63Kbyte by Per K · 1 year, 5 months ago
  7. 4b84f01 Change the type of PacedPacketInfo::send_bitrate_bps from int to strongly-typed DataRate. by Sergey Sukhanov · 1 year, 5 months ago
  8. 9d8fb97 CHECK against overwrites in send_modules_map_ by Harald Alvestrand · 1 year, 6 months ago
  9. c0ed83e Bail out early if the RTP send module for a SSRC was not found by Philipp Hancke · 1 year, 8 months ago
  10. 6a4f409 pacing_controller: add millisecond units to warning message by Alfred E. Heggestad · 1 year, 8 months ago
  11. e32b622 RtpTransportControllerSend::ProcessSentPacket: remove PostTask. by Markus Handell · 1 year, 10 months ago
  12. c8c4a28 Introduce support for video packet batching. by Markus Handell · 1 year, 10 months ago
  13. cb838e2 Move packets into RtpRtcpInterface and RtpSenderEgress. by Markus Handell · 1 year, 10 months ago
  14. c018bae Format /modules by Jared Siskin · 1 year, 11 months ago
  15. 8b5bf6d [WebRTC-SendPacketsOnWorkerThread] Delete MaybeWorkerThread by Per K · 1 year, 11 months ago
  16. 1b77dae Replace lock with SequenceChecker in PacketRouter by Per K · 1 year, 11 months ago
  17. 401c14a [WebRTC-SendPacketsOnWorkerThread] Cleanup TaskQueuePacedSender by Per K · 1 year, 11 months ago
  18. aab1bde Add ability to flush packets from pacer queue on a key frame by Erik Språng · 1 year, 11 months ago
  19. a7b6914 Always post RemovePacketsForSsrc by Evan Shrubsole · 2 years ago
  20. 54199f9 Ensure a second probe can be sent immediately by Per K · 2 years ago
  21. ffdecdc Add possibility to start probe without waiting for media packet by Per K · 2 years, 1 month ago
  22. 02bdf66 Reland "Launch WebRTC-SendPacketsOnWorkerThread"" by Evan Shrubsole · 2 years ago
  23. c0f8813 Implement support for Chrome task origin tracing. #3.6/4 by Markus Handell · 2 years ago
  24. a09b30d Revert "Launch WebRTC-SendPacketsOnWorkerThread" by Andrey Logvin · 2 years ago
  25. 8d33105 Launch WebRTC-SendPacketsOnWorkerThread by Evan Shrubsole · 2 years, 1 month ago
  26. 262b2d8 Delete WebRTC-SlackedTaskQueuePacer experiment by Evan Shrubsole · 2 years, 1 month ago
  27. ea41da2 Remove unused field trial WebRTC-Pacer-MinPacketLimitMs by Erik Språng · 2 years, 1 month ago
  28. a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 1 month ago
  29. 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 1 month ago
  30. 3eceaf4 Migrate WebRTC documentation to new renderer by Artem Titov · 2 years, 2 months ago
  31. bbbb902 Remove deprecated void CreateProbeCluster(DataRate bitrate, int cluster_id) by Per Kjellander · 2 years, 3 months ago
  32. 1b11b58 Remove pending packets from the pacer when an RTP module is removed. by Erik Språng · 2 years, 3 months ago
  33. 4b5dece Remove expired histograms WebRTC.BWE.Probing.* by Johannes Kron · 2 years, 3 months ago
  34. e03862b Avoid replaying excessive padding generation. by Erik Språng · 2 years, 3 months ago
  35. d742382 Limit numer of pending probes. by Per Kjellander · 2 years, 4 months ago
  36. e158b77 Make PacingController circuit breaker configurable. by Erik Språng · 2 years, 4 months ago
  37. da4c102 Refactor some config plumbing in call/. by Henrik Boström · 2 years, 4 months ago
  38. cf2856b Add parameter to control the pacer's burst outside of field trials. by Henrik Boström · 2 years, 4 months ago
  39. d819921 [Stats] Update totalPacketSendDelay to only cover time in pacer queue. by Henrik Boström · 2 years, 4 months ago
  40. 9dc4305 Use MaybeWorkerThread in TaskQueuePacedSender by Per Kjellander · 2 years, 5 months ago
  41. ad68aff PacingController: remove unused `kDefaultPaceMultiplier` by Rasmus Brandt · 2 years, 5 months ago
  42. ae56776 Revise video owners by Emil Lundmark · 2 years, 5 months ago
  43. bd0e8ef Make it possible to set the packet size needed to trigger a probe. by Per Kjellander · 2 years, 6 months ago
  44. 767f504 Prepare packet router for flushing mechanism. by Erik Språng · 2 years, 6 months ago
  45. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  46. c18a8fd Add field trial for fast retransmissions. by Erik Språng · 2 years, 7 months ago
  47. ffd99aa Set default for field value "WebRTC-Bwe-ProbingBehavior/min_probe_delta:2ms" by Per Kjellander · 2 years, 7 months ago
  48. a9627e7 Remove unused class RoundRobinPacketQueue. by Erik Språng · 2 years, 7 months ago
  49. d34605b Add "WebRTC-BurstyPacer/burst:20ms" field trial. by Henrik Boström · 2 years, 7 months ago
  50. a204ad2 clean up misc TimeDelta use by Philipp Hancke · 2 years, 8 months ago
  51. 6397fb4 Move TaskQueuePacedSender::EnqueuePackets tracing onto the task queue. by Erik Språng · 2 years, 7 months ago
  52. 06a6f3f Make PrioritizedPacketQueue the default. by Erik Språng · 2 years, 8 months ago
  53. c52e627 Remove WebRTC-Pacer-DynamicPaddingTarget field trial by Erik Språng · 2 years, 8 months ago
  54. 0be8eba Migrate pacing and video_coding to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  55. 0fd2ed5 Delete ProcessThread and related Module interface by Danil Chapovalov · 2 years, 8 months ago
  56. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
  57. c62e1b8 Don't increment transport sequence number on send failures. by Erik Språng · 2 years, 9 months ago
  58. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 9 months ago
  59. df9e51a Fix issue with pacing rate after long queue times. by Erik Språng · 2 years, 9 months ago
  60. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 9 months ago
  61. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 9 months ago
  62. 8f722ca Update pacer documentation. by Erik Språng · 2 years, 9 months ago
  63. ef24116 [SlackedPacer] Don't slack while retransmissions or audio is in queue. by Henrik Boström · 2 years, 9 months ago
  64. 8263020 Allow the SlackedPacer experiment to control SendBurstInterval. by Henrik Boström · 2 years, 9 months ago
  65. 8d847f0 Introduce PacerController::SendBurstInterval by Per Kjellander · 2 years, 9 months ago
  66. bfd3065 Refactor PacingControllerUnitTest by Per Kjellander · 2 years, 10 months ago
  67. b1ba853 Eliminate unnecessary `RTC_TRACE_EVENTS_ENABLED` by Jianhui Dai · 2 years, 10 months ago
  68. f92a084 Fix build in C++20 mode. by Peter Kasting · 2 years, 10 months ago
  69. 88af203 Use ProbeClusterConfig in BitrateProber from GoogCC by Per Kjellander · 2 years, 10 months ago
  70. f47e941 Remove deprecated PacingController constructor by Erik Språng · 2 years, 10 months ago
  71. 6aa5cea Remove periodic mode from PacingController. by Erik Språng · 2 years, 10 months ago
  72. f3f3a61 Remove legacy PacedSender. by Erik Språng · 2 years, 10 months ago
  73. b73c058 Add new prioritized packet queue. by Erik Språng · 2 years, 10 months ago
  74. cb56827 Abstract the pacer queue behind an interface. by Erik Språng · 2 years, 11 months ago
  75. 8b749e4 Move priority handling from PacingController to packet queue. by Erik Språng · 2 years, 11 months ago
  76. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
  77. e65d05d Avoid bouncing first probe packet via pacer queue. by Erik Språng · 2 years, 11 months ago
  78. a30aef3 Move event_tracer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  79. acded16 Revert "Reland "Send first probe packet directly instead of enqueuing it."" by Erik Språng · 2 years, 11 months ago
  80. fc5871c Reland "Send first probe packet directly instead of enqueuing it." by Erik Språng · 2 years, 11 months ago
  81. 660a434 Revert "Reland "Send first probe packet directly instead of enqueuing it."" by Erik Språng · 2 years, 11 months ago
  82. 1386fbc Reland "Send first probe packet directly instead of enqueuing it." by Erik Språng · 2 years, 11 months ago
  83. b844dd8 Non-zero pacing debt should result in non-zero process time delta. by Erik Språng · 2 years, 11 months ago
  84. d090952 Revert "Send first probe packet directly instead of enqueuing it." by Erik Språng · 2 years, 11 months ago
  85. 8088aad Send first probe packet directly instead of enqueuing it. by Erik Språng · 2 years, 11 months ago
  86. ed21d96 Add circuit-breaker in PacingController. by Erik Språng · 2 years, 11 months ago
  87. aa6d05d Move location out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  88. a768f52 [SlackedPacer] Add experiment arm for high precision if long queue time. by Henrik Boström · 2 years, 11 months ago
  89. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  90. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 3 years ago
  91. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  92. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  93. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
  94. df59e53 Reland "Pacer: Reduce TQ wake up and improve packet size estimation" by Jianhui Dai · 3 years ago
  95. 16af378 Remove deprecated TaskQueuePacedSender constructor. by Erik Språng · 3 years ago
  96. 1a08096 Clean up the TaskQueuePacedSender constructor. by Erik Språng · 3 years ago
  97. 554bb39 Reland "Experimentally reduce TaskQueuePacedSender's delayed task precision." by Henrik Boström · 3 years ago
  98. 6673437 Move ownership of congestion window state to rtp sender controller. by Erik Språng · 3 years ago
  99. 4a08d50 Revert "Experimentally reduce TaskQueuePacedSender's delayed task precision." by Mirko Bonadei · 3 years ago
  100. 43a69b3 Experimentally reduce TaskQueuePacedSender's delayed task precision. by Henrik Boström · 3 years ago