|
Move congestion controller to a separate module.
This allows other projects to more easily depend on this.
The plan is to move remote_bitrate_estimator and bitrate_controller into this module and reduce the exposed interface to only a simplified version of congestion_controller.h.
No functional changes in this CL.
R=mflodman@webrtc.org, pbos@webrtc.org
Committed: https://crrev.com/80e12072cf9667ca25d9edf3b9e8d926dbe2f50c
Cr-Commit-Position: refs/heads/master@{#11718}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+33 lines, -428 lines) |
Patch |
|
M |
PRESUBMIT.py
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_receive_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_receive_stream_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_send_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/audio/audio_send_stream_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/call/BUILD.gn
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/call/call.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
webrtc/call/congestion_controller.h
|
View
|
|
1 chunk |
+0 lines, -87 lines |
0 comments
|
Download
|
|
D |
webrtc/call/congestion_controller.cc
|
View
|
|
1 chunk |
+0 lines, -257 lines |
0 comments
|
Download
|
|
D |
webrtc/call/mock/mock_congestion_controller.h
|
View
|
|
1 chunk |
+0 lines, -51 lines |
0 comments
|
Download
|
|
M |
webrtc/call/webrtc_call.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/BUILD.gn
|
View
|
1
|
2 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/congestion_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/congestion_controller.gypi
|
View
|
1
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/include/congestion_controller.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/modules.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/video/video_receive_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/video/video_send_stream.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (7 generated)
|