aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
AgeCommit message (Expand)Author
2015-12-15Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Adde...terelius
2015-12-04Use webrtc/base/logging.h in stefan@'s ownership.Peter Boström
2015-11-27Revert of Make overuse estimator one dimensional. (patchset #5 id:80001 of ht...stefan
2015-11-26Make overuse estimator one dimensional.Stefan Holmer
2015-11-16Remove include dirs from modules/{media_file,pacing}Henrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-21Fix bug in how send timestamps are converted to 24 bits.Stefan Holmer
2015-09-28Fix suspend below min bitrate in new API by making it possible to set min bit...stefan
2015-09-21Make sure rtp_rtcp module doesn't directly reference anything in the pacer mo...sprang
2015-08-07Add average rtt to CallStatsObserver and an average rtt histogram.stefan
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-04-10Improve BWE plotting and logging to make it possible to use multiple windows/...Stefan Holmer
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-06Wire up new feedback format by introducing a FeedbackPacket type.stefan@webrtc.org
2015-01-22Fix bug in thresholds for bitrate probing and adjust thresholds to allow a la...stefan@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.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