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

Issue 1316273002: Updated AAC:Parse() to emit better error logs. (Closed)

Created:
5 years, 3 months ago by msu.koo
Modified:
5 years, 3 months ago
Reviewers:
wolenetz
CC:
chromium-reviews, feature-media-reviews_chromium.org, pangu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Updated AAC:Parse() to emit better error logs. This patch includes - Update AAC:Parse() to log specific reasons for RCHECK failures. - Update AAC:Parse() to log config details when parsing succeeds. BUG=524159 Committed: https://crrev.com/c77e527bbd46edb3ea0fbe728500c266735d23d7 Cr-Commit-Position: refs/heads/master@{#350650}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 28

Patch Set 5 : #

Patch Set 6 : #

Total comments: 13

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -27 lines) Patch
M media/formats/mp4/aac.cc View 1 2 3 4 5 6 7 4 chunks +45 lines, -8 lines 0 comments Download
M media/formats/mp4/aac_unittest.cc View 1 2 3 4 5 6 9 chunks +146 lines, -19 lines 0 comments Download

Messages

Total messages: 32 (5 generated)
msu.koo
I hope this patch to meet your comments. PTAL
5 years, 3 months ago (2015-08-27 01:17:01 UTC) #2
wolenetz
Thanks for preparing this change! It looks pretty good. I'd like to (re)land my mp4 ...
5 years, 3 months ago (2015-08-27 01:52:17 UTC) #3
wolenetz
On 2015/08/27 01:52:17, wolenetz wrote: > Thanks for preparing this change! It looks pretty good. ...
5 years, 3 months ago (2015-08-27 02:15:37 UTC) #4
msu.koo
Thank you for your valuable comments :) I'll address your comments and rebase this after ...
5 years, 3 months ago (2015-08-27 02:23:13 UTC) #5
msu.koo
Thank you for your comments. :) I addressed all of your comments regarding your new ...
5 years, 3 months ago (2015-08-28 00:57:34 UTC) #7
wolenetz
Thanks for contributing this! This looks good % nits and % the following: Since we ...
5 years, 3 months ago (2015-08-28 23:29:35 UTC) #8
msu.koo
Your comments were all addressed. PTAL https://codereview.chromium.org/1316273002/diff/40001/media/formats/mp4/aac.cc File media/formats/mp4/aac.cc (right): https://codereview.chromium.org/1316273002/diff/40001/media/formats/mp4/aac.cc#newcode110 media/formats/mp4/aac.cc:110: << "Unsupported Sampling ...
5 years, 3 months ago (2015-08-29 09:36:52 UTC) #10
wolenetz
Thanks for addressing my in-line comments. I also had one further out-of-line comment in previous ...
5 years, 3 months ago (2015-08-31 18:51:50 UTC) #11
msu.koo
Thank you for your review. I forgot to address your last comments so it was ...
5 years, 3 months ago (2015-09-01 04:23:18 UTC) #12
wolenetz
Thanks for addressing my concerns. This is looking much better. I have mostly just a ...
5 years, 3 months ago (2015-09-01 21:22:37 UTC) #13
wolenetz
On 2015/09/01 21:22:37, wolenetz wrote: > ... > > https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac_unittest.cc#newcode56 > media/formats/mp4/aac_unittest.cc:56: > EXPECT_MEDIA_LOG(AllOf(AudioCodecLog("mp4a.40.2"), > ...
5 years, 3 months ago (2015-09-01 21:24:46 UTC) #14
wolenetz
Also, fyi, I'll be out-of-office Wednesday PM through Monday PM (Sep 2 PM - Sep ...
5 years, 3 months ago (2015-09-01 21:27:35 UTC) #15
wolenetz
On 2015/09/01 21:27:35, wolenetz wrote: > Also, fyi, I'll be out-of-office Wednesday PM through Monday ...
5 years, 3 months ago (2015-09-08 19:54:21 UTC) #16
msu.koo
https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac_unittest.cc File media/formats/mp4/aac_unittest.cc (right): https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac_unittest.cc#newcode56 media/formats/mp4/aac_unittest.cc:56: EXPECT_MEDIA_LOG(AllOf(AudioCodecLog("mp4a.40.2"), Thank you for your review. I also considered ...
5 years, 3 months ago (2015-09-11 05:15:37 UTC) #17
msu.koo
PTAL :) https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac.cc File media/formats/mp4/aac.cc (right): https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac.cc#newcode98 media/formats/mp4/aac.cc:98: << "Unsupported Sampling Frequency Index with value ...
5 years, 3 months ago (2015-09-11 23:57:23 UTC) #18
wolenetz
https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac.cc File media/formats/mp4/aac.cc (right): https://codereview.chromium.org/1316273002/diff/100001/media/formats/mp4/aac.cc#newcode98 media/formats/mp4/aac.cc:98: << "Unsupported Sampling Frequency Index with value 0x" On ...
5 years, 3 months ago (2015-09-14 23:17:57 UTC) #19
msu.koo
All your comments are addressed. Now error messages are also checked during unittests. PTAL :) ...
5 years, 3 months ago (2015-09-15 11:10:19 UTC) #20
wolenetz
Looking really good. Thanks for your patience and diligence getting this code updated. Just a ...
5 years, 3 months ago (2015-09-15 23:53:17 UTC) #21
msu.koo
Your comments was addressed. Hope this will be final :) PTAL https://codereview.chromium.org/1316273002/diff/140001/media/formats/mp4/aac.cc File media/formats/mp4/aac.cc (right): ...
5 years, 3 months ago (2015-09-16 08:16:23 UTC) #23
wolenetz
Just small changes remaining. Almost there! https://codereview.chromium.org/1316273002/diff/140001/media/formats/mp4/aac.cc File media/formats/mp4/aac.cc (right): https://codereview.chromium.org/1316273002/diff/140001/media/formats/mp4/aac.cc#newcode41 media/formats/mp4/aac.cc:41: // The following ...
5 years, 3 months ago (2015-09-16 19:39:19 UTC) #24
msu.koo
PTAL :) https://codereview.chromium.org/1316273002/diff/140001/media/formats/mp4/aac.cc File media/formats/mp4/aac.cc (right): https://codereview.chromium.org/1316273002/diff/140001/media/formats/mp4/aac.cc#newcode41 media/formats/mp4/aac.cc:41: // The following code is written according ...
5 years, 3 months ago (2015-09-17 02:49:26 UTC) #25
msu.koo
Can you take a look this patchset?
5 years, 3 months ago (2015-09-22 02:19:56 UTC) #26
wolenetz
Sorry for the short delay. I'll send this to CQ shortly; it LGTM! Thanks for ...
5 years, 3 months ago (2015-09-24 19:05:39 UTC) #27
wolenetz
On 2015/09/24 19:05:39, wolenetz wrote: > Sorry for the short delay. I'll send this to ...
5 years, 3 months ago (2015-09-24 19:07:25 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316273002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316273002/200001
5 years, 3 months ago (2015-09-24 19:09:20 UTC) #30
commit-bot: I haz the power
Committed patchset #8 (id:200001)
5 years, 3 months ago (2015-09-24 20:36:43 UTC) #31
commit-bot: I haz the power
5 years, 3 months ago (2015-09-24 20:38:00 UTC) #32
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/c77e527bbd46edb3ea0fbe728500c266735d23d7
Cr-Commit-Position: refs/heads/master@{#350650}

Powered by Google App Engine
This is Rietveld 408576698