webrtc/modules/congestion_controller/rtp
Sebastian Jansson 206b77f7ad Adds start bitrate handling to task queue congestion controller.
This adds a start bitrate field to TargetRateConstraints since this is
required in VideoSendStreamTests. This also reduces the differences
between the old SendSideCongestionController and the new TaskQueue
based version.

Bug: webrtc:9586
Change-Id: I5d3d1414e9d30b51723c911a0bf2e96b876c04e5
Reviewed-on: https://webrtc-review.googlesource.com/92624
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24384}
2018-08-22 10:09:26 +00:00
..
include Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. 2018-06-27 10:33:40 +00:00
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
congestion_controller_unittests_helper.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
congestion_controller_unittests_helper.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
pacer_controller.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
pacer_controller.h Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
send_side_congestion_controller.cc Adds start bitrate handling to task queue congestion controller. 2018-08-22 10:09:26 +00:00
send_side_congestion_controller_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
send_time_history.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
send_time_history.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
send_time_history_unittest.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
transport_feedback_adapter.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00