index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
cdm
/
ppapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Encrypted Media: Remove support of CDM_1 and CDM_2.
xhwang@chromium.org
2014-04-05
5
-428
/
+40
*
Convert scoped_ptr_malloc -> scoped_ptr, part 5.
viettrungluu@chromium.org
2014-03-17
2
-9
/
+6
*
Encrypted Media: Use uint32 for systemCode in SessionError.
xhwang@chromium.org
2014-03-04
2
-2
/
+2
*
PpapiDecryptor: Call NewKeyCB on OnSessionReady().
xhwang@chromium.org
2014-02-19
2
-12
/
+37
*
Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.
xhwang@chromium.org
2014-02-12
3
-43
/
+86
*
Support CDM_4, including LoadSession().
xhwang@chromium.org
2014-02-07
7
-16
/
+96
*
Drop data offset in PP_EncryptedBlockInfo.
xhwang@chromium.org
2014-01-09
1
-1
/
+0
*
Handle plugin instance crash in ContentDecryptorDelegate.
xhwang@chromium.org
2014-01-09
1
-1
/
+9
*
Drop DecryptConfig::data_offset_.
xhwang@chromium.org
2014-01-08
1
-2
/
+2
*
Replace |reference_id| with |session_id| in ClearKeyCdm.
xhwang@chromium.org
2013-12-28
2
-16
/
+17
*
Use |key_system| in ClearKeyCdm's constructor.
xhwang@chromium.org
2013-12-28
2
-17
/
+8
*
Move ClearKeyCdm files to media/cdm/ppapi/external_clear_key/.
xhwang@chromium.org
2013-12-26
13
-41
/
+41
*
Implement file locking in CdmFileIOImpl.
xhwang@chromium.org
2013-12-26
4
-15
/
+164
*
Add CDM FileIO tests.
xhwang@chromium.org
2013-12-20
4
-9
/
+649
*
Update ClearKeyCdm to use CDM_3.
jrummell@chromium.org
2013-12-19
3
-187
/
+78
*
Implement CdmFileIO in CdmAdapter.
xhwang@chromium.org
2013-12-17
4
-0
/
+501
*
Reland r59093008 "Add logging capability to CDM adapter".
xhwang@chromium.org
2013-12-16
4
-4
/
+243
*
Revert 240462 "Add logging capability to CDM adapter."
cpu@chromium.org
2013-12-13
4
-243
/
+4
*
Add logging capability to CDM adapter.
xhwang@chromium.org
2013-12-12
4
-4
/
+243
*
FFmpeg fixups for M33 roll. Now with more Opus!
dalecurtis@chromium.org
2013-12-12
2
-2
/
+2
*
Rename EME WD call parameters
jrummell@chromium.org
2013-12-10
5
-163
/
+160
*
Add support for CDM_3.
jrummell@chromium.org
2013-11-30
7
-268
/
+393
*
Make PPB_URLUtil_Dev interface backward compatible
yzshen@chromium.org
2013-11-26
1
-1
/
+6
*
Add decrypt-only external clear key browser tests.
xhwang@chromium.org
2013-11-22
2
-9
/
+23
*
Fix a size check error in PpbBuffer::SetSize().
xhwang@chromium.org
2013-11-20
1
-1
/
+1
*
Add support for multiple MediaKey sessions
jrummell@chromium.org
2013-11-14
5
-147
/
+334
*
Move MSE and EME trace events to "media" category.
xhwang@chromium.org
2013-11-12
1
-1
/
+1
*
Rename ClearKey types
jrummell@chromium.org
2013-11-08
9
-19
/
+19
*
Use CDM_MODULE_VERSION from content_decryption_module.h.
ddorwin@chromium.org
2013-11-05
1
-3
/
+0
*
Check CDM API version compatibility before registering component.
ddorwin@chromium.org
2013-11-01
3
-10
/
+108
*
Revert 232092 "Revert 232043 "Update ClearKeyCdm to use CDM::Host and CDM::Ho...
xhwang@chromium.org
2013-10-31
11
-26
/
+44
*
Revert 232043 "Update ClearKeyCdm to use CDM::Host and CDM::Host..."
tommyw@chromium.org
2013-10-31
11
-44
/
+26
*
Update ClearKeyCdm to use CDM::Host and CDM::Host::kVersion.
xhwang@chromium.org
2013-10-31
11
-26
/
+44
*
Update CdmAdapter to use CDM::Host and CDM::Host::kVersion.
xhwang@chromium.org
2013-10-30
1
-4
/
+4
*
Implement deferred decoder initialization.
dalecurtis@chromium.org
2013-10-24
2
-6
/
+55
*
Switch CdmWrapper to use uint32_t for size types per style guide.
dalecurtis@chromium.org
2013-10-23
7
-86
/
+94
*
Plumb support for audio sample formats.
dalecurtis@chromium.org
2013-10-22
6
-94
/
+151
*
Plumb PlatformVerification and AudioFramesImpl (Attempt II)
dalecurtis@chromium.org
2013-10-21
8
-71
/
+263
*
Add CdmWrapper to support multiple CDM versions in CdmAdapter.
xhwang@chromium.org
2013-10-19
4
-10
/
+217
*
CdmWrapper cleanups.
xhwang@chromium.org
2013-10-19
4
-465
/
+539
*
Revert 227436 "Plumb PPAPI PlatformVerification into CDM.h"
ddorwin@chromium.org
2013-10-15
3
-229
/
+9
*
Handle CdmWrapper::Initialize() failure gracefully.
xhwang@chromium.org
2013-10-14
2
-21
/
+26
*
Plumb PPAPI PlatformVerification into CDM.h
dalecurtis@google.com
2013-10-08
3
-9
/
+229
*
Revert 227436 "Plumb PPAPI PlatformVerification into CDM.h"
jochen@chromium.org
2013-10-08
3
-229
/
+9
*
Plumb PPAPI PlatformVerification into CDM.h
dalecurtis@chromium.org
2013-10-08
3
-9
/
+229
*
Cleanup destruction of ffmpeg objects
jrummell@chromium.org
2013-09-26
4
-45
/
+32
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
1
-8
/
+7
*
Create a Pepper-based CDM when a MediaKeys object is created.
jrummell@chromium.org
2013-09-20
1
-33
/
+31
*
Relocate last remnants of webkit/renderer/media code.
dalecurtis@chromium.org
2013-08-10
15
-0
/
+3508