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

Issue 2801193003: Add feature flag to convert BT.709 to BT.601 video in overlays. (Closed)

Created:
3 years, 8 months ago by jbauman
Modified:
3 years, 8 months ago
Reviewers:
sunnyps
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add feature flag to convert BT.709 to BT.601 video in overlays. Some systems seem to be ignoring the BT.709 colorspace, so add a feature flag so we can test converting it to BT.601 in the video processor so it will display properly. BUG=678800 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2801193003 Cr-Commit-Position: refs/heads/master@{#463842} Committed: https://chromium.googlesource.com/chromium/src/+/137707cfcb43771e8a3d6805c3f327c22a4f87d9

Patch Set 1 #

Total comments: 6

Patch Set 2 : some changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -12 lines) Patch
M gpu/ipc/service/direct_composition_surface_win.cc View 1 6 chunks +52 lines, -12 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
jbauman
3 years, 8 months ago (2017-04-08 01:24:24 UTC) #5
sunnyps
https://codereview.chromium.org/2801193003/diff/1/gpu/ipc/service/direct_composition_surface_win.cc File gpu/ipc/service/direct_composition_surface_win.cc (right): https://codereview.chromium.org/2801193003/diff/1/gpu/ipc/service/direct_composition_surface_win.cc#newcode49 gpu/ipc/service/direct_composition_surface_win.cc:49: const base::Feature kConvertVideoToBT601{"ConvertVideoToBT601", nit: Can the name be something ...
3 years, 8 months ago (2017-04-11 21:27:23 UTC) #8
jbauman
https://codereview.chromium.org/2801193003/diff/1/gpu/ipc/service/direct_composition_surface_win.cc File gpu/ipc/service/direct_composition_surface_win.cc (right): https://codereview.chromium.org/2801193003/diff/1/gpu/ipc/service/direct_composition_surface_win.cc#newcode355 gpu/ipc/service/direct_composition_surface_win.cc:355: if (base::FeatureList::IsEnabled(kConvertVideoToBT601) && On 2017/04/11 21:27:23, sunnyps wrote: > ...
3 years, 8 months ago (2017-04-11 21:43:53 UTC) #9
sunnyps
lgtm
3 years, 8 months ago (2017-04-11 23:22:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2801193003/20001
3 years, 8 months ago (2017-04-11 23:36:38 UTC) #16
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 23:54:23 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/137707cfcb43771e8a3d6805c3f3...

Powered by Google App Engine
This is Rietveld 408576698