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

Issue 13886011: media: Add support for playback of VP8 Alpha video streams (Closed)

Created:
7 years, 8 months ago by vignesh
Modified:
7 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

media: Add support for playback of VP8 Alpha video streams BUG=147355 TEST=VP8 Alpha video streams play TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195339

Patch Set 1 #

Patch Set 2 : fixing buildbot breakage #

Total comments: 8

Patch Set 3 : rebase and nit fixes #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+862 lines, -78 lines) Patch
M cc/resources/video_resource_updater.cc View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/base/decoder_buffer.h View 4 chunks +14 lines, -0 lines 0 comments Download
M media/base/decoder_buffer.cc View 6 chunks +46 lines, -2 lines 0 comments Download
M media/base/decoder_buffer_unittest.cc View 1 chunk +11 lines, -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/base/simd/convert_yuv_to_rgb.h View 5 chunks +60 lines, -0 lines 0 comments Download
M media/base/simd/convert_yuv_to_rgb_c.cc View 3 chunks +78 lines, -0 lines 0 comments Download
M media/base/simd/convert_yuv_to_rgb_x86.cc View 1 chunk +31 lines, -0 lines 0 comments Download
A + media/base/simd/convert_yuva_to_argb_mmx.asm View 1 chunk +4 lines, -3 lines 0 comments Download
A media/base/simd/convert_yuva_to_argb_mmx.inc View 1 chunk +174 lines, -0 lines 0 comments Download
M media/base/simd/yuv_to_rgb_table.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/simd/yuv_to_rgb_table.cc View 5 chunks +84 lines, -1 line 0 comments Download
M media/base/video_frame.h View 2 chunks +3 lines, -1 line 0 comments Download
M media/base/video_frame.cc View 1 2 3 9 chunks +21 lines, -6 lines 0 comments Download
M media/base/video_util.h View 2 chunks +8 lines, -2 lines 0 comments Download
M media/base/video_util.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M media/base/yuv_convert.h View 1 chunk +15 lines, -0 lines 0 comments Download
M media/base/yuv_convert.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M media/ffmpeg/ffmpeg_common.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 chunk +16 lines, -1 line 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M media/filters/skcanvas_video_renderer.cc View 5 chunks +81 lines, -38 lines 0 comments Download
M media/filters/vpx_video_decoder.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 2 3 10 chunks +103 lines, -19 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
vignesh
Re-landing VP8 Alpha playback support from this CL: https://codereview.chromium.org/12263013/ scherkus@, there was an issue with ...
7 years, 8 months ago (2013-04-17 00:03:10 UTC) #1
scherkus (not reviewing)
lgtm w/ nits https://codereview.chromium.org/13886011/diff/1032/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/13886011/diff/1032/media/filters/vpx_video_decoder.cc#newcode113 media/filters/vpx_video_decoder.cc:113: context = NULL; nit: delete context ...
7 years, 8 months ago (2013-04-17 19:15:37 UTC) #2
jamesr
cc/ lgtm
7 years, 8 months ago (2013-04-17 19:22:39 UTC) #3
vignesh
rebased and fixing nits. https://codereview.chromium.org/13886011/diff/1032/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/13886011/diff/1032/media/filters/vpx_video_decoder.cc#newcode113 media/filters/vpx_video_decoder.cc:113: context = NULL; On 2013/04/17 ...
7 years, 8 months ago (2013-04-17 20:14:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/13886011/13001
7 years, 8 months ago (2013-04-18 17:08:37 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-18 18:17:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/13886011/13001
7 years, 8 months ago (2013-04-18 19:06:55 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=136468
7 years, 8 months ago (2013-04-18 21:01:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/13886011/37002
7 years, 8 months ago (2013-04-19 18:59:07 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-04-19 19:04:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/13886011/37002
7 years, 8 months ago (2013-04-19 21:42:14 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-04-19 21:44:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/13886011/37002
7 years, 8 months ago (2013-04-19 22:24:06 UTC) #13
commit-bot: I haz the power
7 years, 8 months ago (2013-04-19 23:43:34 UTC) #14
Message was sent while issue was closed.
Change committed as 195339

Powered by Google App Engine
This is Rietveld 408576698