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

Issue 11088047: Support encrypted audio stream in demuxer. (Closed)

Created:
8 years, 2 months ago by xhwang
Modified:
8 years, 2 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Support encrypted audio stream in demuxer. BUG=123421 TEST=updated media_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161465

Patch Set 1 #

Total comments: 15

Patch Set 2 : rebase, resolved comments and changed more, sorry! #

Total comments: 9

Patch Set 3 : resolve comments and nits #

Total comments: 1

Patch Set 4 : resolve acolwell's comment #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -128 lines) Patch
M media/base/audio_decoder_config.h View 1 2 4 chunks +10 lines, -1 line 0 comments Download
M media/base/audio_decoder_config.cc View 1 7 chunks +15 lines, -4 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/filters/chunk_demuxer_unittest.cc View 1 2 3 4 47 chunks +111 lines, -62 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/mp4/mp4_stream_parser.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/webm/webm_cluster_parser.h View 2 chunks +2 lines, -0 lines 0 comments Download
M media/webm/webm_cluster_parser.cc View 1 5 chunks +23 lines, -19 lines 0 comments Download
M media/webm/webm_cluster_parser_unittest.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M media/webm/webm_stream_parser.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M media/webm/webm_stream_parser.cc View 1 2 4 chunks +30 lines, -8 lines 0 comments Download
M media/webm/webm_tracks_parser.h View 1 2 chunks +8 lines, -5 lines 0 comments Download
M media/webm/webm_tracks_parser.cc View 1 2 3 3 chunks +19 lines, -23 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
xhwang
Pretty small change. PTAL!
8 years, 2 months ago (2012-10-10 00:24:43 UTC) #1
ddorwin
lgtm % comments. http://codereview.chromium.org/11088047/diff/1/media/webm/webm_cluster_parser.cc File media/webm/webm_cluster_parser.cc (right): http://codereview.chromium.org/11088047/diff/1/media/webm/webm_cluster_parser.cc#newcode204 media/webm/webm_cluster_parser.cc:204: std::string encryption_key_id; const ref? http://codereview.chromium.org/11088047/diff/1/media/webm/webm_cluster_parser.cc#newcode212 media/webm/webm_cluster_parser.cc:212: ...
8 years, 2 months ago (2012-10-10 07:14:52 UTC) #2
acolwell GONE FROM CHROMIUM
Here are my initial comments. Also please add a test for this. http://codereview.chromium.org/11088047/diff/1/media/webm/webm_cluster_parser.cc File media/webm/webm_cluster_parser.cc ...
8 years, 2 months ago (2012-10-10 16:00:06 UTC) #3
xhwang
Resolved comments and changed more code to support audio in chunk demuxer. Also updated ChunkDemuxerTest. ...
8 years, 2 months ago (2012-10-11 00:49:41 UTC) #4
acolwell GONE FROM CHROMIUM
LGTM % minor comments http://codereview.chromium.org/11088047/diff/7001/media/base/audio_decoder_config.h File media/base/audio_decoder_config.h (right): http://codereview.chromium.org/11088047/diff/7001/media/base/audio_decoder_config.h#newcode88 media/base/audio_decoder_config.h:88: // Note that in a ...
8 years, 2 months ago (2012-10-11 01:11:24 UTC) #5
ddorwin
LG. I'll let acolwell finish close out the review. I didn't review chunk_demuxer_unittest.cc. http://codereview.chromium.org/11088047/diff/1/media/webm/webm_cluster_parser.cc File ...
8 years, 2 months ago (2012-10-11 05:18:21 UTC) #6
xhwang
Resolved comments and nits. PTAL! fgalligan@: please double check if the checks added in webm_tracks_parser.cc ...
8 years, 2 months ago (2012-10-11 16:36:10 UTC) #7
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/11088047/diff/10/media/webm/webm_tracks_parser.cc File media/webm/webm_tracks_parser.cc (right): http://codereview.chromium.org/11088047/diff/10/media/webm/webm_tracks_parser.cc#newcode86 media/webm/webm_tracks_parser.cc:86: 1u); This will cause files w/ multiple content encodings ...
8 years, 2 months ago (2012-10-11 16:50:33 UTC) #8
xhwang
Comments resolved. Now we are back to the original behavior with comments added. PTAL!
8 years, 2 months ago (2012-10-11 17:12:31 UTC) #9
acolwell GONE FROM CHROMIUM
On 2012/10/11 17:12:31, xhwang wrote: > Comments resolved. Now we are back to the original ...
8 years, 2 months ago (2012-10-11 17:36:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/11088047/12001
8 years, 2 months ago (2012-10-11 22:58:40 UTC) #11
commit-bot: I haz the power
8 years, 2 months ago (2012-10-12 01:04:35 UTC) #12
Change committed as 161465

Powered by Google App Engine
This is Rietveld 408576698