webrtc/modules/congestion_controller
Mirko Bonadei 068a2e380b Remove usage of runtime_enabled_features in WebRTC.
This is the first step in order to remove runtime_enabled_features
code from WebRTC.

Bug: webrtc:9693
Change-Id: Ic67f770c2166755ea45c782efb3e4184433ac15e
Reviewed-on: https://webrtc-review.googlesource.com/102361
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24868}
2018-09-27 14:32:20 +00:00
..
bbr Fix no_global_constructors in congestion_controller/bbr. 2018-09-06 16:16:09 +00:00
goog_cc Adds scenario test framework. 2018-09-27 12:31:33 +00:00
include Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
pcc Fix no_global_constructors in congestion_controller/pcc. 2018-09-06 16:18:19 +00:00
rtp Remove usage of runtime_enabled_features in WebRTC. 2018-09-27 14:32:20 +00:00
test Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
BUILD.gn Cleanup modules_common_types 2018-09-18 08:08:33 +00:00
congestion_window_pushback_controller_unittest.cc Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
congestion_window_pushback_controller.cc Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
congestion_window_pushback_controller.h Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +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_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
receive_side_congestion_controller.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
send_side_congestion_controller_unittest.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
send_side_congestion_controller.cc Remove usage of runtime_enabled_features in WebRTC. 2018-09-27 14:32:20 +00:00
transport_feedback_adapter_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transport_feedback_adapter.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter.h Cleanup modules_common_types 2018-09-18 08:08:33 +00:00