aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc
AgeCommit message (Expand)Author
2015-12-15Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Adde...terelius
2015-09-28Fix suspend below min bitrate in new API by making it possible to set min bit...stefan
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-07-27Improve probing by ignoring small packets which otherwise break the mechanism.stefan
2015-07-09Wait for a longer time (5 seconds) before establishing the first bandwidth es...Stefan Holmer
2015-07-07Make the BWE threshold adaptive.stefan
2015-07-06Remove MimdRateControl and factories for RemoteBitrateEstimor.Erik Språng
2015-06-18Only use paced packets for estimating bitrate probes.Stefan Holmer
2015-01-22Fix bug in thresholds for bitrate probing and adjust thresholds to allow a la...stefan@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-12-04Merge remote bitrate estimator changes.pbos@webrtc.org