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

Issue 11016006: Support reading pixels from HW-decoded video textures into canvas/webgl. (Closed)

Created:
8 years, 2 months ago by Ami GONE FROM CHROMIUM
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Support reading pixels from HW-decoded video textures into canvas/webgl. BUG=153094 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159571

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 16

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -30 lines) Patch
M content/renderer/media/renderer_gpu_video_decoder_factories.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_decoder_factories.cc View 1 2 3 2 chunks +45 lines, -2 lines 0 comments Download
M media/base/video_frame.h View 1 2 3 4 5 2 chunks +13 lines, -0 lines 0 comments Download
M media/base/video_frame.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M media/filters/gpu_video_decoder.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M media/filters/gpu_video_decoder.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/media/skcanvas_video_renderer.cc View 1 2 3 4 5 chunks +40 lines, -28 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Ami GONE FROM CHROMIUM
kbr/scherkus: please review
8 years, 2 months ago (2012-10-01 17:35:01 UTC) #1
Ken Russell (switch to Gerrit)
LGTM https://chromiumcodereview.appspot.com/11016006/diff/5001/content/renderer/media/renderer_gpu_video_decoder_factories.cc File content/renderer/media/renderer_gpu_video_decoder_factories.cc (right): https://chromiumcodereview.appspot.com/11016006/diff/5001/content/renderer/media/renderer_gpu_video_decoder_factories.cc#newcode190 content/renderer/media/renderer_gpu_video_decoder_factories.cc:190: gles2->ReadPixels(0, 0, size.width(), size.height(), GL_RGBA, Depending on who ...
8 years, 2 months ago (2012-10-01 17:56:16 UTC) #2
scherkus (not reviewing)
lgtm w/ nits https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h File media/base/video_frame.h (right): https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h#newcode79 media/base/video_frame.h:79: // them to |*pixels|. On 2012/10/01 ...
8 years, 2 months ago (2012-10-01 18:15:04 UTC) #3
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/11016006/diff/5001/content/renderer/media/renderer_gpu_video_decoder_factories.cc File content/renderer/media/renderer_gpu_video_decoder_factories.cc (right): https://chromiumcodereview.appspot.com/11016006/diff/5001/content/renderer/media/renderer_gpu_video_decoder_factories.cc#newcode190 content/renderer/media/renderer_gpu_video_decoder_factories.cc:190: gles2->ReadPixels(0, 0, size.width(), size.height(), GL_RGBA, On 2012/10/01 17:56:16, kbr ...
8 years, 2 months ago (2012-10-01 18:16:12 UTC) #4
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h File media/base/video_frame.h (right): https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h#newcode79 media/base/video_frame.h:79: // them to |*pixels|. On 2012/10/01 18:15:04, scherkus wrote: ...
8 years, 2 months ago (2012-10-01 18:40:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/11016006/10001
8 years, 2 months ago (2012-10-01 18:40:50 UTC) #6
scherkus (not reviewing)
https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h File media/base/video_frame.h (right): https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h#newcode79 media/base/video_frame.h:79: // them to |*pixels|. On 2012/10/01 18:40:26, Ami Fischman ...
8 years, 2 months ago (2012-10-01 18:52:06 UTC) #7
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h File media/base/video_frame.h (right): https://chromiumcodereview.appspot.com/11016006/diff/5001/media/base/video_frame.h#newcode79 media/base/video_frame.h:79: // them to |*pixels|. On 2012/10/01 18:52:06, scherkus wrote: ...
8 years, 2 months ago (2012-10-01 19:26:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fischman@chromium.org/11016006/11010
8 years, 2 months ago (2012-10-01 19:26:50 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-01 22:09:43 UTC) #10
Change committed as 159571

Powered by Google App Engine
This is Rietveld 408576698