summaryrefslogtreecommitdiffstats
path: root/media/crypto
Commit message (Expand)AuthorAgeFilesLines
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-062-17/+10
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-042-9/+11
* Encrypted Media: Handle empty init_data in AesDecryptor::GenerateKeyRequest().xhwang@chromium.org2012-11-302-9/+18
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-022-8/+30
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-273-3/+6
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-183-18/+38
* Change WebM parser to treat IVs from encrypted WebM as raw data.fgalligan@chromium.org2012-10-161-16/+12
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-112-4/+3
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-102-2/+4
* Add video decoding methods in Decryptor and add DecryptingVideoDecoder.xhwang@chromium.org2012-10-042-0/+30
* Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().xhwang@chromium.org2012-09-252-2/+2
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-183-188/+89
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-293-3/+5
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-071-1/+1
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-033-2/+16
* Add support for v0.3 of the encrypted WebM specification. (Revert Fix)fgalligan@chromium.org2012-08-022-96/+177
* Revert 149449 - Add support for v0.3 of the encrypted WebM specification.vandebo@chromium.org2012-08-012-103/+54
* Add support for v0.3 of the encrypted WebM specification.fgalligan@chromium.org2012-08-012-54/+103
* Code clean-up in AesDecryptor and test.xhwang@chromium.org2012-07-303-135/+142
* Add Common Encryption support to BMFF, including subsample decryption.strobe@google.com2012-07-263-148/+313
* Replace memcmp() with HMAC.VerifyTruncated() in aes_decryptor.ccfgalligan@chromium.org2012-07-241-12/+13
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-203-98/+502
* Revert 147169 - Add support for encrypted WebM files as defined in the RFC.jln@chromium.org2012-07-183-502/+98
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-183-98/+502
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-153-19/+37
* Add Decryptor interface.xhwang@chromium.org2012-06-194-102/+25
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-164-56/+260
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-313-20/+22
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-271-1/+1
* Add AddKey to AesDecryptorxhwang@chromium.org2012-03-143-41/+127
* Add AES decryptor and tests.xhwang@chromium.org2012-03-084-0/+169