|
|
Update PPP side of Pepper CDM API to support video decoding.
This adds the PPP half of the video decoding support changes.
Adds the following pepper types:
- PP_VideoCodec
- PP_DecryptedFrameFormat
- PP_EncryptedVideoFrameInfo
Replaces PPP_ContentDecryptor_Private::DecryptAndDecode with
DecryptAndDecodeFrame.
BUG= 141780
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160078
Total comments: 11
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+261 lines, -149 lines) |
Patch |
 |
M |
ppapi/api/private/pp_content_decryptor.idl
|
View
|
1
2
3
4
|
2 chunks |
+54 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppp_content_decryptor_private.idl
|
View
|
1
2
3
|
2 chunks |
+13 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/pp_content_decryptor.h
|
View
|
1
2
3
4
|
3 chunks |
+65 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppp_content_decryptor_private.h
|
View
|
1
2
3
|
4 chunks |
+18 lines, -21 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.cc
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
|
6 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
View
|
1
2
3
4
|
5 chunks |
+28 lines, -26 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/cdm_wrapper.cc
|
View
|
1
2
3
4
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/clear_key_cdm.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/clear_key_cdm.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/content_decryption_module.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
1
2
3
4
|
2 chunks |
+29 lines, -10 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|