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

Issue 2746013006: use VideoColorSpace in decoder configuration (Closed)

Created:
3 years, 9 months ago by hubbe
Modified:
3 years, 9 months ago
Reviewers:
Tom Sepez, ccameron
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, chfremer+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

use VideoColorSpace in decoder configuration 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/2746013006 Cr-Commit-Position: refs/heads/master@{#459144} Committed: https://chromium.googlesource.com/chromium/src/+/8522682ae8653566035cd5dd41ebd2679e5aaa2b

Patch Set 1 #

Patch Set 2 : build fix? #

Patch Set 3 : win fixes #

Total comments: 2

Patch Set 4 : merged #

Patch Set 5 : oops, win compile fix reapplied #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -44 lines) Patch
M content/renderer/media/render_media_client_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M media/base/hdr_metadata.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/ipc/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/base/ipc/media_param_traits_macros.h View 1 2 3 chunks +27 lines, -0 lines 0 comments Download
M media/base/mime_util_internal.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/video_codecs.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/base/video_color_space.h View 1 chunk +6 lines, -1 line 0 comments Download
M media/base/video_color_space.cc View 2 chunks +22 lines, -1 line 0 comments Download
M media/base/video_decoder_config.h View 3 chunks +4 lines, -4 lines 0 comments Download
M media/base/video_decoder_config.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/filters/h264_parser.h View 1 2 4 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/h264_parser.cc View 1 2 4 1 chunk +3 lines, -3 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M media/formats/webm/webm_colour_parser.h View 2 chunks +2 lines, -1 line 0 comments Download
M media/formats/webm/webm_colour_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/formats/webm/webm_stream_parser_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M media/gpu/dxva_video_decode_accelerator_win.cc View 1 2 3 4 5 chunks +10 lines, -10 lines 0 comments Download
M media/video/video_decode_accelerator.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (29 generated)
hubbe
I don't think I'm going to use VideoColorSpace in VideoFrame, since that would mean that ...
3 years, 9 months ago (2017-03-15 23:42:39 UTC) #13
hubbe
On 2017/03/15 23:42:39, hubbe wrote: > I don't think I'm going to use VideoColorSpace in ...
3 years, 9 months ago (2017-03-20 21:50:15 UTC) #16
ccameron
lgtm (sorry for the delay! somehow I thought someone else had media/) https://codereview.chromium.org/2746013006/diff/40001/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc ...
3 years, 9 months ago (2017-03-20 21:58:24 UTC) #17
hubbe
https://codereview.chromium.org/2746013006/diff/40001/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/2746013006/diff/40001/media/filters/vpx_video_decoder.cc#newcode601 media/filters/vpx_video_decoder.cc:601: if (config_.color_space_info() != VideoColorSpace()) { On 2017/03/20 21:58:24, ccameron ...
3 years, 9 months ago (2017-03-20 22:03:09 UTC) #18
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/2746013006/40001
3 years, 9 months ago (2017-03-20 22:04:00 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/389696)
3 years, 9 months ago (2017-03-20 22:25:24 UTC) #22
hubbe
+tsepez for security (media/base/ipc/media_param_traits_macros.h)
3 years, 9 months ago (2017-03-22 23:01:34 UTC) #26
Tom Sepez
lgtm
3 years, 9 months ago (2017-03-23 16:35:16 UTC) #33
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/2746013006/80001
3 years, 9 months ago (2017-03-23 17:43:00 UTC) #36
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 18:10:40 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/8522682ae8653566035cd5dd41eb...

Powered by Google App Engine
This is Rietveld 408576698