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

Issue 820823002: Implement video renderer based on VideoDecode API. (Closed)

Created:
6 years ago by Sergey Ulanov
Modified:
5 years, 11 months ago
Reviewers:
Wez
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement video renderer based on PPB_VideoDecode API. The new renderer is now used by default in the remoting client plugin. If PPB_Graphics3D interface is not available then the plugin falls back to the old renderer with the in-plugin decoder and 2D renderer. BUG=414923 Committed: https://crrev.com/25f8cb723e93b24f19c27e6c77bbe861ec52cbd9 Cr-Commit-Position: refs/heads/master@{#310387}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Total comments: 101

Patch Set 3 : #

Total comments: 15

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+726 lines, -15 lines) Patch
M remoting/client/plugin/chromoting_instance.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 6 chunks +42 lines, -14 lines 0 comments Download
M remoting/client/plugin/pepper_video_renderer.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A remoting/client/plugin/pepper_video_renderer_3d.h View 1 2 3 1 chunk +152 lines, -0 lines 0 comments Download
A remoting/client/plugin/pepper_video_renderer_3d.cc View 1 2 3 1 chunk +517 lines, -0 lines 0 comments Download
M remoting/remoting_nacl.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/remoting_srcs.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
Sergey Ulanov
6 years ago (2014-12-20 01:15:01 UTC) #3
Wez
nit: It's the PPAPI VideoDecode or pp::VideoDecode API. :)
6 years ago (2014-12-20 03:37:57 UTC) #4
Sergey Ulanov
On 2014/12/20 03:37:57, Wez wrote: > nit: It's the PPAPI VideoDecode or pp::VideoDecode API. :) ...
6 years ago (2014-12-22 19:32:39 UTC) #5
Wez
https://codereview.chromium.org/820823002/diff/20001/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://codereview.chromium.org/820823002/diff/20001/remoting/client/plugin/chromoting_instance.cc#newcode393 remoting/client/plugin/chromoting_instance.cc:393: protocol::INCOMPATIBLE_PROTOCOL); This seems a strange error to set in ...
5 years, 12 months ago (2014-12-24 17:11:16 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/820823002/diff/20001/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://codereview.chromium.org/820823002/diff/20001/remoting/client/plugin/chromoting_instance.cc#newcode393 remoting/client/plugin/chromoting_instance.cc:393: protocol::INCOMPATIBLE_PROTOCOL); On 2014/12/24 17:11:13, Wez wrote: > This seems ...
5 years, 11 months ago (2015-01-06 01:16:34 UTC) #8
Wez
https://codereview.chromium.org/820823002/diff/40001/remoting/client/plugin/pepper_video_renderer_3d.cc File remoting/client/plugin/pepper_video_renderer_3d.cc (right): https://codereview.chromium.org/820823002/diff/40001/remoting/client/plugin/pepper_video_renderer_3d.cc#newcode95 remoting/client/plugin/pepper_video_renderer_3d.cc:95: if (!instance->BindGraphics(graphics_)) { On 2015/01/06 01:16:32, Sergey Ulanov wrote: ...
5 years, 11 months ago (2015-01-06 22:17:10 UTC) #9
Sergey Ulanov
https://codereview.chromium.org/820823002/diff/40001/remoting/client/plugin/pepper_video_renderer_3d.cc File remoting/client/plugin/pepper_video_renderer_3d.cc (right): https://codereview.chromium.org/820823002/diff/40001/remoting/client/plugin/pepper_video_renderer_3d.cc#newcode257 remoting/client/plugin/pepper_video_renderer_3d.cc:257: last_frame_id_, packet->data().size(), packet->data().data(), On 2015/01/06 22:17:09, Wez wrote: > ...
5 years, 11 months ago (2015-01-07 19:37:31 UTC) #10
Wez
lgtm https://codereview.chromium.org/820823002/diff/80001/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): https://codereview.chromium.org/820823002/diff/80001/remoting/client/plugin/chromoting_instance.cc#newcode641 remoting/client/plugin/chromoting_instance.cc:641: video_renderer_.reset(); On 2015/01/07 19:37:30, Sergey Ulanov wrote: > ...
5 years, 11 months ago (2015-01-07 20:55:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/820823002/120001
5 years, 11 months ago (2015-01-07 20:55:34 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:120001)
5 years, 11 months ago (2015-01-07 22:17:42 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-07 22:18:48 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/25f8cb723e93b24f19c27e6c77bbe861ec52cbd9
Cr-Commit-Position: refs/heads/master@{#310387}

Powered by Google App Engine
This is Rietveld 408576698