|
Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead.
EncodedImageCallback is used by all encoder implementations and seems to be what we should try to use in the transport.
EncodedImageCallback can of course be cleaned up in the future.
This moves creation of RTPVideoHeader from the GenericEncoder to the PayLoadRouter.
BUG= webrtc:5687
Committed: https://crrev.com/f5d55aaecdc39e9cc66eb6e87614f04afe28f6eb
Cr-Commit-Position: refs/heads/master@{#12436}
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+333 lines, -333 lines) |
Patch |
 |
M |
webrtc/modules/video_coding/codec_database.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/generic_encoder.h
|
View
|
1
2
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/generic_encoder.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -84 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/include/video_coding_defines.h
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/utility/ivf_file_writer.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/utility/ivf_file_writer.cc
|
View
|
1
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/utility/ivf_file_writer_unittest.cc
|
View
|
1
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/video_coding_impl.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/video_coding_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/video_sender_unittest.cc
|
View
|
1
2
3
|
8 chunks |
+22 lines, -25 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/encoder_state_feedback_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/payload_router.h
|
View
|
1
|
4 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/payload_router.cc
|
View
|
1
2
3
|
2 chunks |
+97 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/payload_router_unittest.cc
|
View
|
|
7 chunks |
+71 lines, -53 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/send_statistics_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/send_statistics_proxy.cc
|
View
|
|
3 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/send_statistics_proxy_unittest.cc
|
View
|
|
7 chunks |
+36 lines, -36 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_receive_stream.cc
|
View
|
1
|
1 chunk |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_send_stream.cc
|
View
|
|
3 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/vie_encoder.h
|
View
|
1
|
6 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/vie_encoder.cc
|
View
|
1
|
8 chunks |
+29 lines, -25 lines |
0 comments
|
Download
|
 |
M |
webrtc/video_encoder.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 16 (7 generated)
|