|
|
Add PPAPI CDM video decoder initialization.
Updates PPB and PPP sides of PPAPI Content Decryptor interfaces
to support video decoder intialization. Adds support for decoder
initialization in the PPAPI proxy, plugin instance, and
the CDM wrapper.
Adds new PPAPI types PP_VideoCodecProfile and PP_VideoDecoderConfig.
Adds method InitializeVideoDecoder to PPP_ContentDecryptor_Private.
Adds method DecoderInitialized to PPB_ContentDecryptor_Private.
BUG= 141780
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161448
Total comments: 67
Total comments: 9
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+641 lines, -127 lines) |
Patch |
 |
M |
ppapi/api/private/pp_content_decryptor.idl
|
View
|
1
2
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_content_decryptor_private.idl
|
View
|
1
2
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppp_content_decryptor_private.idl
|
View
|
1
2
|
3 chunks |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/pp_content_decryptor.h
|
View
|
1
2
|
2 chunks |
+64 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_content_decryptor_private.h
|
View
|
1
2
|
5 chunks |
+24 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppp_content_decryptor_private.h
|
View
|
1
2
|
5 chunks |
+27 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.cc
|
View
|
1
2
|
3 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+67 lines, -53 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+110 lines, -39 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_instance_api.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/cdm_wrapper.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+75 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+76 lines, -1 line |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|