1. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 8 months ago
  2. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 8 months ago
  3. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 4 years, 8 months ago
  4. 31d0f7c Move packet type enum from RtpPacketToSend to rtp_rtcp_defines.h by Björn Terelius · 4 years, 8 months ago
  5. bef818d Default disables legacy overhead calculation. by Sebastian Jansson · 4 years, 9 months ago
  6. e7bc3a3 Reland "Adds trial to use correct overhead calculation in pacer." by Mirko Bonadei · 4 years, 9 months ago
  7. c3eb9fd Reland "Reland "Only include overhead if using send side bandwidth estimation."" by Sebastian Jansson · 4 years, 9 months ago
  8. 4356490 Revert "Reland "Only include overhead if using send side bandwidth estimation."" by Mirko Bonadei · 4 years, 9 months ago
  9. 7affd9b Revert "Adds trial to use correct overhead calculation in pacer." by Mirko Bonadei · 4 years, 9 months ago
  10. 48be482 Fix spelling. by Rikard Lundmark · 4 years, 9 months ago
  11. 71a77c4 Adds trial to use correct overhead calculation in pacer. by Sebastian Jansson · 4 years, 9 months ago
  12. 086055d Reland "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 4 years, 9 months ago
  13. c709412 Revert "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 4 years, 9 months ago
  14. 8c79c6e Only include overhead if using send side bandwidth estimation. by Sebastian Jansson · 4 years, 9 months ago
  15. 629de6f Merge RtpPacket HasExtension and IsExtensionReserved functions by Danil Chapovalov · 4 years, 9 months ago
  16. 6ef59d1 Don't pace audio by default by Evan Shrubsole · 4 years, 9 months ago
  17. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 9 months ago
  18. ae10029 Prevents probing while paused. by Erik Språng · 4 years, 10 months ago
  19. 1e51a38 Makes padding prefer video SSRCs instead of audio. by Erik Språng · 4 years, 10 months ago
  20. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 4 years, 10 months ago
  21. 4314a49 Implements a task-queue based PacedSender, wires it up for field trials by Erik Språng · 4 years, 11 months ago
  22. b1ccae2 Reland "Fixes dynamic mode pacing issues." by Erik Språng · 4 years, 11 months ago
  23. 3967389 Revert "Fixes dynamic mode pacing issues." by Erik Språng · 4 years, 11 months ago
  24. 72e6cb0 Fixes dynamic mode pacing issues. by Erik Språng · 4 years, 11 months ago
  25. c421f3e Makes sprang@ owner in modules/pacing by Erik Språng · 4 years, 11 months ago
  26. 4995f87 Cleans up the round robin packet queue. by Erik Språng · 5 years ago
  27. b0df593 Reland "Prepares PacingController for simplified packet queue." by Erik Språng · 5 years ago
  28. dca1449 Makes RoundRobinPacketQueue use same field trials as PacingController. by Erik Språng · 5 years ago
  29. 3b1a8bb Account for rounding errors in dyanmic pacing mode. by Erik Språng · 5 years ago
  30. fa7a8ca Revert "Prepares PacingController for simplified packet queue." by Erik Språng · 5 years ago
  31. acdc22d Prepares PacingController for simplified packet queue. by Erik Språng · 5 years ago
  32. 74f35e4 Add support for dynamic processing mode in PacedSender. by Erik Språng · 5 years ago
  33. eb48799 Prepares PacingController for scheduled send tasks. by Erik Språng · 5 years ago
  34. 22fd5d7 Fixes incorrect probe timing check. by Erik Språng · 5 years ago
  35. b210eeb Reland "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
  36. bb56d4b Revert "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
  37. 739a5b3 Refactors BitrateProber with unit types and absolute probe time. by Erik Språng · 5 years ago
  38. 9c71e49 Remove redundant BitrateProber::OnIncomingPacket() call by Erik Språng · 5 years ago
  39. 13a8e16 Cleanup use of deprecated PacketRouter methods by Erik Språng · 5 years ago
  40. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  41. c06aef2 Reland "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
  42. fbe84ef Revert "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
  43. 96f3de0 Use just a lookup map of RTP modules in PacketRouter by Erik Språng · 5 years ago
  44. 5f01bf6 Refactor handling of TransportSequenceNumber in PacketRouter by Erik Språng · 5 years ago
  45. 04671b0 Delete unused method PacedSender::QueueSizePackets by Niels Möller · 5 years ago
  46. ee153c9 Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packet by Per Kjellander · 5 years ago
  47. 955f8fd Add virtual method rtcp::RtcpPacket::SetSenderSsrc by Per Kjellander · 5 years ago
  48. ea55b08 Adds support for passing a vector of packets to the paced sender. by Erik Språng · 5 years ago
  49. 78c82a4 Adds trial to always start probes with a small padding packet. by Erik Språng · 5 years ago
  50. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  51. a74e477 Deprecate legacy RtpHeaderExtensionMap::Register function by Danil Chapovalov · 5 years ago
  52. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  53. 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 5 years ago
  54. f660e81 Revert "Simplify pacer queue" by Erik Språng · 5 years ago
  55. 55dd72c Remove lock for process thread pointer from PacedSender. by Tommi · 5 years ago
  56. 7db900e Simplify pacer queue by Erik Språng · 5 years ago
  57. fac7e31 Removes TransportSequenceNumberAllocator by Erik Språng · 5 years ago
  58. 4208a13 Removes deprecated InsertPacket/TimeToSendPacket/TimeToSendPadding by Erik Språng · 5 years ago
  59. f5815fa Remove WebRTC-Pacer-LegacyPacketReferencing flag and most usage by Erik Språng · 5 years ago
  60. 185243b Remove most of PacedSenderUnittest by Erik Språng · 5 years ago
  61. d05edec Extract most of PacedSender into PacedSendingController. by Erik Språng · 5 years ago
  62. 82d75a6 Use unit types in RoundRobingPacketQueue and PacedSender by Erik Språng · 5 years ago
  63. 1691e88 Remove unused fallback method in PacedSender by Erik Språng · 5 years ago
  64. c2fe547 Remove unused fallbacks in PacedSender by Erik Språng · 5 years ago
  65. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  66. 7702c8a Fix SendSideBweWithOverhead using new pacer code path. by Erik Språng · 5 years ago
  67. 425d6aa Add RtpPacketPacer interface for pacer control by Erik Språng · 5 years ago
  68. 97b6c75 New pacer: make FlexFEC and Video priority equal by Erik Språng · 5 years ago
  69. aa59eca Move RtpPacketSender and merge it with RtpPacketPacer. by Erik Språng · 5 years ago
  70. c4f047d Make WebRTC-Pacer-LegacyPacketReferencing default off by Erik Språng · 5 years ago
  71. b88fd31 New pacer: keepalive fix, unittests coverage by Erik Språng · 5 years ago
  72. 6cdab46 Transport sequence numbers always start at 1 by Erik Språng · 5 years ago
  73. 999a72a Reland "Optimize PacketRouter/RTPSender interactions." by Mirko Bonadei · 5 years ago
  74. 66147e8 Revert "Optimize PacketRouter/RTPSender interactions." by Mirko Bonadei · 5 years ago
  75. 6f129b3 Optimize PacketRouter/RTPSender interactions. by Erik Språng · 5 years ago
  76. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  77. f6468d2 Wire up new PacedSender code path. by Erik Språng · 5 years ago
  78. 478cb46 Add GeneratePadding method to replace TimeToSendPadding by Erik Språng · 5 years ago
  79. db59de3 Add optimization to PacketRouter for large number of senders. by Danil Chapovalov · 5 years ago
  80. b762b5b Fix potential signed overflow in IntervalBudget::set_target_rate_kbps by Per Kjellander · 5 years ago
  81. 58ee187 Add support within PacedSender and pacer queue for owning rtp packets. by Erik Språng · 5 years ago
  82. e794243 Remove PacedSender::PacketSender interface and use PacketRouter directly by Erik Språng · 5 years ago
  83. 4ad51d8 Removes SendSideCongestionController. by Sebastian Jansson · 5 years ago
  84. 944dace Make interval budget use ratio instead of percent by Jonas Olsson · 5 years ago
  85. 2e8d78c Allow overriding subsets of probing field trials by Jonas Olsson · 5 years ago
  86. d287962 Distinguish between missing packet and send failure. by Erik Språng · 5 years ago
  87. 5b69873 Remove direct use of FieldTrials from AlrDetector by Per Kjellander · 5 years ago
  88. 58e113a Fix variable shadowing in RoundRobinPacketQueue::Push. by Mirko Bonadei · 6 years ago
  89. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  90. 24923e8 Make some constants in the bitrate prober configurable. by Jonas Olsson · 6 years ago
  91. 8f43384 Add probing histograms. by Jonas Olsson · 6 years ago
  92. fee13e8 Log pacer values to verbose log by Evan Shrubsole · 6 years ago
  93. 7ef34f8 Replace field trials with WebRtcKeyValueConfig in PacedSender by Per Kjellander · 6 years ago
  94. d36a815 Remove the deprecated CreateProbeClusters method by Piotr (Peter) Slatala · 6 years ago
  95. c39f462 Move RtcEventProbeClusterCreated to the network controller. by Piotr (Peter) Slatala · 6 years ago
  96. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
  97. aa01f27 Removes all const Clock*. by Sebastian Jansson · 6 years ago
  98. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  99. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  100. c610e26 Include pacing buffer size in congestion window. by Christoffer Rodbro · 6 years ago