|
TMMBRHelp class simplifted (and disappear because become too simple):
TMMBRSet class replaced with a vector
TMMBRHelp Members are removed because almost all of them are used as temporary variables.
All TMMBRHelp functions except one are used just once and they become too trivial to keep them as dedicated functions.
RtcpSender/RtcpReceiver were slightly simplified because of change in TMMBRHelp.
BUG= webrtc:5260, webrtc:951
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+394 lines, -793 lines) |
Patch |
 |
M |
webrtc/modules/rtp_rtcp/source/CPPLINT.cfg
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+180 lines, -184 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+39 lines, -79 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+26 lines, -36 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+20 lines, -24 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -70 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/tmmbr_help.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+97 lines, -361 lines |
0 comments
|
Download
|
Total messages: 15 (12 generated)
|