|
Video Color Managament
Creates a new class media::VideoColorSpace which can represent all h264 color spaces, we encode this into the metadata for a video frame and forward it all the way to gl_renderer.cc, where we use it to render the video correctly.
BUG= 622133
Committed: https://crrev.com/af57af3079ddbb21be992e839023ff6e45ec6ef4
Cr-Commit-Position: refs/heads/master@{#411297}
Total comments: 4
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+446 lines, -92 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/ipc/cc_param_traits.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/ipc/cc_param_traits_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/ipc/struct_traits_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/video_layer_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
cc/output/color_lut_cache.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/output/color_lut_cache.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
11 chunks |
+50 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/output_surface.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/output_surface.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/renderer_pixeltest.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/output/shader.h
|
View
|
1
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/output/shader.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+94 lines, -45 lines |
0 comments
|
Download
|
 |
M |
cc/quads/draw_quad_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+28 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/quads/yuv_video_draw_quad.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/quads/yuv_video_draw_quad.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/render_pass_test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/media_switches.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/media_switches.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/video_frame.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/video_frame.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+19 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/video/gpu_memory_buffer_video_frame_pool.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/color_space.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/color_space.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
Total messages: 39 (24 generated)
|