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