aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/bitrate_controller
AgeCommit message (Expand)Author
2016-01-12Wire-up BWE feedback for audio receive streams.Stefan Holmer
2015-12-21Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that th...asapersson
2015-12-04Use webrtc/base/logging.h in stefan@'s ownership.Peter Boström
2015-11-13Move BitrateAllocator from BitrateController logic to Call.mflodman
2015-11-05Added protobuf message for loss-based BWE events, and wired it up to the send...terelius
2015-11-05Set pacer target bitrate to max of bwe and bitrate allocation.sprang
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-10-16Removing the TFRC Rate Controlgaetano.carlucci
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-15Simplify BitrateAllocator::AddBitrateObserver.Peter Boström
2015-09-04Rate limit the low bandwidth / min bitrate warning to once every 10 seconds.stefan
2015-08-03Add support for transport wide sequence numberssprang
2015-05-25PRESUBMIT: Improve PyLint check and add GN format check.Henrik Kjellander
2015-03-26Moving the pacer and the pacer thread to ChannelGroup.Stefan Holmer
2015-03-16Remove code related to REMB suppressor experiment.sprang@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-04Break out allocation from BitrateController into a BitrateAllocator.stefan@webrtc.org
2015-03-03Fixed bug in SendTimeHistory, where deleting packets via the gettersprang@webrtc.org
2015-03-02Introduce a send time history class, keeping track of packet send times.sprang@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@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-14Move system_wrappers.gyp files to the proper directory.andresp@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-18Suppress REMB in bitrate ctrl if it seems lika a short network glitch.sprang@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.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-09-28GN: Add common configs to all targets.kjellander@webrtc.org
2014-08-26Remove former team members from OWNERS and WATCHLISTSkjellander@webrtc.org
2014-08-25GN: Disable Chromium clang plugins for standalone build.kjellander@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-19Ensure that the start bitrate can be set multiple times.stefan@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-07Fix logging calls in bitrate_controller module.andresp@webrtc.org
2014-03-26Re-submit: rev5775andresp@webrtc.org
2014-03-26Add API to allow deducting bitrate from incoming estimates before the capacit...solenberg@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