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

Issue 9568048: Allow the Chromoting client plugin to support up-scaling, albeit slowly. (Closed)

Created:
8 years, 9 months ago by Wez
Modified:
8 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Allow the Chromoting client plugin to support up-scaling, albeit slowly. BUG=116138 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142853

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 9

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -10 lines) Patch
M remoting/base/decoder_vp8.cc View 1 2 1 chunk +37 lines, -6 lines 0 comments Download
M remoting/base/util.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/base/util.cc View 1 2 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Wez
PTAL
8 years, 6 months ago (2012-06-14 01:06:05 UTC) #1
Wez
On 2012/06/14 01:06:05, Wez wrote: > PTAL If we're happy with this as-is then I'll ...
8 years, 6 months ago (2012-06-14 01:06:40 UTC) #2
Jamie
I don't think I'm very well qualified to review this. It looks plausible, apart from ...
8 years, 6 months ago (2012-06-14 01:14:29 UTC) #3
alexeypa (please no reviews)
http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc File remoting/base/decoder_vp8.cc (left): http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc#oldcode140 remoting/base/decoder_vp8.cc:140: if (source_clip.width() < view_size.width() || It is the only ...
8 years, 6 months ago (2012-06-14 17:00:16 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc File remoting/base/decoder_vp8.cc (right): http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc#newcode123 remoting/base/decoder_vp8.cc:123: DCHECK(((x & 1) == 0) && ((y & 1) ...
8 years, 6 months ago (2012-06-14 18:04:03 UTC) #5
Wez
http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc File remoting/base/decoder_vp8.cc (left): http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc#oldcode140 remoting/base/decoder_vp8.cc:140: if (source_clip.width() < view_size.width() || On 2012/06/14 17:00:16, alexeypa ...
8 years, 6 months ago (2012-06-18 21:51:34 UTC) #6
alexeypa (please no reviews)
LGTM
8 years, 6 months ago (2012-06-18 21:55:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/9568048/7003
8 years, 6 months ago (2012-06-18 22:03:55 UTC) #8
Sergey Ulanov
http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc File remoting/base/decoder_vp8.cc (right): http://codereview.chromium.org/9568048/diff/1003/remoting/base/decoder_vp8.cc#newcode123 remoting/base/decoder_vp8.cc:123: DCHECK(((x & 1) == 0) && ((y & 1) ...
8 years, 6 months ago (2012-06-18 22:29:50 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-18 23:17:54 UTC) #10
Change committed as 142853

Powered by Google App Engine
This is Rietveld 408576698