1. d708677 Cleans up WebRTC-Pacer-SmallFirstProbePacket flag by Erik Språng · 4 years, 4 months ago
  2. ccbc216 Avoids potential rounding of -inf time delta in TaskQueuePacedSender. by Erik Språng · 4 years, 5 months ago
  3. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 5 months ago
  4. f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 5 months ago
  5. 7026287 Makes aborting probes after a > 10ms scheduling timeout the default. by Erik Språng · 4 years, 5 months ago
  6. 279f370 Makes WebRTC-Pacer-SmallFirstProbePacket default enabled. by Erik Språng · 4 years, 5 months ago
  7. b647785 Cleans up code related to legacy pre-pacing fec generation. by Erik Språng · 4 years, 6 months ago
  8. 022082f Revert "Makes aborting delayed probes default enabled." by Erik Språng · 4 years, 8 months ago
  9. b898cee Makes aborting delayed probes default enabled. by Erik Språng · 4 years, 8 months ago
  10. 7d0cde5 Minimizes risk of probes being late when using TaskQueuePacedSender. by Erik Språng · 4 years, 8 months ago
  11. b9d3809 Allows bitrate prober to discard delayed probes, unit type refactorings by Erik Språng · 4 years, 8 months ago
  12. 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
  13. 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
  14. 1d50cb6 Reland "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
  15. a1888ae Revert "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
  16. 19df870 Reland "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
  17. ed1fb19 Reland "Lets PacingController call PacketRouter directly." by Erik Språng · 4 years, 9 months ago
  18. 4b5792c Reland "Reland "Removes lock release in PacedSender callback."" by Erik Språng · 4 years, 9 months ago
  19. 118d01a Revert "Reland "Removes lock release in PacedSender callback."" by Erik Språng · 4 years, 9 months ago
  20. 980cadd Revert "Lets PacingController call PacketRouter directly." by Erik Språng · 4 years, 9 months ago
  21. 1b48532 Revert "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
  22. 75fd127 Allows FEC generation after pacer step. by Erik Språng · 4 years, 9 months ago
  23. 1e79c9b Migrate modules/pacing to webrtc::Mutex. by Markus Handell · 4 years, 10 months ago
  24. 9cbdd69 Revert "Migrate modules/pacing to webrtc::Mutex." by Markus Handell · 4 years, 10 months ago
  25. 11ae285 Migrate modules/pacing to webrtc::Mutex. by Markus Handell · 4 years, 10 months ago
  26. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  27. f25761d Remove dependency from RtpRtcp on the Module interface. by Tomas Gunnarsson · 4 years, 10 months ago
  28. 913ea5d Reland "Add trace of enqueued and sent RTP packets" by Johannes Kron · 4 years, 10 months ago
  29. 45bb717 Revert "Add trace of enqueued and sent RTP packets" by Casey Fischer · 4 years, 10 months ago
  30. 998524a Fixes issue with excessive stats updating in TaskQueuePacedSender. by Erik Språng · 4 years, 10 months ago
  31. 45b9192 Add trace of enqueued and sent RTP packets by Johannes Kron · 4 years, 10 months ago
  32. 014197b In modules/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  33. a5e07cc Rename more death test to *DeathTest by Tommi · 4 years, 10 months ago
  34. 848ea9f Lets PacingController call PacketRouter directly. by Erik Språng · 4 years, 10 months ago
  35. b46df3d Reland "Removes lock release in PacedSender callback." by Erik Språng · 4 years, 10 months ago
  36. 4ab61cb Optionally allows TaskQueuePacedSender to coalesce send events. by Erik Språng · 4 years, 10 months ago
  37. 3a65dba Revert "Removes lock release in PacedSender callback." by Erik Språng · 4 years, 11 months ago
  38. 6b9c60b Removes lock release in PacedSender callback. by Erik Språng · 4 years, 11 months ago
  39. f2b06ce Reduces unnecessary thread wakeups in TaskQueuePacedSender. by Erik Språng · 5 years ago
  40. 9acc18d Makes dynamic pacer select paddig target based on rate. by Erik Språng · 5 years ago
  41. be152f5 Optimizes thread usage with task queue pacer. by Erik Språng · 5 years ago
  42. b571ff4 Fixes issue with non-paced audio send time in dynamic pacer. by Erik Språng · 5 years ago
  43. 2e3e363 Adds fast-path optimization for single packet in pacer queue. by Erik Språng · 5 years ago
  44. 06d3559 Replace std::string::find() == 0 with absl::StartsWith (part 2). by Mirko Bonadei · 5 years ago
  45. 0920d5d Fixes TaskQueuePacedSender padding while only sending non-paced audio. by Erik Språng · 5 years ago
  46. 9cb58d5 Fixes issue where dynamic pacer could pace audio. by Erik Språng · 5 years ago
  47. 4bdd873 Make BitrateProber::IsProbing() inline. by Erik Språng · 5 years ago
  48. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
  49. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  50. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 5 years ago
  51. 31d0f7c Move packet type enum from RtpPacketToSend to rtp_rtcp_defines.h by Björn Terelius · 5 years ago
  52. bef818d Default disables legacy overhead calculation. by Sebastian Jansson · 5 years ago
  53. e7bc3a3 Reland "Adds trial to use correct overhead calculation in pacer." by Mirko Bonadei · 5 years ago
  54. c3eb9fd Reland "Reland "Only include overhead if using send side bandwidth estimation."" by Sebastian Jansson · 5 years ago
  55. 4356490 Revert "Reland "Only include overhead if using send side bandwidth estimation."" by Mirko Bonadei · 5 years ago
  56. 7affd9b Revert "Adds trial to use correct overhead calculation in pacer." by Mirko Bonadei · 5 years ago
  57. 48be482 Fix spelling. by Rikard Lundmark · 5 years ago
  58. 71a77c4 Adds trial to use correct overhead calculation in pacer. by Sebastian Jansson · 5 years ago
  59. 086055d Reland "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 5 years ago
  60. c709412 Revert "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 5 years ago
  61. 8c79c6e Only include overhead if using send side bandwidth estimation. by Sebastian Jansson · 5 years ago
  62. 629de6f Merge RtpPacket HasExtension and IsExtensionReserved functions by Danil Chapovalov · 5 years ago
  63. 6ef59d1 Don't pace audio by default by Evan Shrubsole · 5 years ago
  64. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  65. ae10029 Prevents probing while paused. by Erik Språng · 5 years ago
  66. 1e51a38 Makes padding prefer video SSRCs instead of audio. by Erik Språng · 5 years ago
  67. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 5 years ago
  68. 4314a49 Implements a task-queue based PacedSender, wires it up for field trials by Erik Språng · 5 years ago
  69. b1ccae2 Reland "Fixes dynamic mode pacing issues." by Erik Språng · 5 years ago
  70. 3967389 Revert "Fixes dynamic mode pacing issues." by Erik Språng · 5 years ago
  71. 72e6cb0 Fixes dynamic mode pacing issues. by Erik Språng · 5 years ago
  72. c421f3e Makes sprang@ owner in modules/pacing by Erik Språng · 5 years ago
  73. 4995f87 Cleans up the round robin packet queue. by Erik Språng · 5 years ago
  74. b0df593 Reland "Prepares PacingController for simplified packet queue." by Erik Språng · 5 years ago
  75. dca1449 Makes RoundRobinPacketQueue use same field trials as PacingController. by Erik Språng · 5 years ago
  76. 3b1a8bb Account for rounding errors in dyanmic pacing mode. by Erik Språng · 5 years ago
  77. fa7a8ca Revert "Prepares PacingController for simplified packet queue." by Erik Språng · 5 years ago
  78. acdc22d Prepares PacingController for simplified packet queue. by Erik Språng · 5 years ago
  79. 74f35e4 Add support for dynamic processing mode in PacedSender. by Erik Språng · 5 years ago
  80. eb48799 Prepares PacingController for scheduled send tasks. by Erik Språng · 5 years ago
  81. 22fd5d7 Fixes incorrect probe timing check. by Erik Språng · 5 years ago
  82. b210eeb Reland "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
  83. bb56d4b Revert "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
  84. 739a5b3 Refactors BitrateProber with unit types and absolute probe time. by Erik Språng · 5 years ago
  85. 9c71e49 Remove redundant BitrateProber::OnIncomingPacket() call by Erik Språng · 5 years ago
  86. 13a8e16 Cleanup use of deprecated PacketRouter methods by Erik Språng · 5 years ago
  87. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  88. c06aef2 Reland "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
  89. fbe84ef Revert "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
  90. 96f3de0 Use just a lookup map of RTP modules in PacketRouter by Erik Språng · 5 years ago
  91. 5f01bf6 Refactor handling of TransportSequenceNumber in PacketRouter by Erik Språng · 5 years ago
  92. 04671b0 Delete unused method PacedSender::QueueSizePackets by Niels Möller · 5 years ago
  93. ee153c9 Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packet by Per Kjellander · 5 years ago
  94. 955f8fd Add virtual method rtcp::RtcpPacket::SetSenderSsrc by Per Kjellander · 5 years ago
  95. ea55b08 Adds support for passing a vector of packets to the paced sender. by Erik Språng · 5 years ago
  96. 78c82a4 Adds trial to always start probes with a small padding packet. by Erik Språng · 5 years ago
  97. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  98. a74e477 Deprecate legacy RtpHeaderExtensionMap::Register function by Danil Chapovalov · 6 years ago
  99. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 6 years ago
  100. 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 6 years ago