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

Issue 596055: Implement GLES video renderer in player_x11 (Closed)

Created:
10 years, 10 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, fbarchard, pam+watch_chromium.org, awong, Alpha Left Google, apatrick_chromium, scherkus (not reviewing)
Visibility:
Public.

Description

Implement GLES video renderer in player_x11 This patch does the following: 1. Split the implementation of X11 and GL into two separate files 2. Add implementation of GLES render Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=38867

Patch Set 1 #

Patch Set 2 : compiles with GLES #

Total comments: 12

Patch Set 3 : more mistake #

Patch Set 4 : nits fixed #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+911 lines, -317 lines) Patch
M media/media.gyp View 1 2 3 3 chunks +37 lines, -3 lines 0 comments Download
A media/tools/player_x11/gl_video_renderer.h View 1 2 3 1 chunk +72 lines, -0 lines 1 comment Download
A media/tools/player_x11/gl_video_renderer.cc View 1 2 3 1 chunk +313 lines, -0 lines 0 comments Download
A media/tools/player_x11/gles_video_renderer.h View 2 3 1 chunk +75 lines, -0 lines 1 comment Download
A media/tools/player_x11/gles_video_renderer.cc View 2 3 1 chunk +344 lines, -0 lines 0 comments Download
M media/tools/player_x11/player_x11.cc View 1 2 3 4 chunks +14 lines, -4 lines 1 comment Download
M media/tools/player_x11/x11_video_renderer.h View 1 2 3 3 chunks +1 line, -17 lines 1 comment Download
M media/tools/player_x11/x11_video_renderer.cc View 1 2 3 4 chunks +55 lines, -293 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alpha Left Google
10 years, 10 months ago (2010-02-11 23:41:47 UTC) #1
piman
http://codereview.chromium.org/596055/diff/1001/2003 File media/tools/player_x11/gl_video_renderer.cc (right): http://codereview.chromium.org/596055/diff/1001/2003#newcode162 media/tools/player_x11/gl_video_renderer.cc:162: glLoadIdentity(); These last 2 lines are actually not needed, ...
10 years, 10 months ago (2010-02-11 23:59:31 UTC) #2
scherkus (not reviewing)
drive by! http://codereview.chromium.org/596055/diff/1001/2004 File media/tools/player_x11/gl_video_renderer.h (right): http://codereview.chromium.org/596055/diff/1001/2004#newcode18 media/tools/player_x11/gl_video_renderer.h:18: public Renderer { alignment http://codereview.chromium.org/596055/diff/1001/2007 File media/tools/player_x11/player_x11.cc ...
10 years, 10 months ago (2010-02-12 00:00:28 UTC) #3
Alpha Left Google
fixed comments. http://codereview.chromium.org/596055/diff/1001/2005 File media/tools/player_x11/gles_video_renderer.cc (right): http://codereview.chromium.org/596055/diff/1001/2005#newcode66 media/tools/player_x11/gles_video_renderer.cc:66: static const char kVertexShader[] = On 2010/02/11 ...
10 years, 10 months ago (2010-02-12 00:18:42 UTC) #4
scherkus (not reviewing)
nits but LGTM! http://codereview.chromium.org/596055/diff/4004/4007 File media/tools/player_x11/gl_video_renderer.h (right): http://codereview.chromium.org/596055/diff/4004/4007#newcode28 media/tools/player_x11/gl_video_renderer.h:28: virtual void Paint(); this doesn't need ...
10 years, 10 months ago (2010-02-12 01:04:20 UTC) #5
piman
10 years, 10 months ago (2010-02-12 01:06:21 UTC) #6
LGTM. I'll fix the texture issue when I get a chance, but if the stride matches
the packed row length then it should "just work"

Powered by Google App Engine
This is Rietveld 408576698