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

Issue 703753002: Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture. (Closed)

Created:
6 years, 1 month ago by bbudge
Modified:
6 years, 1 month ago
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, jam, raymes+watch_chromium.org, asvitkine+watch_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, nfullagar1, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, noelallen1, Sam Clegg, ihf+watch_chromium.org, igorc
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture. Adds an out parameter to GetPicture to return the subrectangle of the picture texture that contains the picture. Adds a new 0.3 version of PPB_VideoDecoder. BUG=429071 NOPRESUBMIT=true R=binji@chromium.org, dmichael@chromium.org, mpearson@chromium.org, tsepez@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/2d4bf3a9f724cfc78d43b6b247397ca76d39b3f4

Patch Set 1 : #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : Address review comments. #

Total comments: 14

Patch Set 4 : Fix all of the nits. #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Rebase #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -82 lines) Patch
M content/renderer/pepper/pepper_video_decoder_host.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M ppapi/api/pp_codecs.idl View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
M ppapi/api/ppb_video_decoder.idl View 1 2 2 chunks +29 lines, -1 line 0 comments Download
M ppapi/c/pp_codecs.h View 1 2 2 chunks +39 lines, -1 line 0 comments Download
M ppapi/c/pp_macros.h View 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/c/ppb_video_decoder.h View 1 2 5 chunks +32 lines, -5 lines 0 comments Download
M ppapi/cpp/video_decoder.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/cpp/video_decoder.cc View 1 2 3 6 chunks +72 lines, -7 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 8 chunks +67 lines, -4 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +3 lines, -2 lines 0 comments Download
M ppapi/proxy/video_decoder_resource.h View 1 2 3 4 5 5 chunks +11 lines, -9 lines 0 comments Download
M ppapi/proxy/video_decoder_resource.cc View 1 2 6 chunks +46 lines, -14 lines 0 comments Download
M ppapi/proxy/video_decoder_resource_unittest.cc View 1 2 3 4 5 3 chunks +6 lines, -7 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_video_decoder_api.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_video_decoder_thunk.cc View 1 2 4 chunks +42 lines, -22 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
bbudge
binji for nacl_sdk tsepez for IPC ppapi_messages.h
6 years, 1 month ago (2014-11-04 21:46:06 UTC) #3
bbudge
mpearson@chromium.org: Please review changes in histograms.xml
6 years, 1 month ago (2014-11-04 21:47:35 UTC) #5
Mark P
histograms.xml lgtm
6 years, 1 month ago (2014-11-04 22:20:23 UTC) #6
binji
native_client_sdk lgtm
6 years, 1 month ago (2014-11-04 22:28:23 UTC) #7
Tom Sepez
Messages LGTM.
6 years, 1 month ago (2014-11-05 00:12:25 UTC) #8
dmichael (off chromium)
https://codereview.chromium.org/703753002/diff/40001/ppapi/api/ppb_video_decoder.idl File ppapi/api/ppb_video_decoder.idl (right): https://codereview.chromium.org/703753002/diff/40001/ppapi/api/ppb_video_decoder.idl#newcode16 ppapi/api/ppb_video_decoder.idl:16: M40 = 0.3 What do you think about calling ...
6 years, 1 month ago (2014-11-05 19:28:08 UTC) #9
bbudge
https://codereview.chromium.org/703753002/diff/40001/ppapi/api/ppb_video_decoder.idl File ppapi/api/ppb_video_decoder.idl (right): https://codereview.chromium.org/703753002/diff/40001/ppapi/api/ppb_video_decoder.idl#newcode16 ppapi/api/ppb_video_decoder.idl:16: M40 = 0.3 On 2014/11/05 19:28:08, dmichael wrote: > ...
6 years, 1 month ago (2014-11-05 22:41:48 UTC) #10
dmichael (off chromium)
nits, o/w lgtm https://codereview.chromium.org/703753002/diff/60001/ppapi/c/ppb_video_decoder.h File ppapi/c/ppb_video_decoder.h (right): https://codereview.chromium.org/703753002/diff/60001/ppapi/c/ppb_video_decoder.h#newcode17 ppapi/c/ppb_video_decoder.h:17: #include "ppapi/c/pp_rect.h" Any idea why the ...
6 years, 1 month ago (2014-11-05 23:06:05 UTC) #11
bbudge
https://codereview.chromium.org/703753002/diff/60001/ppapi/c/ppb_video_decoder.h File ppapi/c/ppb_video_decoder.h (right): https://codereview.chromium.org/703753002/diff/60001/ppapi/c/ppb_video_decoder.h#newcode17 ppapi/c/ppb_video_decoder.h:17: #include "ppapi/c/pp_rect.h" On 2014/11/05 23:06:04, dmichael wrote: > Any ...
6 years, 1 month ago (2014-11-06 00:26:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/703753002/120001
6 years, 1 month ago (2014-11-06 18:41:02 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/22609)
6 years, 1 month ago (2014-11-06 18:48:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/703753002/120001
6 years, 1 month ago (2014-11-06 19:16:49 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/22622)
6 years, 1 month ago (2014-11-06 19:23:55 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/703753002/140001
6 years, 1 month ago (2014-11-06 21:18:16 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/22647) mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg/builds/32025)
6 years, 1 month ago (2014-11-06 21:23:16 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/703753002/180001
6 years, 1 month ago (2014-11-06 21:56:32 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/22659)
6 years, 1 month ago (2014-11-06 22:01:40 UTC) #28
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/2d4bf3a9f724cfc78d43b6b247397ca76d39b3f4 Cr-Commit-Position: refs/heads/master@{#303102}
6 years, 1 month ago (2014-11-06 22:33:33 UTC) #29
bbudge
6 years, 1 month ago (2014-11-06 22:33:38 UTC) #30
Message was sent while issue was closed.
Committed patchset #9 (id:180001) manually as
2d4bf3a9f724cfc78d43b6b247397ca76d39b3f4.

Powered by Google App Engine
This is Rietveld 408576698