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

Issue 1677133003: Implemented parsing of HEVC codec ids (Closed)

Created:
4 years, 10 months ago by servolk
Modified:
4 years, 8 months ago
CC:
DaleCurtis, chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@parse-codec-id
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implemented parsing of HEVC codec ids BUG=482761 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/b36186ff03599c360e1c536f968aa7022105d3d0 Cr-Commit-Position: refs/heads/master@{#388827}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : wip #

Patch Set 4 : rebase #

Patch Set 5 : wip #

Patch Set 6 : Added profile/level params #

Patch Set 7 : rebase #

Patch Set 8 : Update mojo video profiles #

Patch Set 9 : buildfix #

Patch Set 10 : Fixed unit test #

Total comments: 15

Patch Set 11 : Fixed enum values #

Patch Set 12 : Restored enum value ordering #

Patch Set 13 : Restored explicit enum value numbering in video_codecs.h #

Patch Set 14 : Added new values to histograms.xml #

Patch Set 15 : Added ppapi video profile values #

Patch Set 16 : rebase #

Patch Set 17 : Buildfix #

Patch Set 18 : Updated comments about VideoCodecProfile enum #

Total comments: 15

Patch Set 19 : Reserved 4 profile values for VP9 profiles #

Total comments: 8

Patch Set 20 : CR feedback #

Patch Set 21 : buildfixes #

Patch Set 22 : rebase #

Patch Set 23 : Better formatting in ppapi #

Total comments: 2

Patch Set 24 : Added vp9 reserved profiles to histograms.xml #

Total comments: 13

Patch Set 25 : rebase #

Patch Set 26 : Rebase + remove PPAPI changes #

Total comments: 9

Patch Set 27 : Moved ParseHEVCCodecId invocation below ParseAVCCodecId #

Patch Set 28 : rebase #

Patch Set 29 : Set is_ambiguous to true for most HEVC codec ids #

Patch Set 30 : buildfix #

Patch Set 31 : Set is_ambiguous to false #

Total comments: 4

Patch Set 32 : rebase #

Patch Set 33 : cr #

Patch Set 34 : rebase #

Total comments: 6

Patch Set 35 : CR feedback (DCHECK, newline) #

Total comments: 2

Patch Set 36 : nit #

Total comments: 2

Patch Set 37 : Added a runtume check for number of element in HEVC codec id #

Total comments: 10

Patch Set 38 : Fixed handling of empty elements + added test cases with empty elements #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -90 lines) Patch
M content/browser/media/media_canplaytype_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 4 chunks +130 lines, -23 lines 0 comments Download
M gpu/config/gpu_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +4 lines, -1 line 0 comments Download
M media/base/mime_util_internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M media/base/mime_util_internal.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 6 chunks +16 lines, -46 lines 0 comments Download
M media/base/mime_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +3 lines, -3 lines 0 comments Download
M media/base/video_codecs.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 4 chunks +19 lines, -4 lines 0 comments Download
M media/base/video_codecs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3 chunks +117 lines, -0 lines 4 comments Download
M media/base/video_decoder_config.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +4 lines, -0 lines 0 comments Download
M media/gpu/ipc/common/gpu_video_accelerator_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +3 lines, -0 lines 0 comments Download
M media/mojo/common/media_type_converters.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +5 lines, -0 lines 0 comments Download
M media/mojo/interfaces/media_types.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +17 lines, -12 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 87 (15 generated)
servolk
4 years, 10 months ago (2016-02-18 03:54:19 UTC) #4
ddorwin
I only reviewed at a high level. https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, All ...
4 years, 10 months ago (2016-02-18 17:30:03 UTC) #5
servolk
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/18 17:30:02, ddorwin wrote: > All other ...
4 years, 10 months ago (2016-02-18 19:16:20 UTC) #6
ddorwin
dalecurtis, please see the discussions in https://codereview.chromium.org/1677133003/patch/180001/190007 https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On ...
4 years, 10 months ago (2016-02-18 21:52:22 UTC) #7
DaleCurtis
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/18 21:52:22, ddorwin wrote: > On 2016/02/18 ...
4 years, 10 months ago (2016-02-18 22:04:55 UTC) #9
ddorwin
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/18 22:04:55, DaleCurtis wrote: > On 2016/02/18 ...
4 years, 10 months ago (2016-02-18 22:21:41 UTC) #10
servolk
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/18 22:04:55, DaleCurtis wrote: > On 2016/02/18 ...
4 years, 10 months ago (2016-02-18 22:28:51 UTC) #11
DaleCurtis
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/18 at 22:28:51, servolk wrote: > On ...
4 years, 10 months ago (2016-02-19 23:15:17 UTC) #12
servolk
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/19 23:15:17, DaleCurtis wrote: > On 2016/02/18 ...
4 years, 10 months ago (2016-02-19 23:47:55 UTC) #13
servolk
https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 media/base/video_codecs.h:58: HEVCPROFILE_MAIN, On 2016/02/19 23:47:55, servolk wrote: > On 2016/02/19 ...
4 years, 10 months ago (2016-02-19 23:57:31 UTC) #14
servolk
On 2016/02/19 23:57:31, servolk wrote: > https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h > File media/base/video_codecs.h (right): > > https://codereview.chromium.org/1677133003/diff/180001/media/base/video_codecs.h#newcode58 > ...
4 years, 10 months ago (2016-02-26 18:40:38 UTC) #15
ddorwin
dalecurtis: Should we reserve UMA values for VP9 profiles and potentially other HEVC profiles? servolk: ...
4 years, 10 months ago (2016-02-26 18:54:17 UTC) #16
DaleCurtis
Do we really care about alphabetical order that much? Or are there pieces of code ...
4 years, 10 months ago (2016-02-26 19:29:18 UTC) #17
ddorwin
On 2016/02/26 19:29:18, DaleCurtis wrote: > Do we really care about alphabetical order that much? ...
4 years, 10 months ago (2016-02-26 19:48:08 UTC) #18
chromium-reviews
Yeah, for example for VP9 we have range checks in a couple of places: https://code.google.com/p/chromium/codesearch#chromium/src/content/common/gpu/media/vaapi_video_decode_accelerator.cc&l=370&cl=GROK ...
4 years, 10 months ago (2016-02-26 19:50:00 UTC) #19
servolk
https://codereview.chromium.org/1677133003/diff/330001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/330001/gpu/config/gpu_info.h#newcode43 gpu/config/gpu_info.h:43: H264PROFILE_MAIN, On 2016/02/26 18:54:17, ddorwin wrote: > If this ...
4 years, 10 months ago (2016-02-26 19:50:19 UTC) #20
DaleCurtis
Ah, yeah I forgot about those, reserving a couple sgtm.
4 years, 10 months ago (2016-02-26 20:40:45 UTC) #21
servolk
https://codereview.chromium.org/1677133003/diff/330001/media/base/video_codecs.h File media/base/video_codecs.h (right): https://codereview.chromium.org/1677133003/diff/330001/media/base/video_codecs.h#newcode65 media/base/video_codecs.h:65: VP9PROFILE_ANY = VP9PROFILE_MIN, On 2016/02/26 18:54:17, ddorwin wrote: > ...
4 years, 10 months ago (2016-02-26 22:24:26 UTC) #23
ddorwin
https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = 16, This needs to be relative since ...
4 years, 10 months ago (2016-02-26 22:29:33 UTC) #24
servolk
https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = 16, On 2016/02/26 22:29:32, ddorwin wrote: > ...
4 years, 10 months ago (2016-02-26 22:56:06 UTC) #25
servolk
On 2016/02/26 22:56:06, servolk wrote: > https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h > File gpu/config/gpu_info.h (right): > > https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h#newcode56 > ...
4 years, 9 months ago (2016-03-01 02:10:48 UTC) #26
servolk
On 2016/03/01 02:10:48, servolk wrote: > On 2016/02/26 22:56:06, servolk wrote: > > https://codereview.chromium.org/1677133003/diff/350001/gpu/config/gpu_info.h > ...
4 years, 9 months ago (2016-03-01 03:41:22 UTC) #28
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1677133003/diff/430001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1677133003/diff/430001/tools/metrics/histograms/histograms.xml#newcode82807 tools/metrics/histograms/histograms.xml:82807: +<!-- 4 profile values are reserved for VP9 ...
4 years, 9 months ago (2016-03-01 15:30:34 UTC) #29
servolk
https://codereview.chromium.org/1677133003/diff/430001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1677133003/diff/430001/tools/metrics/histograms/histograms.xml#newcode82807 tools/metrics/histograms/histograms.xml:82807: +<!-- 4 profile values are reserved for VP9 profiles, ...
4 years, 9 months ago (2016-03-01 18:00:45 UTC) #30
raymes
ppapi lgtm but please wait for the main reviewer for this CL (it's a bit ...
4 years, 9 months ago (2016-03-01 23:19:47 UTC) #31
ddorwin
https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = VP9PROFILE_ANY + 4, //=16 Just remove the ...
4 years, 9 months ago (2016-03-02 01:36:38 UTC) #32
servolk
https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = VP9PROFILE_ANY + 4, //=16 On 2016/03/02 01:36:38, ...
4 years, 9 months ago (2016-03-02 01:47:45 UTC) #33
xhwang
https://codereview.chromium.org/1677133003/diff/450001/media/mojo/interfaces/media_types.mojom File media/mojo/interfaces/media_types.mojom (right): https://codereview.chromium.org/1677133003/diff/450001/media/mojo/interfaces/media_types.mojom#newcode151 media/mojo/interfaces/media_types.mojom:151: H264PROFILE_MAIN, On 2016/03/02 01:47:45, servolk wrote: > On 2016/03/02 ...
4 years, 9 months ago (2016-03-02 04:17:55 UTC) #35
ddorwin
sandersd and dalecurtis: What are your thoughts on whether VP9PROFILE_ANY would be the same as ...
4 years, 9 months ago (2016-03-03 22:00:21 UTC) #36
DaleCurtis
https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = VP9PROFILE_ANY + 4, //=16 On 2016/03/03 at ...
4 years, 9 months ago (2016-03-03 22:05:32 UTC) #38
servolk
On 2016/03/03 22:05:32, DaleCurtis wrote: > https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h > File gpu/config/gpu_info.h (right): > > https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 > ...
4 years, 9 months ago (2016-03-03 22:15:17 UTC) #39
DaleCurtis
https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = VP9PROFILE_ANY + 4, //=16 On 2016/03/03 at ...
4 years, 9 months ago (2016-03-03 22:17:20 UTC) #40
ddorwin
https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 gpu/config/gpu_info.h:56: HEVCPROFILE_MAIN = VP9PROFILE_ANY + 4, //=16 On 2016/03/03 22:17:20, ...
4 years, 9 months ago (2016-03-03 22:21:17 UTC) #41
servolk
On 2016/03/03 22:17:20, DaleCurtis wrote: > https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h > File gpu/config/gpu_info.h (right): > > https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h#newcode56 > ...
4 years, 9 months ago (2016-03-03 22:23:22 UTC) #42
servolk
On 2016/03/03 22:23:22, servolk wrote: > On 2016/03/03 22:17:20, DaleCurtis wrote: > > https://codereview.chromium.org/1677133003/diff/450001/gpu/config/gpu_info.h > ...
4 years, 9 months ago (2016-03-04 19:48:05 UTC) #43
servolk
On 2016/03/04 19:48:05, servolk wrote: > On 2016/03/03 22:23:22, servolk wrote: > > On 2016/03/03 ...
4 years, 9 months ago (2016-03-10 01:00:34 UTC) #44
servolk
On 2016/03/10 01:00:34, servolk wrote: > On 2016/03/04 19:48:05, servolk wrote: > > On 2016/03/03 ...
4 years, 9 months ago (2016-03-11 01:45:46 UTC) #45
ddorwin
On 2016/03/11 01:45:46, servolk wrote: > On 2016/03/10 01:00:34, servolk wrote: > > On 2016/03/04 ...
4 years, 9 months ago (2016-03-11 17:37:10 UTC) #46
servolk
On 2016/03/11 17:37:10, ddorwin wrote: > On 2016/03/11 01:45:46, servolk wrote: > > On 2016/03/10 ...
4 years, 9 months ago (2016-03-11 20:04:51 UTC) #47
ddorwin
On 2016/03/11 20:04:51, servolk wrote: > On 2016/03/11 17:37:10, ddorwin wrote: > > On 2016/03/11 ...
4 years, 9 months ago (2016-03-11 20:11:52 UTC) #48
servolk
On 2016/03/11 20:11:52, ddorwin wrote: > On 2016/03/11 20:04:51, servolk wrote: > > On 2016/03/11 ...
4 years, 9 months ago (2016-03-11 23:12:35 UTC) #49
servolk
On 2016/03/11 23:12:35, servolk wrote: > On 2016/03/11 20:11:52, ddorwin wrote: > > On 2016/03/11 ...
4 years, 8 months ago (2016-04-01 19:10:21 UTC) #50
ddorwin
I did not review the HEVC details in: content/browser/media/media_canplaytype_browsertest.cc media/base/video_codecs.cc Please get someone to specifically ...
4 years, 8 months ago (2016-04-02 00:09:06 UTC) #51
servolk
https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc#newcode517 media/base/mime_util_internal.cc:517: #if BUILDFLAG(ENABLE_HEVC_DEMUXING) On 2016/04/02 00:09:06, ddorwin wrote: > I ...
4 years, 8 months ago (2016-04-02 00:35:04 UTC) #52
ddorwin
https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc#newcode502 media/base/mime_util_internal.cc:502: bool* is_ambiguous) const { As you mentioned below, this ...
4 years, 8 months ago (2016-04-02 00:56:09 UTC) #53
ddorwin
https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc#newcode519 media/base/mime_util_internal.cc:519: *is_ambiguous = false; On 2016/04/02 00:56:09, ddorwin wrote: > ...
4 years, 8 months ago (2016-04-06 01:43:56 UTC) #54
servolk
https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/490001/media/base/mime_util_internal.cc#newcode502 media/base/mime_util_internal.cc:502: bool* is_ambiguous) const { On 2016/04/02 00:56:09, ddorwin wrote: ...
4 years, 8 months ago (2016-04-07 00:59:40 UTC) #55
ddorwin
https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc#newcode576 media/base/mime_util_internal.cc:576: // tests expect. We'll need to add platform level ...
4 years, 8 months ago (2016-04-07 20:29:46 UTC) #56
servolk
https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc#newcode576 media/base/mime_util_internal.cc:576: // tests expect. We'll need to add platform level ...
4 years, 8 months ago (2016-04-07 20:44:03 UTC) #57
ddorwin
https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc#newcode576 media/base/mime_util_internal.cc:576: // tests expect. We'll need to add platform level ...
4 years, 8 months ago (2016-04-08 20:43:24 UTC) #58
servolk
https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc File media/base/mime_util_internal.cc (right): https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc#newcode576 media/base/mime_util_internal.cc:576: // tests expect. We'll need to add platform level ...
4 years, 8 months ago (2016-04-08 22:11:45 UTC) #59
servolk
On 2016/04/08 22:11:45, servolk wrote: > https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc > File media/base/mime_util_internal.cc (right): > > https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc#newcode576 > ...
4 years, 8 months ago (2016-04-11 19:56:39 UTC) #60
servolk
On 2016/04/11 19:56:39, servolk wrote: > On 2016/04/08 22:11:45, servolk wrote: > > > https://codereview.chromium.org/1677133003/diff/590001/media/base/mime_util_internal.cc ...
4 years, 8 months ago (2016-04-15 17:19:39 UTC) #61
sandersd (OOO until July 31)
Looking good, just some media/ style nits. https://codereview.chromium.org/1677133003/diff/650001/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/650001/media/base/video_codecs.cc#newcode212 media/base/video_codecs.cc:212: CHECK(general_profile_space >= ...
4 years, 8 months ago (2016-04-20 18:13:54 UTC) #62
servolk
https://codereview.chromium.org/1677133003/diff/650001/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/650001/media/base/video_codecs.cc#newcode212 media/base/video_codecs.cc:212: CHECK(general_profile_space >= 0 && general_profile_space <= 3); On 2016/04/20 ...
4 years, 8 months ago (2016-04-20 18:21:11 UTC) #63
sandersd (OOO until July 31)
LGTM % nit. https://codereview.chromium.org/1677133003/diff/670001/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/670001/media/base/video_codecs.cc#newcode250 media/base/video_codecs.cc:250: CHECK(general_tier_flag == 0 || general_tier_flag == ...
4 years, 8 months ago (2016-04-20 18:23:02 UTC) #64
servolk
https://codereview.chromium.org/1677133003/diff/670001/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/670001/media/base/video_codecs.cc#newcode250 media/base/video_codecs.cc:250: CHECK(general_tier_flag == 0 || general_tier_flag == 1); On 2016/04/20 ...
4 years, 8 months ago (2016-04-20 18:24:16 UTC) #65
servolk
On 2016/04/20 18:24:16, servolk wrote: > https://codereview.chromium.org/1677133003/diff/670001/media/base/video_codecs.cc > File media/base/video_codecs.cc (right): > > https://codereview.chromium.org/1677133003/diff/670001/media/base/video_codecs.cc#newcode250 > ...
4 years, 8 months ago (2016-04-20 18:27:47 UTC) #67
piman
lgtm
4 years, 8 months ago (2016-04-20 21:03:15 UTC) #68
ddorwin
https://codereview.chromium.org/1677133003/diff/690001/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/690001/media/base/video_codecs.cc#newcode208 media/base/video_codecs.cc:208: if (elem[1][0] == 'A' || elem[1][0] == 'B' || ...
4 years, 8 months ago (2016-04-20 21:10:56 UTC) #69
servolk
https://codereview.chromium.org/1677133003/diff/690001/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/690001/media/base/video_codecs.cc#newcode208 media/base/video_codecs.cc:208: if (elem[1][0] == 'A' || elem[1][0] == 'B' || ...
4 years, 8 months ago (2016-04-20 21:46:06 UTC) #70
ddorwin
https://codereview.chromium.org/1677133003/diff/710001/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/1677133003/diff/710001/content/browser/media/media_canplaytype_browsertest.cc#newcode1263 content/browser/media/media_canplaytype_browsertest.cc:1263: EXPECT_EQ(kNot, CanPlay("'video/mp4; codecs=hvc1.'")); Add this test without the extra ...
4 years, 8 months ago (2016-04-20 22:28:15 UTC) #71
servolk
https://codereview.chromium.org/1677133003/diff/710001/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/1677133003/diff/710001/content/browser/media/media_canplaytype_browsertest.cc#newcode1263 content/browser/media/media_canplaytype_browsertest.cc:1263: EXPECT_EQ(kNot, CanPlay("'video/mp4; codecs=hvc1.'")); On 2016/04/20 22:28:15, ddorwin wrote: > ...
4 years, 8 months ago (2016-04-20 23:14:46 UTC) #72
ddorwin
Thanks. LGTM (for the files I reviewed*) with question. * As before, I did not ...
4 years, 8 months ago (2016-04-20 23:32:42 UTC) #73
servolk
Thanks for the reviews, everyone. https://codereview.chromium.org/1677133003/diff/700013/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/700013/media/base/video_codecs.cc#newcode218 media/base/video_codecs.cc:218: DCHECK(general_profile_space >= 0 && ...
4 years, 8 months ago (2016-04-20 23:57:48 UTC) #74
ddorwin
https://codereview.chromium.org/1677133003/diff/700013/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/700013/media/base/video_codecs.cc#newcode218 media/base/video_codecs.cc:218: DCHECK(general_profile_space >= 0 && general_profile_space <= 3); On 2016/04/20 ...
4 years, 8 months ago (2016-04-21 00:00:32 UTC) #75
servolk
https://codereview.chromium.org/1677133003/diff/700013/media/base/video_codecs.cc File media/base/video_codecs.cc (right): https://codereview.chromium.org/1677133003/diff/700013/media/base/video_codecs.cc#newcode218 media/base/video_codecs.cc:218: DCHECK(general_profile_space >= 0 && general_profile_space <= 3); On 2016/04/21 ...
4 years, 8 months ago (2016-04-21 00:13:27 UTC) #76
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1677133003/700013 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1677133003/700013
4 years, 8 months ago (2016-04-21 02:40:29 UTC) #79
commit-bot: I haz the power
Try jobs failed on following builders: win_optional_gpu_tests_rel on tryserver.chromium.win (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-04-21 04:41:26 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1677133003/700013 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1677133003/700013
4 years, 8 months ago (2016-04-21 17:28:30 UTC) #83
commit-bot: I haz the power
Committed patchset #38 (id:700013)
4 years, 8 months ago (2016-04-21 18:41:41 UTC) #85
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:36:39 UTC) #87
Message was sent while issue was closed.
Patchset 38 (id:??) landed as
https://crrev.com/b36186ff03599c360e1c536f968aa7022105d3d0
Cr-Commit-Position: refs/heads/master@{#388827}

Powered by Google App Engine
This is Rietveld 408576698