1. 3bc8123 Scale unacked_data consistently in RobustThroughputEstimator by Björn Terelius · 4 years, 6 months ago
  2. 987ef48 Adds field trial to separate audio and video packets for delay-based overuse detection. by Björn Terelius · 4 years, 6 months ago
  3. cabed43 Adds stable target rate to GoogCC debug output. by Sebastian Jansson · 4 years, 6 months ago
  4. 1db70d5 Reland "Delete legacy DataSize and DataRate factories" by Danil Chapovalov · 4 years, 6 months ago
  5. 74c5b0a Revert "Delete legacy DataSize and DataRate factories" by Mirko Bonadei · 4 years, 6 months ago
  6. e7fe3a5 Update target rates if stable target has changed. by Jakob Ivarsson · 4 years, 6 months ago
  7. 70490aa Delete legacy DataSize and DataRate factories by Danil Chapovalov · 4 years, 6 months ago
  8. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 6 months ago
  9. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 6 months ago
  10. ea82093 Delete legacy TimeDelta and Timestamp factories by Danil Chapovalov · 4 years, 6 months ago
  11. 377f5a2 Add configuration for capping allocation probes. by Christoffer Rodbro · 4 years, 6 months ago
  12. 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 4 years, 7 months ago
  13. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 7 months ago
  14. be99ee8 Add more options for tuning the RobustThroughputEstimator through field trial. by Björn Terelius · 4 years, 7 months ago
  15. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 7 months ago
  16. c9f42ad Simplifies transport overhead mechanism in Scenario test framework. by Sebastian Jansson · 4 years, 7 months ago
  17. 658f181 Reland "Moves TransportFeedbackAdapter to TaskQueue." by Sebastian Jansson · 4 years, 7 months ago
  18. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 7 months ago
  19. ea992f8 Reland "Reland "Extracts ssrc based feedback tracking from feedback adapter."" by JT Teh · 4 years, 7 months ago
  20. d2d7a47 Revert "Reland "Extracts ssrc based feedback tracking from feedback adapter."" by JT Teh · 4 years, 7 months ago
  21. d61338f Reland "Extracts ssrc based feedback tracking from feedback adapter." by Sebastian Jansson · 4 years, 7 months ago
  22. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  23. 3e66a49 Use RTX SSRCs in scenario test framework. by Sebastian Jansson · 4 years, 7 months ago
  24. 350a82a Reland "Add field trial to base stable target rate on loss based target rate" by Jonas Oreland · 4 years, 8 months ago
  25. b93a7d7 Revert "Add field trial to base stable target rate on loss based target rate" by Jonas Oreland · 4 years, 8 months ago
  26. 63db770 Add field trial to base stable target rate on loss based target rate by Jonas Oreland · 4 years, 8 months ago
  27. 5331079 Protect against assigning current_offset_ negative value. by Raman Budny · 4 years, 9 months ago
  28. 41466b7 Revert "Extracts ssrc based feedback tracking from feedback adapter." by Sebastian Jansson · 4 years, 8 months ago
  29. 08c46ad Extracts ssrc based feedback tracking from feedback adapter. by Sebastian Jansson · 4 years, 9 months ago
  30. c907d4f Revert "Ensure loss-based controller is always enabled." by Jonas Olsson · 4 years, 9 months ago
  31. f18f920 Revert "Moves TransportFeedbackAdapter to TaskQueue." by Mirko Bonadei · 4 years, 9 months ago
  32. 60ec370 Ensure loss-based controller is always enabled. by Jonas Olsson · 4 years, 9 months ago
  33. 034f767 Allow setting the initial congestion window size by config. by Christoffer Rodbro · 4 years, 9 months ago
  34. 62d01cd Moves TransportFeedbackAdapter to TaskQueue. by Sebastian Jansson · 4 years, 9 months ago
  35. 16189c6 Apply network estimate by default. by Sebastian Jansson · 4 years, 9 months ago
  36. a3cd717 Remove WebRTC-Bwe-CongestionWindowDownlinkDelay. by Mirko Bonadei · 4 years, 9 months ago
  37. 9281436 Add field trial to cap trendline slope in delay-based BWE. by Björn Terelius · 4 years, 9 months ago
  38. 58a3210 Add config to reduce weight on small samples in BitrateEstimator. by Christoffer Rodbro · 4 years, 9 months ago
  39. f3fcde3 Store delay measurements as struct instead of std::pair by Björn Terelius · 4 years, 9 months ago
  40. 8ae70f6 Enable WebRTC-Bwe-MaxRttLimit by default. by Nikita Zetilov · 4 years, 10 months ago
  41. fd0e32a Fix filtering of small packets in delay-based BWE by Björn Terelius · 4 years, 9 months ago
  42. 251b0dc Simplified throughput estimator by Björn Terelius · 4 years, 10 months ago
  43. bae1275 Using unit types in TransportFeedbackAdapter. by Sebastian Jansson · 4 years, 10 months ago
  44. 26452ff Cleanup of TransportFeedbackAdapter. by Sebastian Jansson · 4 years, 10 months ago
  45. f298855 Cleanup of feedback observer interface by Sebastian Jansson · 4 years, 10 months ago
  46. 05c4792 Removes OnPacketAdded callback from feedback adapter. by Sebastian Jansson · 4 years, 10 months ago
  47. 632d57d Ignore low probe results when using NetworkStateEstimator under field trial by Per Kjellander · 4 years, 10 months ago
  48. eec3919 Remove trial WebRTC-Bwe-ProbeRateFallback by Per Kjellander · 4 years, 10 months ago
  49. e34fb87 Clarify NetworkControl interface: result of each function must be used by Danil Chapovalov · 4 years, 10 months ago
  50. 33ed882 Update the minimum bitrate when a stream allocation is removed. by Jakob Ivarsson · 4 years, 10 months ago
  51. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 10 months ago
  52. 04671b0 Delete unused method PacedSender::QueueSizePackets by Niels Möller · 4 years, 10 months ago
  53. 65c57ff Adds logging of NetworkStateEstimator estimates. by Sebastian Jansson · 4 years, 11 months ago
  54. 24c678f Adds test for loss based controller under cross traffic induced loss. by Sebastian Jansson · 4 years, 10 months ago
  55. d8aff21 Adds support for stopping fake TCP cross traffic. by Sebastian Jansson · 4 years, 11 months ago
  56. e62a588 Merging TransportFeedbackAdapter and SendTimeHistory. by Sebastian Jansson · 4 years, 11 months ago
  57. 7536bc5 Account for IP and UDP headers in emulated network by Niels Möller · 4 years, 11 months ago
  58. 79f3287 Cleanup of simple TODO(srte) comments. by Sebastian Jansson · 4 years, 11 months ago
  59. fddbe6c Improve readability in GoogCcNetworkController::OnSentPacket by Elad Alon · 5 years ago
  60. e00ea5e Refactoring CapBitrateToThresholds in SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  61. 2bc5558 Renaming variables in SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  62. ad10222 Cleanup of unused field trials and options in SendSideBandwidthEstimation by Sebastian Jansson · 5 years ago
  63. 461ee85 Cleanup of target rates in GoogCC/SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  64. 01dd885 Moves contents of bitrate_controller to goog_cc by Sebastian Jansson · 5 years ago
  65. f34116e Replacing bandwidth adaptation trial with stable target in Opus encoder. by Sebastian Jansson · 5 years ago
  66. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  67. 40de3cc Propagating TargetRate struct to BitrateAllocator. by Sebastian Jansson · 5 years ago
  68. 489843f Improve trendline estimator logging. by Björn Terelius · 5 years ago
  69. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  70. dc7d2c6 Backoff to acked bitrate during first overuse detection by Per Kjellander · 5 years ago
  71. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  72. 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 5 years ago
  73. 1067d31 Make the stable target rate always less or equal than the target rate by Florent Castelli · 5 years ago
  74. 602942f Filter out small packets from delay-based overuse detection. by Bjorn Terelius · 5 years ago
  75. 4e615d5 Wire the stable target bitrate from GoogCC to the BitrateAllocator by Florent Castelli · 5 years ago
  76. fdf3880 Make "WebRTC-BweAllocProbingOnlyInAlr/Enabled/" default and remove key. by Konrad Hofbauer · 5 years ago
  77. 3aa0d76 Use struct parser for AlrDetector config. by Sebastian Jansson · 5 years ago
  78. 5297cf3 Delete unused class MockTargetTransferRateObserver by Niels Möller · 5 years ago
  79. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  80. 7db19e0 Report congestion window updates on GoogCC time updates by Evan Shrubsole · 5 years ago
  81. 55c4a42 Add congestion window values to GoogCcPrinter by Evan Shrubsole · 5 years ago
  82. 22ff9fc Removes overuse predictor. by Sebastian Jansson · 5 years ago
  83. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  84. 49167de Adds interface for remote network estimates to NetworkControllerInterface. by Sebastian Jansson · 5 years ago
  85. 88290ae Reland "Cleanup of RTP references in GoogCC implementation." by Sebastian Jansson · 5 years ago
  86. 7953ad5 Revert "Cleanup of RTP references in GoogCC implementation." by Sebastian Jansson · 5 years ago
  87. fa79081 Cleanup of RTP references in GoogCC implementation. by Sebastian Jansson · 5 years ago
  88. e93454a Removes AddAndRemoveOld from SendTimeHistory by Sebastian Jansson · 5 years ago
  89. 5740afa Removes SimulatedTimeClient by Sebastian Jansson · 5 years ago
  90. f3f5770 Using full scenario test client for loss based control test. by Sebastian Jansson · 5 years ago
  91. 28aced5 Adds debug logs for loss based controller. by Sebastian Jansson · 5 years ago
  92. 4ad51d8 Removes SendSideCongestionController. by Sebastian Jansson · 5 years ago
  93. 24cf260 Adds TCP fairness test to receive side congestion controller. by Sebastian Jansson · 5 years ago
  94. b13ccc5 Adds TCP fairness test to GoogCC. by Sebastian Jansson · 5 years ago
  95. 944dace Make interval budget use ratio instead of percent by Jonas Olsson · 5 years ago
  96. b3b3e3f Add acked bandwidth estimator config for sample uncertainty in ALR. by Christoffer Rodbro · 5 years ago
  97. 0b97e17 Cleanup of CongestionWindowDownlinkDelay trial. by Sebastian Jansson · 5 years ago
  98. 8b27910 Include downlink delay into congestion window size. by Ying Wang · 5 years ago
  99. 2e8d78c Allow overriding subsets of probing field trials by Jonas Olsson · 5 years ago
  100. 9c91887 Splits SendTimeHistory::AddAndRemoveOld into Add/Remove. by Sebastian Jansson · 5 years ago