summaryrefslogtreecommitdiffstats
path: root/media/crypto
Commit message (Expand)AuthorAgeFilesLines
* Removed unused NeedKey callback from Decryptors.ddorwin@chromium.org2013-06-203-9/+4
* EME: ProxyDecryptor creates MediaKeys instead of Decryptor.xhwang@chromium.org2013-06-192-2/+2
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-193-33/+23
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-1/+1
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-032-7/+7
* Separate MediaKeys interface from Decryptor interface.xhwang@chromium.org2013-05-303-11/+17
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-231-2/+2
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-7/+10
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-10/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-7/+10
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-1/+1
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-142-2/+2
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-122-2/+2
* 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-223-35/+54
* 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