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

Issue 1942123002: Plumb decoded video pixel format from GPU process to renderer. (Closed)

Created:
4 years, 7 months ago by jbauman
Modified:
4 years, 6 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, feature-media-reviews_chromium.org, piman+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Plumb decoded video pixel format from GPU process to renderer. This allows the renderer to correctly interpret NV12 and other pixel formats. BUG=574292 Committed: https://crrev.com/1ace3b00d9dad163255b8e73deaad53c0a43a79a Committed: https://crrev.com/86afa7ffd8f64c9829381e0661f94423873b9478 Cr-Original-Commit-Position: refs/heads/master@{#396634} Cr-Commit-Position: refs/heads/master@{#398196}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 4

Patch Set 12 : #

Patch Set 13 : fix test on bots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -74 lines) Patch
M chrome/gpu/arc_gpu_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/gpu/arc_gpu_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -1 line 0 comments Download
M content/renderer/media/rtc_video_decoder.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/media/rtc_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +14 lines, -5 lines 0 comments Download
M content/renderer/pepper/pepper_video_decoder_host.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/pepper_video_decoder_host.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/ppb_video_decoder_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/ppb_video_decoder_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/filters/gpu_video_decoder.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M media/filters/gpu_video_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +16 lines, -7 lines 0 comments Download
M media/gpu/android_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/gpu/android_video_decode_accelerator_unittest.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M media/gpu/fake_video_decode_accelerator.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/gpu/ipc/client/gpu_video_decode_accelerator_host.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -2 lines 0 comments Download
M media/gpu/ipc/common/media_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -5 lines 0 comments Download
M media/gpu/ipc/service/gpu_video_decode_accelerator.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M media/gpu/ipc/service/gpu_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M media/gpu/v4l2_slice_video_decode_accelerator.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M media/gpu/v4l2_slice_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -6 lines 0 comments Download
M media/gpu/v4l2_video_decode_accelerator.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M media/gpu/v4l2_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -7 lines 0 comments Download
M media/gpu/vaapi_video_decode_accelerator.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M media/gpu/vaapi_video_decode_accelerator.cc View 1 2 3 4 5 6 7 3 chunks +17 lines, -19 lines 0 comments Download
M media/gpu/video_decode_accelerator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +10 lines, -3 lines 0 comments Download
M media/gpu/vt_video_decode_accelerator_mac.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/video/video_decode_accelerator.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M media/video/video_decode_accelerator.cc View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 44 (16 generated)
jbauman
4 years, 7 months ago (2016-05-03 21:52:36 UTC) #3
miu
https://codereview.chromium.org/1942123002/diff/1/media/base/video_frame.h File media/base/video_frame.h (right): https://codereview.chromium.org/1942123002/diff/1/media/base/video_frame.h#newcode140 media/base/video_frame.h:140: static scoped_refptr<VideoFrame> WrapNativeTextures( If you're going to add this, ...
4 years, 7 months ago (2016-05-05 20:35:37 UTC) #5
jbauman
PTAL. On 2016/05/05 20:35:37, miu wrote: > https://codereview.chromium.org/1942123002/diff/1/media/base/video_frame.h > File media/base/video_frame.h (right): > > https://codereview.chromium.org/1942123002/diff/1/media/base/video_frame.h#newcode140 ...
4 years, 7 months ago (2016-05-12 19:25:19 UTC) #6
miu
lgtm % minor things: https://codereview.chromium.org/1942123002/diff/20001/media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc File media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc (right): https://codereview.chromium.org/1942123002/diff/20001/media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc#newcode182 media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc:182: return picture_buffer_format_; Order-of-operations consideration: Should ...
4 years, 7 months ago (2016-05-12 20:03:02 UTC) #7
jbauman
On 2016/05/12 20:03:02, miu wrote: > lgtm % minor things: > > https://codereview.chromium.org/1942123002/diff/20001/media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc > File ...
4 years, 7 months ago (2016-05-13 01:10:50 UTC) #8
miu
On 2016/05/13 01:10:50, jbauman wrote: > On 2016/05/12 20:03:02, miu wrote: > > lgtm % ...
4 years, 7 months ago (2016-05-13 22:39:29 UTC) #9
jbauman
On 2016/05/13 22:39:29, miu wrote: > On 2016/05/13 01:10:50, jbauman wrote: > > On 2016/05/12 ...
4 years, 7 months ago (2016-05-13 22:42:45 UTC) #10
jbauman
posciak@: PTAL
4 years, 7 months ago (2016-05-17 20:52:19 UTC) #11
Pawel Osciak
Also adding a few other VDA owners. https://codereview.chromium.org/1942123002/diff/100001/media/filters/gpu_video_decoder.cc File media/filters/gpu_video_decoder.cc (right): https://codereview.chromium.org/1942123002/diff/100001/media/filters/gpu_video_decoder.cc#newcode489 media/filters/gpu_video_decoder.cc:489: pixel_format_ = ...
4 years, 7 months ago (2016-05-18 07:32:32 UTC) #13
liberato (no reviews please)
https://codereview.chromium.org/1942123002/diff/100001/media/filters/gpu_video_decoder.cc File media/filters/gpu_video_decoder.cc (right): https://codereview.chromium.org/1942123002/diff/100001/media/filters/gpu_video_decoder.cc#newcode489 media/filters/gpu_video_decoder.cc:489: pixel_format_ = format; On 2016/05/18 07:32:31, Pawel Osciak wrote: ...
4 years, 7 months ago (2016-05-18 14:49:27 UTC) #14
jbauman
On 2016/05/18 07:32:32, Pawel Osciak wrote: > Also adding a few other VDA owners. > ...
4 years, 7 months ago (2016-05-19 17:52:18 UTC) #15
Pawel Osciak
On 2016/05/19 17:52:18, jbauman wrote: > On 2016/05/18 07:32:32, Pawel Osciak wrote: > > Also ...
4 years, 7 months ago (2016-05-20 10:16:06 UTC) #16
liberato (no reviews please)
On 2016/05/20 10:16:06, Pawel Osciak wrote: > On 2016/05/19 17:52:18, jbauman wrote: > > On ...
4 years, 7 months ago (2016-05-20 14:26:09 UTC) #17
sandersd (OOO until July 31)
media/ lgtm
4 years, 7 months ago (2016-05-20 18:26:08 UTC) #18
jbauman
On 2016/05/20 10:16:06, Pawel Osciak wrote: > On 2016/05/19 17:52:18, jbauman wrote: > > On ...
4 years, 7 months ago (2016-05-20 22:50:34 UTC) #19
jbauman
PTAL. On 2016/05/20 10:16:06, Pawel Osciak wrote: > On 2016/05/19 17:52:18, jbauman wrote: > > ...
4 years, 7 months ago (2016-05-26 01:27:45 UTC) #20
Pawel Osciak
Thank you. lgtm with some remaining comments please. https://chromiumcodereview.appspot.com/1942123002/diff/200001/content/renderer/media/rtc_video_decoder.cc File content/renderer/media/rtc_video_decoder.cc (right): https://chromiumcodereview.appspot.com/1942123002/diff/200001/content/renderer/media/rtc_video_decoder.cc#newcode356 content/renderer/media/rtc_video_decoder.cc:356: pixel_format_ ...
4 years, 7 months ago (2016-05-26 08:54:07 UTC) #21
jbauman
nasko@: content/ and media/gpu/ipc/common OWNERS review, please.
4 years, 6 months ago (2016-05-27 01:10:53 UTC) #23
nasko
IPC and content/ LGTM
4 years, 6 months ago (2016-05-27 23:02:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942123002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942123002/210001
4 years, 6 months ago (2016-05-27 23:03:35 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/208010)
4 years, 6 months ago (2016-05-28 00:02:19 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942123002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942123002/210001
4 years, 6 months ago (2016-05-28 01:29:11 UTC) #31
commit-bot: I haz the power
Committed patchset #12 (id:210001)
4 years, 6 months ago (2016-05-28 04:10:23 UTC) #33
commit-bot: I haz the power
Patchset 12 (id:??) landed as https://crrev.com/1ace3b00d9dad163255b8e73deaad53c0a43a79a Cr-Commit-Position: refs/heads/master@{#396634}
4 years, 6 months ago (2016-05-28 04:11:33 UTC) #35
Pawel Osciak
A revert of this CL (patchset #12 id:210001) has been created in https://codereview.chromium.org/2019333004/ by posciak@chromium.org. ...
4 years, 6 months ago (2016-05-31 09:23:17 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942123002/230001
4 years, 6 months ago (2016-06-07 01:44:37 UTC) #40
commit-bot: I haz the power
Committed patchset #13 (id:230001)
4 years, 6 months ago (2016-06-07 02:15:03 UTC) #42
commit-bot: I haz the power
4 years, 6 months ago (2016-06-07 02:16:43 UTC) #44
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/86afa7ffd8f64c9829381e0661f94423873b9478
Cr-Commit-Position: refs/heads/master@{#398196}

Powered by Google App Engine
This is Rietveld 408576698