Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed)

Created:
10 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 7 months ago
CC:
chromium-reviews, dmac, pam+watch_chromium.org, awong, garykac
Visibility:
Public.

Description

Use VP8 over PseudoTCP by default. Added option in simple_host to choose video codec. Removed ugly ifdefs from chromoting_host.cc. BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67164

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : updated service_process.cc #

Total comments: 3

Patch Set 4 : - #

Total comments: 18

Patch Set 5 : - #

Patch Set 6 : Removed EventExecutor class. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -124 lines) Patch
M chrome/service/service_process.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/capturer.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M remoting/host/capturer_gdi.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/capturer_linux.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/capturer_mac.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 2 3 4 4 chunks +20 lines, -8 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 4 5 5 chunks +28 lines, -47 lines 0 comments Download
A remoting/host/event_executor.h View 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
M remoting/host/event_executor_linux.h View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M remoting/host/event_executor_linux.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/event_executor_mac.h View 1 2 3 4 5 1 chunk +1 line, -5 lines 0 comments Download
M remoting/host/event_executor_mac.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/event_executor_win.h View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M remoting/host/event_executor_win.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/host/simple_host_process.cc View 1 2 3 4 4 chunks +50 lines, -9 lines 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/session_config.h View 1 chunk +15 lines, -4 lines 0 comments Download
M remoting/protocol/session_config.cc View 2 chunks +25 lines, -37 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sergey Ulanov
10 years, 1 month ago (2010-11-22 23:58:33 UTC) #1
Alpha Left Google
http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h File remoting/host/event_executor.h (right): http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h#newcode17 remoting/host/event_executor.h:17: class EventExecutor : public protocol::InputStub { We'll make EventExecutor ...
10 years, 1 month ago (2010-11-23 00:38:25 UTC) #2
Alpha Left Google
Other than defining EventExecutor this patch looks good to me.
10 years, 1 month ago (2010-11-23 00:39:31 UTC) #3
dmac
http://codereview.chromium.org/5298001/diff/12001/remoting/host/capturer.h File remoting/host/capturer.h (right): http://codereview.chromium.org/5298001/diff/12001/remoting/host/capturer.h#newcode86 remoting/host/capturer.h:86: static Capturer* Create(MessageLoop* message_loop); Can you add a comment ...
10 years, 1 month ago (2010-11-23 01:14:56 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h File remoting/host/event_executor.h (right): http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h#newcode17 remoting/host/event_executor.h:17: class EventExecutor : public protocol::InputStub { On 2010/11/23 00:38:25, ...
10 years, 1 month ago (2010-11-23 01:59:17 UTC) #5
Alpha Left Google
http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h File remoting/host/event_executor.h (right): http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h#newcode17 remoting/host/event_executor.h:17: class EventExecutor : public protocol::InputStub { On 2010/11/23 01:59:18, ...
10 years, 1 month ago (2010-11-23 05:15:24 UTC) #6
Sergey Ulanov
On 2010/11/23 05:15:24, Alpha wrote: > http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h > File remoting/host/event_executor.h (right): > > http://codereview.chromium.org/5298001/diff/6001/remoting/host/event_executor.h#newcode17 > ...
10 years, 1 month ago (2010-11-23 20:32:48 UTC) #7
Alpha Left Google
Thanks. LGTM.
10 years, 1 month ago (2010-11-23 20:34:14 UTC) #8
dmaclach1
10 years, 1 month ago (2010-11-23 22:51:11 UTC) #9
LGTM

On Tue, Nov 23, 2010 at 12:34 PM,  <hclam@chromium.org> wrote:
> Thanks. LGTM.
>
>
>
> http://codereview.chromium.org/5298001/
>

Powered by Google App Engine
This is Rietveld 408576698