summaryrefslogtreecommitdiffstats
path: root/media/cdm
Commit message (Expand)AuthorAgeFilesLines
* CDM FileIOTest: Work around flakiness by not closing during read/write.xhwang2014-09-191-4/+8
* CdmFileIOImpl: Refactor Write() implementation.xhwang2014-09-184-120/+347
* CDM FileIOTest: Explictly test corrupted file.xhwang2014-09-152-0/+41
* CdmAdapter: Report size of the file read by CDM via FileIO.xhwang2014-09-154-5/+75
* Encrypted Media: Fix a typo in FileIOTest::MatchResult().xhwang2014-09-121-1/+1
* Fix uma_interface variable name in CdmAdapter.xhwang2014-09-111-2/+2
* Fix certificate length check.jrummell2014-09-101-1/+1
* Update Pepper interface for EMEjrummell2014-09-083-21/+74
* Remove CDM_5 Supportjrummell2014-08-304-195/+28
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-1/+1
* Changing the behavior of ReleaseSession() from Close() to Remove()jrummell2014-08-233-29/+32
* Implement ClearKey message format as JSON.jrummell@chromium.org2014-08-195-15/+297
* Fix passing of init_data_type size to CDM_4 and CDM_5.sandersd@chromium.org2014-08-181-12/+16
* Support persistent sessions with CDM5/6.jrummell@chromium.org2014-08-151-0/+37
* Update ClearKey to support CDM_6jrummell@chromium.org2014-08-156-40/+190
* Convert between |init_data_type| and content type.sandersd@chromium.org2014-08-141-2/+34
* Add support for CDM_6.jrummell@chromium.org2014-08-086-39/+375
* CdmAdapter: Allow parallel SendPlatformChallenge() calls.xhwang@chromium.org2014-07-172-35/+33
* CdmAdapter: Value initialize PP_Decrypted*Info.xhwang@chromium.org2014-07-161-3/+3
* Encrypted Media: Fix PpbBuffer::Destroy().xhwang@chromium.org2014-07-113-35/+86
* Fix OUTPUT_PROTECTION_ALL_EXTERNAL_LINKS_PROTECTED reporting.xhwang@chromium.org2014-07-011-1/+8
* Clear Key CDM to generate close event when session is closed.jrummell@chromium.org2014-06-115-4/+20
* Add Promises for EME (Chromium side)jrummell@chromium.org2014-06-0710-414/+1019
* Changing default_url to destination_url for consistencyamogh.bihani@samsung.com2014-06-033-7/+8
* Add PlayerTracker and BrowserCdm interfaces.xhwang@chromium.org2014-06-032-0/+111
* Using GURL in place of std::string for destination_urlamogh.bihani@samsung.com2014-05-284-11/+17
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-212-2/+2
* Revert 271945 "Roll FFmpeg for M37."kbr@chromium.org2014-05-212-2/+2
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-212-2/+2
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* CdmAdapter: Add UMA for output protection queries and results.xhwang@chromium.org2014-05-032-0/+62
* Ensure Pepper plugin origin matches security originjrummell@chromium.org2014-04-171-15/+19
* Encrypted Media: Support VP9 playback.xhwang@chromium.org2014-04-113-5/+12
* Encrypted Media: Remove support of CDM_1 and CDM_2.xhwang@chromium.org2014-04-055-428/+40
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Convert scoped_ptr_malloc -> scoped_ptr, part 5.viettrungluu@chromium.org2014-03-172-9/+6
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Encrypted Media: Use uint32 for systemCode in SessionError.xhwang@chromium.org2014-03-043-3/+5
* Only support unprefixed Clear Key internally in Chromium.xhwang@chromium.org2014-02-212-7/+4
* PpapiDecryptor: Call NewKeyCB on OnSessionReady().xhwang@chromium.org2014-02-192-12/+37
* Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.xhwang@chromium.org2014-02-125-46/+98
* Support CDM_4, including LoadSession().xhwang@chromium.org2014-02-077-16/+96
* Move MSE parsers under "formats" root directory.dalecurtis@chromium.org2014-01-231-1/+0
* AesDecryptor callbacks now used in a thread-safe mannerjrummell@chromium.org2014-01-102-4/+14
* Drop data offset in PP_EncryptedBlockInfo.xhwang@chromium.org2014-01-091-1/+0
* Handle plugin instance crash in ContentDecryptorDelegate.xhwang@chromium.org2014-01-091-1/+9
* Drop DecryptConfig::data_offset_.xhwang@chromium.org2014-01-083-43/+28
* Replace |reference_id| with |session_id| in ClearKeyCdm.xhwang@chromium.org2013-12-282-16/+17
* Use |key_system| in ClearKeyCdm's constructor.xhwang@chromium.org2013-12-282-17/+8
* Move ClearKeyCdm files to media/cdm/ppapi/external_clear_key/.xhwang@chromium.org2013-12-2613-41/+41