1. c610e26 Include pacing buffer size in congestion window. by Christoffer Rodbro · 6 years ago
  2. e2e0000 Make pacing buffer send interval configurable. by Christoffer Rodbro · 6 years ago
  3. a956d49 Only create ALR detector in PacedSender if deprecated functions are called. by Bjorn Terelius · 6 years ago
  4. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  5. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  6. 8584667 Fix overflow for high bitrates in BitrateProber by Johannes Kron · 6 years ago
  7. 916ae08 Makes critsect_.Leave() more visible in PacedSender. by Sebastian Jansson · 6 years ago
  8. 9c8ae4b Disable probe delay warning in release builds. by Jamie Walch · 6 years ago
  9. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  10. 2560e2e Removes Clock instance from RoundRobinPacketQueue. by Sebastian Jansson · 6 years ago
  11. 0391446 Removing forward declarations in paced_sender.h. by Sebastian Jansson · 6 years ago
  12. 32fe3d1 Temporarily increase visibility of pacing and call/rtp_interfaces by Danil Chapovalov · 6 years ago
  13. f9d38f2 Fix -Wdefaulted-function-deleted warning in StreamPrioKey by Hans Wennborg · 6 years ago
  14. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  15. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  16. 068a2e3 Remove usage of runtime_enabled_features in WebRTC. by Mirko Bonadei · 6 years ago
  17. db12856 Cleanup modules_common_types by Danil Chapovalov · 6 years ago
  18. 60570dc Removes legacy PacketQueue implementation. by Sebastian Jansson · 6 years ago
  19. 9681675 Don't let time flow backwards in pacer by Erik Språng · 6 years ago
  20. f70bc5e Removes pause check from RoundRobinPacketQueue. by Sebastian Jansson · 6 years ago
  21. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  22. b471c90 Enabling clang::find_bad_constructs for modules/pacing. by Mirko Bonadei · 6 years ago
  23. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  24. f9f49a3 Removes redundant AlrDetector. by Sebastian Jansson · 6 years ago
  25. f222d28 Adds srte@webrtc.org as modules/pacing/ OWNER. by Sebastian Jansson · 6 years ago
  26. 0601d68 Adds field trial for disabling pacer queue draining. by Sebastian Jansson · 6 years ago
  27. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 6 years ago
  28. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  29. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  30. ce4829a Adds trial to ignore video pacing for audio packets. by Sebastian Jansson · 6 years ago
  31. c235a8d Adds trial to always send padding packets when not sending video. by Sebastian Jansson · 6 years ago
  32. b544f6c Fixing issue where pacer budget increased in congestion. by Sebastian Jansson · 6 years ago
  33. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 6 years ago
  34. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  35. 4c8811b Delete some obsolete forward declarations by Niels Möller · 6 years ago
  36. 8b7ca4a Make packet router send padding on rtp module that last sent media. by Erik Språng · 6 years ago
  37. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 7 years ago
  38. 682c649 Removes timeout warnings from pacer before first packet. by Sebastian Jansson · 7 years ago
  39. 45d9c1d Added congestion control functionality to pacer. by Sebastian Jansson · 7 years ago
  40. 9406569 Use round robin packet queue in the pacer by default by Ilya Nikolaevskiy · 7 years ago
  41. 56da2f7 Added unit tests for new congestion controller. by Sebastian Jansson · 7 years ago
  42. e5d8c57 Added limit to elapsed time in paced sender. by Sebastian Jansson · 7 years ago
  43. a1630f8 Reland "Base pacer padding in pause state on time since last send." by Sebastian Jansson · 7 years ago
  44. 439f0bc Preparing for task queue in congenstion controller by Sebastian Jansson · 7 years ago
  45. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  46. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  47. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  48. 74a369c Revert "Renamed constants in unit tests for paced sender." by Danil Chapovalov · 7 years ago
  49. 516036f Revert "Base pacer padding in pause state on time since last send." by Danil Chapovalov · 7 years ago
  50. 18cf4b6 Base pacer padding in pause state on time since last send. by Sebastian Jansson · 7 years ago
  51. 9af0a67 Renamed constants in unit tests for paced sender. by Sebastian Jansson · 7 years ago
  52. b537496 Renamed PacketQueue2 to RoundRobinPacketQueue. by Sebastian Jansson · 7 years ago
  53. 57daeb7 Reland "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  54. 5a503b0 Revert "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  55. 0cbcba7 Moved congestion controller to task queue. by Sebastian Jansson · 7 years ago
  56. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
  57. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  58. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  59. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  60. 5e4833c Add missing stdio.h header in files using scanf/sscanf function. by Piotr Tworek · 7 years ago
  61. a45c8da Removed GetPacingFactor from PacedSender. by Sebastian Jansson · 7 years ago
  62. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  63. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  64. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  65. cabe383 Moved ALR experiment settings to new experiments folder. by Sebastian Jansson · 7 years ago
  66. 10b96eb Optional: Use nullopt and implicit construction in /modules/pacing by Oskar Sundbom · 7 years ago
  67. adf4c16 Removed Reset from BitrateProber. by srte · 7 years ago
  68. c3216e1 Fix bug in PacketQueue2: prioritize the stream with the least sent data. by Ilya Nikolaevskiy · 7 years ago
  69. eb0edd8 Narrow interface PacketRouter use to send Remb and TransportFeedback by Danil Chapovalov · 7 years ago
  70. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  71. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  72. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  73. 1de4b62 Change RtpRtcp::SetRemb signature to match RtcpTransceiver::SetRemb by Danil Chapovalov · 7 years ago
  74. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  75. 000352a Remove deprecated functions in PacketRouter by Danil Chapovalov · 7 years ago
  76. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  77. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  78. a4259f6 Add new event type to RtcEventLog by Ilya Nikolaevskiy · 7 years ago
  79. 9299642 Make ALR probing experiment default on. by Erik Språng · 7 years ago
  80. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  81. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  82. 9d4af01 New PacedSender constructor with injected PacketQueue by Niels Möller · 7 years ago
  83. 7c8cca3 Add check for send-side bwe before applying alr settings by Erik Språng · 7 years ago
  84. ccdfcca New PacketQueue2 behind WebRTC-RoundRobinPacing field trial. by philipel · 7 years ago
  85. d6314d9 Delete unused method PacedSender::AverageQueueTimeMs by Niels Möller · 7 years ago
  86. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  87. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  88. 712048c Replace raw new by MakeUnique, and improve declarations. by Niels Möller · 7 years ago
  89. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  90. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  91. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  92. 44b1fa4 Missing use of RTC_GUARDED_BY in PacedSender by Elad Alon · 7 years ago
  93. 5fc130b Make sure updated pacing factor is applied immediately. by Erik Språng · 7 years ago
  94. 881829b New PacketQueue2 which prioritize packets in a round-robin fashion. by philipel · 7 years ago
  95. 51e21aa Simplify RtpRtcp interface for REMB by Danil Chapovalov · 7 years ago
  96. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  97. b378a22 Fix ALR field trial parsing by Erik Språng · 7 years ago
  98. 7dc719a Remove duplicate packet check from webrtc::PacketQueue. by philipel · 7 years ago
  99. 9981bd9 Move PacketQueue out of paced_sender.cc to its own packet_queue.{cc,h}. by philipel · 7 years ago
  100. 599df85 Resolve cyclic dependency in remote bitrate estimator by Danil Chapovalov · 7 years ago