summaryrefslogtreecommitdiffstats
path: root/media/base/decryptor.h
Commit message (Expand)AuthorAgeFilesLines
* Switch audio code from DataBuffer to AudioBuffer.jrummell@chromium.org2013-07-101-2/+2
* EME: ProxyDecryptor creates MediaKeys instead of Decryptor.xhwang@chromium.org2013-06-191-6/+0
* Separate MediaKeys interface from Decryptor interface.xhwang@chromium.org2013-05-301-69/+11
* Fix some includes in media code.xhwang@chromium.org2013-05-091-1/+0
* 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-141-1/+1
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-121-1/+1
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-151-2/+2
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-221-6/+28
* Rename DecryptorNotificationCB to DecryptorReadyCB.xhwang@chromium.org2012-12-141-0/+12
* Add DecryptingDemuxerStream.xhwang@chromium.org2012-11-151-0/+1
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-021-8/+13
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-271-1/+3
* Update PluginInstance for audio support for content decryption.xhwang@chromium.org2012-10-241-0/+1
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-231-0/+2
* Add UMA reporting for EME APIs.fischman@chromium.org2012-10-231-1/+5
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-181-30/+62
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-111-1/+1
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-101-1/+5
* Add video decoding methods in Decryptor and add DecryptingVideoDecoder.xhwang@chromium.org2012-10-041-18/+80
* Refactor ProxyDecryptor.xhwang@chromium.org2012-10-031-3/+5
* Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().xhwang@chromium.org2012-09-251-3/+3
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-291-1/+4
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-071-2/+2
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-031-2/+9
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-151-5/+20
* Add Decryptor interface.xhwang@chromium.org2012-06-191-0/+69