1. 0c7ec80 Limit BWE reductions before first measured throughput. by Bjorn Terelius · 7 years ago
  2. 43d0b98 Clean up RateControlInput struct, used by bandwidth estimation. by Bjorn Terelius · 7 years ago
  3. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  4. 0040b66 Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  5. 6d19180 Fix increase in send rate when not receiving feedback by Anastasia Koloskova · 7 years ago
  6. 95de63b Rename parsing function in AimdRateControl by Bjorn Terelius · 7 years ago
  7. dd3eae5 Revert "Configure and use max bitrate to limit the AIMD controller estimates." by Per Kjellander · 7 years ago
  8. 18d7c7e Configure and use max bitrate to limit the AIMD controller estimates. by Bjorn Terelius · 7 years ago
  9. 5e4833c Add missing stdio.h header in files using scanf/sscanf function. by Piotr Tworek · 7 years ago
  10. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  11. 18f26d1 Optional: Use nullopt and implicit construction in /modules/remote_bitrate_estimator by Oskar Sundbom · 7 years ago
  12. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  13. 92cacec Fix mistake in range validation of WebRTC-BweBackOffFactor. by Stefan Holmer · 7 years ago
  14. 46ca287 Reland of https://chromium-review.googlesource.com/c/external/webrtc/+/616724 under field trial. by Ivo Creusen · 7 years ago
  15. ea00e48 Add field trials to configure the backoff factor and the trendline window of the BWE. by Stefan Holmer · 7 years ago
  16. b335e31 This is a rollback of https://chromium-review.googlesource.com/c/external/webrtc/+/616724 by alexnarest · 7 years ago
  17. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  18. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc]
  19. 8293100 Use small BWE period when there is a true network degradation. by minyue-webrtc · 8 years ago
  20. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  21. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  22. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  23. 0703856 Add SafeClamp(), which accepts args of different types by kwiberg · 8 years ago
  24. 93e4522 Renaming probing_interval to bwe_period globally. by minyue · 8 years ago
  25. 7885d3f Add SafeMin() and SafeMax(), which accept args of different types by kwiberg · 8 years ago
  26. 6737045 Move BWE period calculation from ProbingIntervalEstimator to AimdRateControl. by terelius · 8 years ago
  27. 9765370 Resolve dependency between rtc_event_log_api and remote_bitrate_estimator by michaelt · 8 years ago
  28. d1b0e0e Merge UpdateBandwidthEstimate with Update in AimdRateControl. by terelius · 8 years ago
  29. e3a5567 Reduce the BWE with 50% when feedback is received too late. by stefan · 8 years ago
  30. 5a2c506 Set the start bitrate to the delay-based BWE. by stefan · 8 years ago
  31. db752f9 Revert "Revert of Use different restrictions of acked bitrate lag depending on operating point. (patchset #3 id:40001 of https://codereview.webrtc.org/2542083003/ )" by stefan · 8 years ago
  32. 2e59a02 Revert of Use different restrictions of acked bitrate lag depending on operating point. (patchset #3 id:40001 of https://codereview.webrtc.org/2542083003/ ) by deadbeef · 8 years ago
  33. 5932149 Use different restrictions of acked bitrate lag depending on operating point. by stefan · 8 years ago
  34. df28e47 fix coding and documentary ambiguity in AimdRateControl::TimeToReduceFurther. by howtofly · 8 years ago
  35. 4a4b3cf Add interval estimator to remote bitrate estimator. by michaelt · 8 years ago
  36. f082c2aa Set min BWE bitrate form 10kbps to 5kbps and centralize minimum bitrate. by michaelt · 8 years ago
  37. 1a993d1 aimd: Remove unused variable by isheriff · 9 years ago
  38. 51e6030 Update RateStatistics to handle too-little-data case. by Erik Språng · 9 years ago
  39. 44c65e9 Enable adaptive threshold experiment by default. by Stefan Holmer · 9 years ago
  40. 8f09f17 Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Added the lint check for the folder to the presubmit script. by terelius · 9 years ago
  41. 4fbd145 Fix suspend below min bitrate in new API by making it possible to set min bitrate at the receive-side. by stefan · 9 years ago
  42. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  43. 11324b9 Wait for a longer time (5 seconds) before establishing the first bandwidth estimate. by Stefan Holmer · 10 years ago
  44. c62642c Make the BWE threshold adaptive. by stefan · 10 years ago
  45. 468e62a Remove MimdRateControl and factories for RemoteBitrateEstimor. by Erik Språng · 10 years ago
  46. dcbd3ac Improve BWE plotting and logging to make it possible to use multiple windows/figures. by Stefan Holmer · 10 years ago
  47. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  48. 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 10 years ago
  49. 9f79fe6 Merge remote bitrate estimator changes. by pbos@webrtc.org · 10 years ago