aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
AgeCommit message (Expand)Author
2015-11-05Added protobuf message for loss-based BWE events, and wired it up to the send...terelius
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-22Prevent BWE rampdowns without new loss reports.pbos
2015-09-04Rate limit the low bandwidth / min bitrate warning to once every 10 seconds.stefan
2015-03-26Moving the pacer and the pacer thread to ChannelGroup.Stefan Holmer
2015-03-04Break out allocation from BitrateController into a BitrateAllocator.stefan@webrtc.org
2015-02-03Enable bitrate probing by default.stefan@webrtc.org
2015-01-19Add UMA stats for tracking the time it takes to reach a BWE of 500, 1000 and ...stefan@webrtc.org
2015-01-16Revert r8076 "Add UMA stats for tracking the time it takes to reach a BWE of ...stefan@webrtc.org
2015-01-15Add UMA stats for tracking the time it takes to reach a BWE of 500, 1000 and ...stefan@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-08Change all system clock types to int64_t in bitrate_controller.stefan@webrtc.org
2014-11-10Put send-side bwe probing under finch experiment.stefan@webrtc.org
2014-11-04Add UMA for measuring the diff between the BWE at 2 seconds compared to the B...stefan@webrtc.org
2014-11-03Add UMA metrics for the initial (after two seconds) packet loss, round-trip t...stefan@webrtc.org
2014-10-23Adds support for sending first set of packets at increasingly higher bitrates...stefan@webrtc.org
2014-03-26Re-submit: rev5775andresp@webrtc.org
2014-03-25Revert 5775 "Modify bitrate controller to update bitrate based o..."andrew@webrtc.org
2014-03-25Modify bitrate controller to update bitrate based on process call and notandresp@webrtc.org
2014-03-21Refactor in BitrateController module.andresp@webrtc.org
2014-03-21Remove locks in SendSideBandwidthEstimation since those are only accessed whi...andresp@webrtc.org
2014-03-17Small refactor on send_side_bandwidth_estimation.andresp@webrtc.org
2014-03-06Adding a new ramp-up-down-up testhenrik.lundin@webrtc.org
2013-07-16Include files from webrtc/.. paths in bitrate_controller/.pbos@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org