summaryrefslogtreecommitdiffstats
path: root/webkit/media/crypto
Commit message (Expand)AuthorAgeFilesLines
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-233-95/+90
* Add UMA reporting for EME APIs.fischman@chromium.org2012-10-232-0/+23
* Add CDM video decoder.tomfinegan@chromium.org2012-10-236-22/+492
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-194-16/+138
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-186-79/+195
* Don't hang in Stop(): because the render thread is paused while Pipeline::Stop()fischman@chromium.org2012-10-182-27/+21
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-184-34/+68
* Fake video decoder in clearkey CDM.xhwang@chromium.org2012-10-162-1/+85
* Add frame size to cdm::VideoFrame.xhwang@chromium.org2012-10-132-4/+23
* Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...ddorwin@chromium.org2012-10-132-5/+13
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-121-10/+15
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-124-18/+65
* Add the Widevine CDM to Chrome.ddorwin@chromium.org2012-10-121-1/+14
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-111-13/+75
* Emit timer-triggered KeyMessage from CDM to JS.fischman@chromium.org2012-10-111-3/+4
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-114-29/+65
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-104-18/+60
* Allow decrypt error to be returned in CdmWrapper::DeliverBlock().xhwang@chromium.org2012-10-103-21/+23
* Add asynchrony support to ContentDecryptionModule via new CdmHost interface:fischman@chromium.org2012-10-104-7/+74
* Build the list of key system/container/codec combinations at runtime.ddorwin@chromium.org2012-10-101-32/+116
* Add video decoding methods in Decryptor and add DecryptingVideoDecoder.xhwang@chromium.org2012-10-044-0/+70
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-044-18/+18
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-032-47/+256
* Fix leak of MockDecryptor in ProxyDecryptorTest.xhwang@chromium.org2012-10-031-6/+18
* Refactor ProxyDecryptor.xhwang@chromium.org2012-10-033-137/+269
* Rename cdm::OutputBuffer to DecryptedBlock.tomfinegan@chromium.org2012-10-024-76/+76
* Make cdm::Status error names more specific.tomfinegan@chromium.org2012-10-013-8/+15
* Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().xhwang@chromium.org2012-09-255-7/+7
* Remove KeyError in CdmWrapper::Decrypt().xhwang@chromium.org2012-09-211-10/+7
* Add CDM allocator interface.tomfinegan@chromium.org2012-09-185-122/+507
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-184-12/+0
* Fix crash in CdmWrapper::Decrypt when there are no sub samples.tomfinegan@chromium.org2012-09-141-5/+12
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-131-24/+14
* Add video decoding support in the CDM interface.xhwang@chromium.org2012-09-064-19/+171
* Fix resource leaks in CDM implementation.tomfinegan@chromium.org2012-09-061-9/+6
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-294-7/+15
* Hook up CDM calls in CdmWrapper.xhwang@chromium.org2012-08-283-136/+255
* Connect PpapiDecryptor and PluginInstance.xhwang@chromium.org2012-08-282-31/+62
* Update CDM interface and add clear key CDM.xhwang@chromium.org2012-08-274-27/+381
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-221-16/+46
* Revert 152672 - Update CDM interface and add clear key CDM.hbono@chromium.org2012-08-224-381/+27
* Update CDM interface and add clear key CDM.xhwang@chromium.org2012-08-214-27/+381
* Add ContentDecryptionModule interface.xhwang@chromium.org2012-08-171-0/+150
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-172-0/+231
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-073-3/+3
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-035-14/+399
* Add PpapiDecryptor which wraps a CDM plugin.xhwang@chromium.org2012-07-236-36/+278
* Fix a rebase error in ProxyDecryptor::Decrypt()xhwang@chromium.org2012-07-191-2/+5
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-152-6/+7
* Add ProxyDecryptor which wraps concrete Decryptor implementations.xhwang@chromium.org2012-06-294-0/+258