|
Cleanups in the video encoding decoding code. Reenable VP8.
1. Moved video-related protobuf messages from event.proto to video.proto. Removed those that we don't need anymore
2. Fixed naming for enums and some types.
3. Reenabled VP8.
4. Proper RGB-YUV converter for VP8 encoder.
5. Changed the capturer_fake to show more meaningful picture.
BUG= 57374
TEST=unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64700
Total comments: 10
Total comments: 38
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+424 lines, -510 lines) |
Patch |
 |
M |
remoting/base/capture_data.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/base/codec_test.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/base/decoder.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/base/decoder_row_based.h
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/base/decoder_row_based.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/base/decoder_vp8.h
|
View
|
|
1 chunk |
+18 lines, -21 lines |
0 comments
|
Download
|
 |
M |
remoting/base/decoder_vp8.cc
|
View
|
1
2
3
4
|
4 chunks |
+28 lines, -86 lines |
0 comments
|
Download
|
 |
M |
remoting/base/encoder.h
|
View
|
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/base/encoder_verbatim.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/base/encoder_verbatim.cc
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -29 lines |
0 comments
|
Download
|
 |
M |
remoting/base/encoder_vp8.cc
|
View
|
1
2
3
4
|
7 chunks |
+47 lines, -30 lines |
0 comments
|
Download
|
 |
M |
remoting/base/encoder_zlib.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/base/encoder_zlib.cc
|
View
|
1
2
3
4
|
4 chunks |
+20 lines, -36 lines |
0 comments
|
Download
|
 |
M |
remoting/base/multiple_array_input_stream_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/base/util.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/base/util.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/chromoting_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/chromoting_view_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/rectangle_update_decoder.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/client/rectangle_update_decoder.cc
|
View
|
1
2
3
4
|
7 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_fake.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_fake.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+46 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_fake_ascii.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_gdi.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_linux.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/capturer_mac.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/client_connection.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_connection.cc
|
View
|
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_connection_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/mock_objects.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_manager.h
|
View
|
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_manager.cc
|
View
|
1
2
3
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/session_manager_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host_process.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/proto/chromotocol.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/proto/event.proto
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -136 lines |
0 comments
|
Download
|
 |
M |
remoting/proto/internal.proto
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
A |
remoting/proto/video.proto
|
View
|
1
2
3
4
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/host_message_dispatcher.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/message_decoder_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -28 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
3
4
5
6
|
4 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|