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

Issue 14495010: Add UMA stats for audio/video containers. (Closed)

Created:
7 years, 7 months ago by jrummell
Modified:
7 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, MAD, Ilya Sherman, jar (doing other things), Alexei Svitkine (slow), Mark P, SteveT, vadimb
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add UMA stats for audio/video containers. BUG=238108 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202275

Patch Set 1 #

Total comments: 46

Patch Set 2 : #

Total comments: 40

Patch Set 3 : #

Total comments: 67

Patch Set 4 : #

Patch Set 5 : #

Total comments: 30

Patch Set 6 : #

Total comments: 75

Patch Set 7 : #

Total comments: 26

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2017 lines, -0 lines) Patch
M media/base/bit_reader.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M media/base/bit_reader.cc View 1 2 3 4 5 6 7 1 chunk +25 lines, -0 lines 0 comments Download
M media/base/bit_reader_unittest.cc View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A media/base/container_names.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +70 lines, -0 lines 0 comments Download
A media/base/container_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1671 lines, -0 lines 0 comments Download
A media/base/container_names_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +157 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +45 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
jrummell
PTAL.
7 years, 7 months ago (2013-04-29 18:34:49 UTC) #1
xhwang
Thanks for the nice patch! Haven't looked at the detailed check_xxx functions. This is my ...
7 years, 7 months ago (2013-04-29 21:00:25 UTC) #2
Ilya Sherman
/cc other UMA folks as an FYI. Vadim, is a histogram with roughly 450 buckets ...
7 years, 7 months ago (2013-04-29 23:48:06 UTC) #3
jrummell
Updated CL. PTAL. https://codereview.chromium.org/14495010/diff/1/media/base/container_names.cc File media/base/container_names.cc (right): https://codereview.chromium.org/14495010/diff/1/media/base/container_names.cc#newcode15 media/base/container_names.cc:15: template <typename T, size_t N> inline ...
7 years, 7 months ago (2013-04-30 21:36:50 UTC) #4
xhwang
Mostly nits. Not reviewed the detailed parsing code yet :) Will do it tomorrow. https://codereview.chromium.org/14495010/diff/6001/media/base/container_names.cc ...
7 years, 7 months ago (2013-05-01 01:49:11 UTC) #5
Ilya Sherman
Thanks, the histogram changes LGTM. I'll let the media/ reviewers comment on the rest of ...
7 years, 7 months ago (2013-05-02 06:34:09 UTC) #6
jrummell
Updated based on the comments received. Have also added much better checking that tests don't ...
7 years, 7 months ago (2013-05-02 21:53:09 UTC) #7
xhwang
I looked at part of the check_xxx functions. Are these all copied from ffmpeg as-is ...
7 years, 7 months ago (2013-05-03 19:59:06 UTC) #8
jrummell
Changes due to comments, plus moved the code into it's own namespace and removed the ...
7 years, 7 months ago (2013-05-03 23:56:20 UTC) #9
xhwang
Looking really good. Just a few more comments. https://codereview.chromium.org/14495010/diff/16001/media/base/container_names.cc File media/base/container_names.cc (right): https://codereview.chromium.org/14495010/diff/16001/media/base/container_names.cc#newcode239 media/base/container_names.cc:239: index ...
7 years, 7 months ago (2013-05-06 23:51:26 UTC) #10
Ilya Sherman
https://codereview.chromium.org/14495010/diff/16001/media/base/container_names.cc File media/base/container_names.cc (right): https://codereview.chromium.org/14495010/diff/16001/media/base/container_names.cc#newcode239 media/base/container_names.cc:239: index += buffer[i + 2]; On 2013/05/03 23:56:21, jrummell ...
7 years, 7 months ago (2013-05-07 00:10:51 UTC) #11
scherkus (not reviewing)
Apologies for not getting to this sooner -- I was under the impression we'd focus ...
7 years, 7 months ago (2013-05-07 00:50:20 UTC) #12
vadimb1
On 2013/04/29 23:48:06, Ilya Sherman wrote: > /cc other UMA folks as an FYI. Vadim, ...
7 years, 7 months ago (2013-05-13 23:01:37 UTC) #13
jrummell
+ acolwell@ since scherkus@ is on vacation Multiple changes to reduce the number of formats ...
7 years, 7 months ago (2013-05-16 23:48:01 UTC) #14
acolwell GONE FROM CHROMIUM
Sorry I didn't get to a full review today. Here are some initial comments from ...
7 years, 7 months ago (2013-05-18 01:22:09 UTC) #15
acolwell GONE FROM CHROMIUM
Sorry I didn't get to a full review today. Here are some initial comments from ...
7 years, 7 months ago (2013-05-18 01:22:12 UTC) #16
acolwell GONE FROM CHROMIUM
You might also want to check out media/mp4/box_definitions.cc and media/mp4/rcheck.h . I think if you ...
7 years, 7 months ago (2013-05-18 01:58:21 UTC) #17
xhwang
Looks much better/cleaner than the previous patch! Just a few more comments. Due to the ...
7 years, 7 months ago (2013-05-20 23:24:24 UTC) #18
jrummell
Changes to use BitReader more, and use macro for checks to improve readability. https://codereview.chromium.org/14495010/diff/44001/media/base/bit_reader.cc File ...
7 years, 7 months ago (2013-05-22 18:27:39 UTC) #19
acolwell GONE FROM CHROMIUM
lgtm % nits . https://codereview.chromium.org/14495010/diff/56001/media/base/container_names.cc File media/base/container_names.cc (right): https://codereview.chromium.org/14495010/diff/56001/media/base/container_names.cc#newcode133 media/base/container_names.cc:133: RCHECK(size > 0); nit: Do ...
7 years, 7 months ago (2013-05-22 21:03:14 UTC) #20
xhwang
This CL looks much cleaner now. Thanks! lgtm % a few comments/nits. https://codereview.chromium.org/14495010/diff/56001/media/base/bit_reader.cc File media/base/bit_reader.cc ...
7 years, 7 months ago (2013-05-22 22:18:32 UTC) #21
jrummell
Thanks for the reviews. Updating for the nits mentioned. https://codereview.chromium.org/14495010/diff/56001/media/base/bit_reader.cc File media/base/bit_reader.cc (right): https://codereview.chromium.org/14495010/diff/56001/media/base/bit_reader.cc#newcode26 media/base/bit_reader.cc:26: ...
7 years, 7 months ago (2013-05-22 23:59:46 UTC) #22
jrummell
Final update.
7 years, 7 months ago (2013-05-23 00:09:11 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/14495010/78001
7 years, 7 months ago (2013-05-23 00:10:40 UTC) #24
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=4482
7 years, 7 months ago (2013-05-23 00:52:30 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/14495010/84001
7 years, 7 months ago (2013-05-23 17:13:08 UTC) #26
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-23 17:30:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/14495010/94002
7 years, 7 months ago (2013-05-23 17:33:11 UTC) #28
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-23 17:57:50 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/14495010/118001
7 years, 7 months ago (2013-05-23 21:24:45 UTC) #30
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=66169
7 years, 7 months ago (2013-05-23 22:40:31 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/14495010/56003
7 years, 7 months ago (2013-05-24 00:48:15 UTC) #32
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) media_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=153335
7 years, 7 months ago (2013-05-24 04:39:16 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jrummell@chromium.org/14495010/160001
7 years, 7 months ago (2013-05-24 21:05:40 UTC) #34
commit-bot: I haz the power
7 years, 6 months ago (2013-05-25 14:08:54 UTC) #35
Message was sent while issue was closed.
Change committed as 202275

Powered by Google App Engine
This is Rietveld 408576698