summaryrefslogtreecommitdiffstats
path: root/media/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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