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

Issue 15342004: Adding VP8 Alpha support in Media Source (Closed)

Created:
7 years, 7 months ago by vignesh
Modified:
7 years, 7 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, Tom Finegan, scherkus (not reviewing)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adding VP8 Alpha support in Media Source Adding support for playback of VP8 videos with Alpha Channel through the Media Source API. BUG=242357 TEST=VP8 Alpha Streams play properly via Media Source Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201496

Patch Set 1 #

Total comments: 17

Patch Set 2 : addressing comments and adding pipeline integration test #

Total comments: 4

Patch Set 3 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -54 lines) Patch
M media/base/decoder_buffer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M media/base/decoder_buffer.cc View 1 2 3 chunks +5 lines, -15 lines 0 comments Download
M media/base/stream_parser_buffer.h View 2 chunks +6 lines, -1 line 0 comments Download
M media/base/stream_parser_buffer.cc View 2 chunks +13 lines, -4 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 chunks +18 lines, -0 lines 0 comments Download
M media/webm/webm_cluster_parser.h View 2 chunks +6 lines, -2 lines 0 comments Download
M media/webm/webm_cluster_parser.cc View 1 2 6 chunks +73 lines, -28 lines 0 comments Download
M media/webm/webm_constants.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/webm/webm_parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/webm/webm_video_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/webm/webm_video_client.cc View 4 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
vignesh
Initial working version of VP8 Alpha playback in Media Source. Please go ahead and do ...
7 years, 7 months ago (2013-05-20 23:28:42 UTC) #1
fgalligan1
https://codereview.chromium.org/15342004/diff/1/media/base/decoder_buffer.cc File media/base/decoder_buffer.cc (right): https://codereview.chromium.org/15342004/diff/1/media/base/decoder_buffer.cc#newcode41 media/base/decoder_buffer.cc:41: if (side_data_size > 0) nit: Check side_data_size_ https://codereview.chromium.org/15342004/diff/1/media/webm/webm_cluster_parser.cc File ...
7 years, 7 months ago (2013-05-21 00:02:43 UTC) #2
acolwell GONE FROM CHROMIUM
Looks pretty good. Just a few comments. https://codereview.chromium.org/15342004/diff/1/media/base/decoder_buffer.cc File media/base/decoder_buffer.cc (right): https://codereview.chromium.org/15342004/diff/1/media/base/decoder_buffer.cc#newcode36 media/base/decoder_buffer.cc:36: return; Should ...
7 years, 7 months ago (2013-05-21 17:14:11 UTC) #3
vignesh
have addressed all the comments and have added the pipeline integration test. https://codereview.chromium.org/15342004/diff/1/media/base/decoder_buffer.cc File media/base/decoder_buffer.cc ...
7 years, 7 months ago (2013-05-21 18:57:56 UTC) #4
acolwell GONE FROM CHROMIUM
LGTM https://codereview.chromium.org/15342004/diff/14001/media/base/decoder_buffer.cc File media/base/decoder_buffer.cc (right): https://codereview.chromium.org/15342004/diff/14001/media/base/decoder_buffer.cc#newcode42 media/base/decoder_buffer.cc:42: if (side_data_size_ > 0) nit: Per offline discussion. ...
7 years, 7 months ago (2013-05-21 19:47:48 UTC) #5
vignesh
have addressed the comments, PTAL. If it's okay, i'll try to land this once the ...
7 years, 7 months ago (2013-05-21 21:05:21 UTC) #6
acolwell GONE FROM CHROMIUM
lgtm
7 years, 7 months ago (2013-05-21 21:22:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/15342004/26001
7 years, 7 months ago (2013-05-21 21:39:44 UTC) #8
commit-bot: I haz the power
7 years, 7 months ago (2013-05-22 12:43:23 UTC) #9
Message was sent while issue was closed.
Change committed as 201496

Powered by Google App Engine
This is Rietveld 408576698