webrtc/modules/congestion_controller
Niels Möller 65ec0fc81e Delete unneeded includes of basictypes.h.
This is a kitchen-sink header, some pieces should be moved to
byteorder.h, the rest likely deleted.

Delete most includes of basictypes.h. In leaf headers,
include stddef.h and stdint.h explicitly where needed.

Bug: webrtc:6853
Change-Id: Ibc809936a8f94d418e4eb650da1e89c1b9142073
Reviewed-on: https://webrtc-review.googlesource.com/77721
Commit-Queue: Niels Moller <nisse@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23333}
2018-05-21 19:35:08 +00:00
..
bbr Allows injection of network controller factory into peer connection factory. 2018-05-18 17:07:16 +00:00
goog_cc Revert "Configure and use max bitrate to limit the AIMD controller estimates." 2018-05-18 07:12:26 +00:00
include Interface for packet feedback availability in SSCC 2018-03-22 13:38:49 +00:00
rtp Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
acknowledged_bitrate_estimator.cc Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
acknowledged_bitrate_estimator.h Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
acknowledged_bitrate_estimator_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
bitrate_estimator.cc Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
bitrate_estimator.h Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
BUILD.gn Moves network control interface to API. 2018-05-09 11:01:36 +00:00
congestion_controller_unittests_helper.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
congestion_controller_unittests_helper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
delay_based_bwe.cc Revert "Configure and use max bitrate to limit the AIMD controller estimates." 2018-05-18 07:12:26 +00:00
delay_based_bwe.h Revert "Configure and use max bitrate to limit the AIMD controller estimates." 2018-05-18 07:12:26 +00:00
delay_based_bwe_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
delay_based_bwe_unittest_helper.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
delay_based_bwe_unittest_helper.h Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
delay_increase_detector_interface.h Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
median_slope_estimator.cc Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
median_slope_estimator.h Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
median_slope_estimator_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
OWNERS Adding srte as owner in modules/congestion_controller. 2018-03-20 16:29:08 +00:00
probe_bitrate_estimator.cc Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
probe_bitrate_estimator.h Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
probe_bitrate_estimator_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
probe_controller.cc Don't interrupt exponential probing when VideoStream bitrates are reconfigured. 2018-04-19 15:44:59 +00:00
probe_controller.h Probe on video encoder reconfiguration test. 2018-04-17 16:54:14 +00:00
probe_controller_unittest.cc Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3. 2018-03-07 10:31:35 +00:00
receive_side_congestion_controller.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +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 Revert "Configure and use max bitrate to limit the AIMD controller estimates." 2018-05-18 07:12:26 +00:00
send_side_congestion_controller_unittest.cc Cleanup of TransportFeedbackObserver interface 2018-03-08 22:51:53 +00:00
send_time_history.cc Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
send_time_history.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
send_time_history_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
transport_feedback_adapter.cc Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
transport_feedback_adapter.h Removing access to send side cc in rtp controller. 2018-02-16 10:40:48 +00:00
transport_feedback_adapter_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
trendline_estimator.cc Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
trendline_estimator.h Revert "Moved congestion controller to goog_cc folder." 2018-02-14 10:09:44 +00:00
trendline_estimator_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00