|
We are removing checksum/HMAC in WebM spec for encrypted content.
xhwang's CL http://codereview.chromium.org/10918276 has been merged into this one. 10918276 CL updates the CDM interface, ClearKeyCdm, CdmWrapper and PPAPI code to reflect this change.
- Remove checksum from DecryptConfig.
- Remove HMAC from AesDecryptor.
- Update AesDecryptorTest as all decrypts will not fail but the
data checks will.
- Remove FakeCheckSum from ffmpeg_video_decoder_unittest.
- Remove HMAC from WebMClusterParser.
- Remove checksum from ppapi_plugin_instance.
BUG= 150014
TEST=All media_unittests pass.
TBR=dmichael
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157322
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+109 lines, -254 lines) |
Patch |
 |
M |
media/base/decrypt_config.h
|
View
|
|
3 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/base/decrypt_config.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/crypto/aes_decryptor.h
|
View
|
1
2
|
2 chunks |
+9 lines, -23 lines |
0 comments
|
Download
|
 |
M |
media/crypto/aes_decryptor.cc
|
View
|
|
5 chunks |
+1 line, -98 lines |
0 comments
|
Download
|
 |
M |
media/crypto/aes_decryptor_unittest.cc
|
View
|
1
2
|
16 chunks |
+79 lines, -67 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder_unittest.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/filters/pipeline_integration_test.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
media/mp4/mp4_stream_parser.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/mp4/track_run_iterator.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/webm/webm_cluster_parser.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_constants.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/pp_content_decryptor.idl
|
View
|
1
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/pp_content_decryptor.h
|
View
|
1
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/cdm_wrapper.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/clear_key_cdm.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/ppapi/content_decryption_module.h
|
View
|
1
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/media/crypto/proxy_decryptor_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|