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

Issue 11087044: Generalize Pepper CDM API decrypt and decode. (Closed)

Created:
8 years, 2 months ago by Tom Finegan
Modified:
8 years, 2 months ago
Visibility:
Public.

Description

Generalize Pepper CDM API decrypt and decode. - Removes PP_EncryptedVideoFrameInfo. - Replaces PPP_ContentDecryptor_Private::DecryptAndDecodeFrame() with DecryptAndDecode(). BUG=141780 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161551

Patch Set 1 #

Total comments: 16

Patch Set 2 : Partially address comments #

Total comments: 2

Patch Set 3 : Address comments. #

Total comments: 3

Patch Set 4 : Address nit. #

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -182 lines) Patch
M ppapi/api/private/pp_content_decryptor.idl View 1 2 3 4 2 chunks +2 lines, -36 lines 0 comments Download
M ppapi/api/private/ppp_content_decryptor_private.idl View 1 2 3 4 1 chunk +16 lines, -12 lines 0 comments Download
M ppapi/c/private/pp_content_decryptor.h View 1 2 3 4 3 chunks +3 lines, -47 lines 0 comments Download
M ppapi/c/private/ppp_content_decryptor_private.h View 1 2 3 4 2 chunks +17 lines, -13 lines 0 comments Download
M ppapi/cpp/private/content_decryptor_private.h View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M ppapi/cpp/private/content_decryptor_private.cc View 1 2 3 4 2 chunks +10 lines, -9 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppp_content_decryptor_private_proxy.h View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M ppapi/proxy/ppp_content_decryptor_private_proxy.cc View 1 2 3 4 5 chunks +25 lines, -23 lines 0 comments Download
M webkit/media/crypto/ppapi/cdm_wrapper.cc View 1 2 3 4 3 chunks +15 lines, -10 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 1 chunk +14 lines, -18 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Tom Finegan
This lands after the video decoder init, and the decoder de-init/reset CLs. Omitted pnacl_shim.c: simpler ...
8 years, 2 months ago (2012-10-10 07:23:46 UTC) #1
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl File ppapi/api/private/pp_content_decryptor.idl (right): http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl#newcode121 ppapi/api/private/pp_content_decryptor.idl:121: PP_STREAMTYPE_UNKNOWN = 0, why does it make sense to ...
8 years, 2 months ago (2012-10-10 07:30:26 UTC) #2
Tom Finegan
Some comments responded to with explanation instead of change. PTAL, thanks! http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl File ppapi/api/private/pp_content_decryptor.idl (right): ...
8 years, 2 months ago (2012-10-10 08:26:06 UTC) #3
Ami GONE FROM CHROMIUM
http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl File ppapi/api/private/pp_content_decryptor.idl (right): http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl#newcode121 ppapi/api/private/pp_content_decryptor.idl:121: PP_STREAMTYPE_UNKNOWN = 0, On 2012/10/10 08:26:06, Tom Finegan wrote: ...
8 years, 2 months ago (2012-10-10 18:06:45 UTC) #4
Tom Finegan
Comments addressed. PTAL, thanks! http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl File ppapi/api/private/pp_content_decryptor.idl (right): http://codereview.chromium.org/11087044/diff/1/ppapi/api/private/pp_content_decryptor.idl#newcode121 ppapi/api/private/pp_content_decryptor.idl:121: PP_STREAMTYPE_UNKNOWN = 0, On 2012/10/10 ...
8 years, 2 months ago (2012-10-10 20:02:50 UTC) #5
Ami GONE FROM CHROMIUM
lgtm
8 years, 2 months ago (2012-10-10 20:23:11 UTC) #6
xhwang
lgtm % nits http://codereview.chromium.org/11087044/diff/9003/ppapi/proxy/ppapi_messages.h File ppapi/proxy/ppapi_messages.h (right): http://codereview.chromium.org/11087044/diff/9003/ppapi/proxy/ppapi_messages.h#newcode633 ppapi/proxy/ppapi_messages.h:633: std::string /* serialized_encrypted_media_info */) why not ...
8 years, 2 months ago (2012-10-10 23:52:33 UTC) #7
Tom Finegan
+brettw PTAL. This CL is intended to land after the video decoder intialization and, the ...
8 years, 2 months ago (2012-10-11 00:11:33 UTC) #8
brettw
lgtm
8 years, 2 months ago (2012-10-11 20:47:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tomfinegan@chromium.org/11087044/15001
8 years, 2 months ago (2012-10-12 08:16:41 UTC) #10
commit-bot: I haz the power
8 years, 2 months ago (2012-10-12 10:48:54 UTC) #11
Change committed as 161551

Powered by Google App Engine
This is Rietveld 408576698