webrtc/modules/congestion_controller
Sebastian Jansson 57f3ad0f8d Adds stable bandwidth estimate to GoogCC.
The intention is to provide a bandwidth estimate that only updates if
the actual available bandwidth is known to have changed. This will be
used in media streams to avoid changing the configuration (such as
frame size, audio frame length etc), just because the control target
rate changed.

Bug: webrtc:9718
Change-Id: I17ba5a2f9e5bd408a71f89c690d45541655a68e2
Reviewed-on: https://webrtc-review.googlesource.com/c/107726
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25772}
2018-11-23 14:55:37 +00:00
..
bbr Makes send time information in feedback non-optional. 2018-11-01 12:39:56 +00:00
goog_cc Adds stable bandwidth estimate to GoogCC. 2018-11-23 14:55:37 +00:00
include Moves ProbeBitrateEstimator from DelayBasedBwe. 2018-11-23 13:43:51 +00:00
pcc Makes send time information in feedback non-optional. 2018-11-01 12:39:56 +00:00
rtp Decouple //rtc_base:rtc_base_tests_utils from gunit. 2018-11-23 12:52:46 +00:00
test Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
BUILD.gn Decouple //rtc_base:rtc_base_tests_utils from gunit. 2018-11-23 12:52:46 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Adding srte as owner in modules/congestion_controller. 2018-03-20 16:29:08 +00:00
receive_side_congestion_controller.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
receive_side_congestion_controller_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
send_side_congestion_controller.cc Moves ProbeBitrateEstimator from DelayBasedBwe. 2018-11-23 13:43:51 +00:00
send_side_congestion_controller_unittest.cc Removing unnecessary dependencies on socket.h. 2018-10-16 10:24:51 +00:00
transport_feedback_adapter.cc Reland "Deprecates legacy transport feedback adapter." 2018-10-15 20:43:39 +00:00
transport_feedback_adapter.h Reland "Deprecates legacy transport feedback adapter." 2018-10-15 20:43:39 +00:00
transport_feedback_adapter_unittest.cc Reland "Deprecates legacy transport feedback adapter." 2018-10-15 20:43:39 +00:00