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

Issue 1394783004: Change paused frame of WebMediaPlayerMS from YV12 to I420 (Closed)

Created:
5 years, 2 months ago by emircan
Modified:
5 years, 2 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change paused frame of WebMediaPlayerMS from YV12 to I420 We copy the last frame in a pause for media stream. - Changed the copied frame to I420 to be consistent with the general format assumption. - I use libyuv rather than direct memsets for copy and conversion. BUG=541728 Committed: https://crrev.com/60a8bbef3d7b1c3e537c5b78d749cae3cf18b3b3 Cr-Commit-Position: refs/heads/master@{#355098}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Remove gn changes. #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -16 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 5 3 chunks +1 line, -2 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 3 chunks +1 line, -2 lines 0 comments Download
M content/renderer/media/webmediaplayer_ms_compositor.cc View 1 2 3 chunks +28 lines, -12 lines 0 comments Download

Messages

Total messages: 37 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394783004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394783004/20001
5 years, 2 months ago (2015-10-13 05:39:00 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/143781)
5 years, 2 months ago (2015-10-13 05:53:07 UTC) #4
emircan
PTAL.
5 years, 2 months ago (2015-10-13 20:09:52 UTC) #8
mcasas
LGTM. You'll need Owners though.
5 years, 2 months ago (2015-10-13 22:44:09 UTC) #10
fbarchard
Its good to weed out the YV12 references... its really YU12. Looks okay, but I'd ...
5 years, 2 months ago (2015-10-14 06:47:36 UTC) #11
emircan
https://codereview.chromium.org/1394783004/diff/60001/content/renderer/media/webmediaplayer_ms.cc File content/renderer/media/webmediaplayer_ms.cc (right): https://codereview.chromium.org/1394783004/diff/60001/content/renderer/media/webmediaplayer_ms.cc#newcode82 content/renderer/media/webmediaplayer_ms.cc:82: libyuv::ConvertToI420(reinterpret_cast<uint8*>(bitmap.getPixels()), On 2015/10/14 06:47:36, fbarchard wrote: > Consider calling ...
5 years, 2 months ago (2015-10-14 21:02:32 UTC) #12
fbarchard
I dont have a benchmark for the old media function, but the new one is ...
5 years, 2 months ago (2015-10-15 17:43:26 UTC) #13
fbarchard
lgtm
5 years, 2 months ago (2015-10-15 17:43:59 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394783004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394783004/100001
5 years, 2 months ago (2015-10-16 17:37:18 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/110147)
5 years, 2 months ago (2015-10-16 17:46:00 UTC) #19
fbarchard
Changed description from NV12 to YV12, to match code.
5 years, 2 months ago (2015-10-16 17:49:33 UTC) #20
emircan
Thanks for the correction fbarchard@. I just realized that I also need OWNERS review on ...
5 years, 2 months ago (2015-10-16 21:36:58 UTC) #22
no sievers
https://codereview.chromium.org/1394783004/diff/100001/content/renderer/BUILD.gn File content/renderer/BUILD.gn (right): https://codereview.chromium.org/1394783004/diff/100001/content/renderer/BUILD.gn#newcode105 content/renderer/BUILD.gn:105: "//third_party/libyuv", This is not an android change, so why ...
5 years, 2 months ago (2015-10-16 22:12:24 UTC) #23
emircan
https://codereview.chromium.org/1394783004/diff/100001/content/renderer/BUILD.gn File content/renderer/BUILD.gn (right): https://codereview.chromium.org/1394783004/diff/100001/content/renderer/BUILD.gn#newcode105 content/renderer/BUILD.gn:105: "//third_party/libyuv", On 2015/10/16 22:12:23, sievers wrote: > This is ...
5 years, 2 months ago (2015-10-16 22:27:31 UTC) #24
no sievers
On 2015/10/16 22:27:31, emircan wrote: > https://codereview.chromium.org/1394783004/diff/100001/content/renderer/BUILD.gn > File content/renderer/BUILD.gn (right): > > https://codereview.chromium.org/1394783004/diff/100001/content/renderer/BUILD.gn#newcode105 > ...
5 years, 2 months ago (2015-10-16 22:51:31 UTC) #25
emircan
On 2015/10/16 22:51:31, sievers wrote: > > Still don't get what this has to do ...
5 years, 2 months ago (2015-10-19 18:33:51 UTC) #28
no sievers
On 2015/10/19 18:33:51, emircan wrote: > On 2015/10/16 22:51:31, sievers wrote: > > > > ...
5 years, 2 months ago (2015-10-19 20:30:40 UTC) #29
emircan
On 2015/10/19 20:30:40, sievers wrote: > I'm just wondering if this all somehow just ends ...
5 years, 2 months ago (2015-10-19 22:51:02 UTC) #30
fbarchard
lgtm
5 years, 2 months ago (2015-10-20 01:02:41 UTC) #31
no sievers
On 2015/10/19 22:51:02, emircan wrote: > On 2015/10/19 20:30:40, sievers wrote: > > I'm just ...
5 years, 2 months ago (2015-10-20 14:27:09 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394783004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394783004/200001
5 years, 2 months ago (2015-10-20 17:32:08 UTC) #35
commit-bot: I haz the power
Committed patchset #6 (id:200001)
5 years, 2 months ago (2015-10-20 17:51:23 UTC) #36
commit-bot: I haz the power
5 years, 2 months ago (2015-10-20 17:53:06 UTC) #37
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/60a8bbef3d7b1c3e537c5b78d749cae3cf18b3b3
Cr-Commit-Position: refs/heads/master@{#355098}

Powered by Google App Engine
This is Rietveld 408576698