summaryrefslogtreecommitdiffstats
path: root/media/crypto/aes_decryptor.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not require a key before processing unencrypted frames within a potentiall...ddorwin@chromium.org2013-01-111-8/+8
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-221-16/+21
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-061-8/+4
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-041-8/+8
* Encrypted Media: Handle empty init_data in AesDecryptor::GenerateKeyRequest().xhwang@chromium.org2012-11-301-0/+5
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-021-4/+23
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-271-1/+3
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-181-6/+22
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-111-3/+2
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-101-1/+2
* Add video decoding methods in Decryptor and add DecryptingVideoDecoder.xhwang@chromium.org2012-10-041-0/+23
* Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().xhwang@chromium.org2012-09-251-1/+1
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-181-98/+1
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-291-1/+2
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-031-2/+4
* Add support for v0.3 of the encrypted WebM specification. (Revert Fix)fgalligan@chromium.org2012-08-021-11/+18
* Revert 149449 - Add support for v0.3 of the encrypted WebM specification.vandebo@chromium.org2012-08-011-18/+11
* Add support for v0.3 of the encrypted WebM specification.fgalligan@chromium.org2012-08-011-11/+18
* Code clean-up in AesDecryptor and test.xhwang@chromium.org2012-07-301-35/+38
* Add Common Encryption support to BMFF, including subsample decryption.strobe@google.com2012-07-261-67/+113
* 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-201-24/+162
* Revert 147169 - Add support for encrypted WebM files as defined in the RFC.jln@chromium.org2012-07-181-162/+24
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-181-24/+162
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-151-11/+17
* Add Decryptor interface.xhwang@chromium.org2012-06-191-3/+3
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-161-15/+67
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-311-12/+10
* Add AddKey to AesDecryptorxhwang@chromium.org2012-03-141-28/+64
* Add AES decryptor and tests.xhwang@chromium.org2012-03-081-0/+78