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

Issue 14641006: Support EAC3 (Dolby Digital Plus) codec (Closed)

Created:
7 years, 7 months ago by ycheo (away)
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Support EAC3 (Dolby Digital Plus) codec BUG=215773 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197602

Patch Set 1 #

Patch Set 2 : sytle-fix #

Total comments: 8

Patch Set 3 : Addressed Aaron's comments #

Total comments: 2

Patch Set 4 : Addressed Aaron's comment #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -9 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M media/base/audio_decoder_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/base/media_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M media/filters/stream_parser_factory.cc View 1 2 5 chunks +23 lines, -0 lines 0 comments Download
M media/media.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M media/mp4/box_definitions.cc View 1 chunk +2 lines, -1 line 0 comments Download
M media/mp4/es_descriptor.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M media/mp4/es_descriptor.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M media/mp4/fourccs.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/mp4/mp4_stream_parser.cc View 1 2 3 5 chunks +22 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
ycheo (away)
PTAL. The paired CL in the clank side: https://gerrit-int.chromium.org/#/c/37032/ acolwell: for media/* sky: for content/browser/*
7 years, 7 months ago (2013-04-30 13:37:23 UTC) #1
ycheo (away)
7 years, 7 months ago (2013-04-30 13:40:06 UTC) #2
sky
LGTM
7 years, 7 months ago (2013-04-30 13:54:44 UTC) #3
acolwell GONE FROM CHROMIUM
Looks pretty good. Just a few comments. https://codereview.chromium.org/14641006/diff/2001/media/filters/stream_parser_factory.cc File media/filters/stream_parser_factory.cc (right): https://codereview.chromium.org/14641006/diff/2001/media/filters/stream_parser_factory.cc#newcode138 media/filters/stream_parser_factory.cc:138: static bool ...
7 years, 7 months ago (2013-04-30 18:19:02 UTC) #4
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/14641006/diff/2001/media/mp4/mp4_stream_parser.cc File media/mp4/mp4_stream_parser.cc (right): https://codereview.chromium.org/14641006/diff/2001/media/mp4/mp4_stream_parser.cc#newcode203 media/mp4/mp4_stream_parser.cc:203: #if defined(ENABLE_EAC3_PLAYBACK) I think we should just drop the ...
7 years, 7 months ago (2013-04-30 18:43:43 UTC) #5
ycheo (away)
Thanks for the comments. Addressed Aaron's comments. https://codereview.chromium.org/14641006/diff/2001/media/filters/stream_parser_factory.cc File media/filters/stream_parser_factory.cc (right): https://codereview.chromium.org/14641006/diff/2001/media/filters/stream_parser_factory.cc#newcode138 media/filters/stream_parser_factory.cc:138: static bool ...
7 years, 7 months ago (2013-05-01 00:05:45 UTC) #6
acolwell GONE FROM CHROMIUM
LGTM https://codereview.chromium.org/14641006/diff/8001/media/mp4/mp4_stream_parser.cc File media/mp4/mp4_stream_parser.cc (right): https://codereview.chromium.org/14641006/diff/8001/media/mp4/mp4_stream_parser.cc#newcode211 media/mp4/mp4_stream_parser.cc:211: audio_object_types_.find(kEAC3) != audio_object_types_.end()) { nit: Replace 'audio_object_types_.find(kEAC3) != ...
7 years, 7 months ago (2013-05-01 00:31:00 UTC) #7
qinmin
lgtm
7 years, 7 months ago (2013-05-01 03:59:15 UTC) #8
ycheo (away)
Thanks for the review. https://codereview.chromium.org/14641006/diff/8001/media/mp4/mp4_stream_parser.cc File media/mp4/mp4_stream_parser.cc (right): https://codereview.chromium.org/14641006/diff/8001/media/mp4/mp4_stream_parser.cc#newcode211 media/mp4/mp4_stream_parser.cc:211: audio_object_types_.find(kEAC3) != audio_object_types_.end()) { On ...
7 years, 7 months ago (2013-05-01 06:01:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ycheo@chromium.org/14641006/24001
7 years, 7 months ago (2013-05-01 06:02:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ycheo@chromium.org/14641006/30001
7 years, 7 months ago (2013-05-01 06:53:23 UTC) #11
commit-bot: I haz the power
Change committed as 197602
7 years, 7 months ago (2013-05-01 12:42:22 UTC) #12
sky
6 years, 11 months ago (2014-01-15 14:25:29 UTC) #13
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698