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

Issue 45053003: Add UMA metrics for ffmpeg color ranges. (Closed)

Created:
7 years, 1 month ago by rileya (GONE FROM CHROMIUM)
Modified:
7 years, 1 month ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add UMA metrics for ffmpeg color ranges. BUG=310272 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232875

Patch Set 1 #

Patch Set 2 : Add enum for colorrange #

Total comments: 1

Patch Set 3 : Log VideoFrame::Format, instead of ffmpeg's AvPixelFormat. #

Total comments: 1

Patch Set 4 : Remove unnecessary + 1 in histogram macro. #

Patch Set 5 : Rename FORMAT_MAX to NUM_FORMATS. #

Total comments: 1

Patch Set 6 : Rename format histogram max enum, add cases for it in several switches to clear up compile errors. #

Patch Set 7 : Add period to comment. #

Total comments: 1

Patch Set 8 : Drop the 'FORMAT_'. Just 'HISTOGRAM_MAX', it's cleaner. #

Total comments: 5

Patch Set 9 : Note when histograms are emitted. #

Patch Set 10 : Remove gaps in VideoFrame::Format #

Patch Set 11 : Remove VideoFrame::Format stuff. #

Patch Set 12 : #

Patch Set 13 : Attempt to merge #

Patch Set 14 : Merge, correctly this time? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M media/ffmpeg/ffmpeg_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (0 generated)
rileya (GONE FROM CHROMIUM)
7 years, 1 month ago (2013-10-28 16:54:38 UTC) #1
rileya (GONE FROM CHROMIUM)
On 2013/10/28 16:54:38, rileya wrote: On John's suggestion I was looking into adding the enum ...
7 years, 1 month ago (2013-10-28 17:28:56 UTC) #2
scherkus (not reviewing)
https://codereview.chromium.org/45053003/diff/50001/media/ffmpeg/ffmpeg_common.cc File media/ffmpeg/ffmpeg_common.cc (right): https://codereview.chromium.org/45053003/diff/50001/media/ffmpeg/ffmpeg_common.cc#newcode375 media/ffmpeg/ffmpeg_common.cc:375: "Media.VideoPixelFormat", stream->codec->pix_fmt, PIX_FMT_NB + 1); you're correct that since ...
7 years, 1 month ago (2013-10-28 21:16:38 UTC) #3
rileya (GONE FROM CHROMIUM)
On 2013/10/28 21:16:38, scherkus wrote: > https://codereview.chromium.org/45053003/diff/50001/media/ffmpeg/ffmpeg_common.cc > File media/ffmpeg/ffmpeg_common.cc (right): > > https://codereview.chromium.org/45053003/diff/50001/media/ffmpeg/ffmpeg_common.cc#newcode375 > ...
7 years, 1 month ago (2013-10-29 00:10:16 UTC) #4
scherkus (not reviewing)
https://codereview.chromium.org/45053003/diff/90001/media/ffmpeg/ffmpeg_common.cc File media/ffmpeg/ffmpeg_common.cc (right): https://codereview.chromium.org/45053003/diff/90001/media/ffmpeg/ffmpeg_common.cc#newcode376 media/ffmpeg/ffmpeg_common.cc:376: AVCOL_RANGE_NB + 1); should this be AVCOL_RANGE_NB as opposed ...
7 years, 1 month ago (2013-10-29 00:36:30 UTC) #5
rileya (GONE FROM CHROMIUM)
On 2013/10/29 00:36:30, scherkus wrote: > https://codereview.chromium.org/45053003/diff/90001/media/ffmpeg/ffmpeg_common.cc > File media/ffmpeg/ffmpeg_common.cc (right): > > https://codereview.chromium.org/45053003/diff/90001/media/ffmpeg/ffmpeg_common.cc#newcode376 > ...
7 years, 1 month ago (2013-10-29 00:52:07 UTC) #6
scherkus (not reviewing)
On 2013/10/29 00:52:07, rileya wrote: > On 2013/10/29 00:36:30, scherkus wrote: > > > https://codereview.chromium.org/45053003/diff/90001/media/ffmpeg/ffmpeg_common.cc ...
7 years, 1 month ago (2013-10-29 01:00:23 UTC) #7
rileya (GONE FROM CHROMIUM)
On 2013/10/29 01:00:23, scherkus wrote: > On 2013/10/29 00:52:07, rileya wrote: > > On 2013/10/29 ...
7 years, 1 month ago (2013-10-29 01:19:41 UTC) #8
scherkus (not reviewing)
On 2013/10/29 01:19:41, rileya wrote: > On 2013/10/29 01:00:23, scherkus wrote: > > On 2013/10/29 ...
7 years, 1 month ago (2013-10-29 02:29:14 UTC) #9
rileya (GONE FROM CHROMIUM)
On 2013/10/29 02:29:14, scherkus wrote: > On 2013/10/29 01:19:41, rileya wrote: > > On 2013/10/29 ...
7 years, 1 month ago (2013-10-29 17:26:56 UTC) #10
scherkus (not reviewing)
https://codereview.chromium.org/45053003/diff/170001/media/base/video_frame.h File media/base/video_frame.h (right): https://codereview.chromium.org/45053003/diff/170001/media/base/video_frame.h#newcode55 media/base/video_frame.h:55: NUM_FORMATS, // Must be greater than all other formats ...
7 years, 1 month ago (2013-10-29 23:39:10 UTC) #11
rileya (GONE FROM CHROMIUM)
On 2013/10/29 23:39:10, scherkus wrote: > https://codereview.chromium.org/45053003/diff/170001/media/base/video_frame.h > File media/base/video_frame.h (right): > > https://codereview.chromium.org/45053003/diff/170001/media/base/video_frame.h#newcode55 > ...
7 years, 1 month ago (2013-10-30 17:51:50 UTC) #12
scherkus (not reviewing)
one nit on naming https://codereview.chromium.org/45053003/diff/290001/media/base/video_frame.h File media/base/video_frame.h (right): https://codereview.chromium.org/45053003/diff/290001/media/base/video_frame.h#newcode55 media/base/video_frame.h:55: FORMAT_HISTOGRAM_MAX, // Must be greater ...
7 years, 1 month ago (2013-10-30 19:37:05 UTC) #13
rileya (GONE FROM CHROMIUM)
On 2013/10/30 19:37:05, scherkus wrote: > one nit on naming > > https://codereview.chromium.org/45053003/diff/290001/media/base/video_frame.h > File ...
7 years, 1 month ago (2013-10-30 19:45:18 UTC) #14
scherkus (not reviewing)
On 2013/10/30 19:45:18, rileya wrote: > On 2013/10/30 19:37:05, scherkus wrote: > > one nit ...
7 years, 1 month ago (2013-10-30 19:55:04 UTC) #15
rileya (GONE FROM CHROMIUM)
On 2013/10/30 19:55:04, scherkus wrote: > On 2013/10/30 19:45:18, rileya wrote: > > On 2013/10/30 ...
7 years, 1 month ago (2013-10-30 20:10:34 UTC) #16
scherkus (not reviewing)
lgtm you'll need to add someone from cc/OWNERS and tools/metrics/OWNERS for the respective changes
7 years, 1 month ago (2013-10-30 21:10:40 UTC) #17
rileya (GONE FROM CHROMIUM)
Added OWNERS reviewers for histogram additions and minor cc/ changes.
7 years, 1 month ago (2013-10-31 00:17:03 UTC) #18
rileya (GONE FROM CHROMIUM)
On 2013/10/31 00:17:03, rileya wrote: > Added OWNERS reviewers for histogram additions and minor cc/ ...
7 years, 1 month ago (2013-10-31 02:44:40 UTC) #19
Mark P
https://codereview.chromium.org/45053003/diff/410001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/45053003/diff/410001/tools/metrics/histograms/histograms.xml#newcode6245 tools/metrics/histograms/histograms.xml:6245: + <summary>Pixel format color range of HTML5 video.</summary> Here ...
7 years, 1 month ago (2013-10-31 10:33:10 UTC) #20
rileya (GONE FROM CHROMIUM)
https://codereview.chromium.org/45053003/diff/410001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/45053003/diff/410001/tools/metrics/histograms/histograms.xml#newcode6245 tools/metrics/histograms/histograms.xml:6245: + <summary>Pixel format color range of HTML5 video.</summary> On ...
7 years, 1 month ago (2013-10-31 17:53:59 UTC) #21
rileya (GONE FROM CHROMIUM)
https://codereview.chromium.org/45053003/diff/410001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/45053003/diff/410001/tools/metrics/histograms/histograms.xml#newcode28139 tools/metrics/histograms/histograms.xml:28139: + <int value="14" label="YV12A"/> On 2013/10/31 17:54:00, rileya wrote: ...
7 years, 1 month ago (2013-10-31 19:17:20 UTC) #22
scherkus (not reviewing)
hmm... we should do some extra VideoFrame::Format cleanup prior to UMA'ing them,.. but that shouldn't ...
7 years, 1 month ago (2013-10-31 19:49:18 UTC) #23
rileya (GONE FROM CHROMIUM)
Alright, removed VideoFrame::Format changes and UMA-ing, I'll put out some CLs to clean that up ...
7 years, 1 month ago (2013-10-31 20:56:06 UTC) #24
scherkus (not reviewing)
lgtm sorry for all the thrashing on this CL!
7 years, 1 month ago (2013-10-31 21:01:22 UTC) #25
Mark P
in this shortened change, histograms.xml lgtm
7 years, 1 month ago (2013-10-31 21:17:49 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/640001
7 years, 1 month ago (2013-10-31 21:21:47 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/640001
7 years, 1 month ago (2013-10-31 23:23:15 UTC) #28
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=217042
7 years, 1 month ago (2013-11-01 02:49:21 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/640001
7 years, 1 month ago (2013-11-01 03:32:24 UTC) #30
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=217210
7 years, 1 month ago (2013-11-01 06:20:24 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/640001
7 years, 1 month ago (2013-11-01 19:59:26 UTC) #32
commit-bot: I haz the power
Failed to apply patch for media/ffmpeg/ffmpeg_common.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-02 00:40:18 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/970001
7 years, 1 month ago (2013-11-04 18:58:52 UTC) #34
commit-bot: I haz the power
Failed to apply patch for media/ffmpeg/ffmpeg_common.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-04 18:58:54 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/1020001
7 years, 1 month ago (2013-11-04 19:14:08 UTC) #36
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years, 1 month ago (2013-11-05 00:53:28 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rileya@chromium.org/45053003/1020001
7 years, 1 month ago (2013-11-05 01:06:38 UTC) #38
commit-bot: I haz the power
7 years, 1 month ago (2013-11-05 01:33:36 UTC) #39
Message was sent while issue was closed.
Change committed as 232875

Powered by Google App Engine
This is Rietveld 408576698