|
RtpPacket with different Rtp Header Extension manager drafted.
Rtp Header Extensions managed by RtpPacketManager.
Packet History rewritten to completely incorporate RtpPacket
RtpSender partially make use of RtpPacket.
deprecated in favor of Draft: https://codereview.webrtc.org/2217383002/
COMMIT=false
BUG= webrtc:1994, webrtc:5261
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+815 lines, -964 lines) |
Patch |
 |
M |
webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
View
|
1
2
3
4
5
|
4 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h
|
View
|
1
2
3
4
5
|
5 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/rtp_rtcp/source/rtp_header_extensions_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/rtp_rtcp/source/rtp_header_extensions_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet_history.h
|
View
|
1
2
3
4
5
|
4 chunks |
+19 lines, -34 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+68 lines, -164 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+85 lines, -176 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet_to_send.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_packet_unittest.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+11 lines, -18 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+20 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
View
|
1
2
3
4
5
|
12 chunks |
+38 lines, -28 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
View
|
1
2
3
4
5
|
25 chunks |
+208 lines, -292 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+56 lines, -67 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc
|
View
|
1
2
3
4
5
|
19 chunks |
+72 lines, -66 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+65 lines, -62 lines |
0 comments
|
Download
|
Total messages: 3 (3 generated)
|