|
Initialize VideoEncoder objects asynchronously.
Removes blocking from VideoSendStream constructor and
ReconfigureVideoEncoder calls. Moves initialization onto the encoder
thread and performed as soon as possible but without blocking the
calling thread.
BUG= webrtc:5410
R=stefan@webrtc.org
Total comments: 42
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+326 lines, -240 lines) |
Patch |
 |
M |
talk/media/webrtc/fakewebrtccall.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
talk/media/webrtc/fakewebrtccall.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
talk/media/webrtc/fakewebrtcvideoengine.h
|
View
|
|
5 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
talk/media/webrtc/webrtcvideoengine2.cc
|
View
|
1
|
1 chunk |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
talk/media/webrtc/webrtcvideoengine2_unittest.cc
|
View
|
1
|
6 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/call/call_perf_tests.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/video_coding/video_sender.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/video/payload_router.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/payload_router.cc
|
View
|
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/payload_router_unittest.cc
|
View
|
|
5 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_capture_input.h
|
View
|
1
2
|
4 chunks |
+15 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_capture_input.cc
|
View
|
1
2
3
4
|
7 chunks |
+56 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_capture_input_unittest.cc
|
View
|
1
|
3 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_quality_test.cc
|
View
|
1
2
3
|
9 chunks |
+34 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_send_stream.h
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_send_stream.cc
|
View
|
|
10 chunks |
+26 lines, -48 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/video_send_stream_tests.cc
|
View
|
|
15 chunks |
+37 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/vie_channel.h
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/vie_channel.cc
|
View
|
1
|
5 chunks |
+66 lines, -55 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/vie_encoder.h
|
View
|
|
2 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
webrtc/video/vie_encoder.cc
|
View
|
|
3 chunks |
+11 lines, -33 lines |
0 comments
|
Download
|
 |
M |
webrtc/video_send_stream.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 23 (6 generated)
|