summaryrefslogtreecommitdiffstats
path: root/webkit/media/crypto
Commit message (Expand)AuthorAgeFilesLines
* Make AudioDecoderConfig copyable.xhwang@chromium.org2013-03-142-9/+7
* Make VideoDecoderConfig copyable.xhwang@chromium.org2013-03-122-9/+7
* Check origin URL in CdmWrapper.xhwang@chromium.org2013-03-111-0/+13
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* ExternalClearKey: remove row-by-row copy code from libvpx wrapper.tomfinegan@chromium.org2013-02-131-75/+0
* Guard against midstream audio configuration changes.dalecurtis@chromium.org2013-02-122-4/+20
* Update Cdm Wrapper and ClearKeyCdm to work with CDM interface version 4.xhwang@google.com2013-02-1213-61/+102
* Allow support for CENC and the AVC1 and AAC codecs in the Widevine CDM to be ...ddorwin@chromium.org2013-02-102-41/+121
* Properly manage lifetime of Helper Plugin in ProxyDecryptor.ddorwin@chromium.org2013-02-072-3/+24
* ExternalClearKey: Use 2 threads for decoding in libvpx.tomfinegan@chromium.org2013-02-061-1/+3
* Enabling External Clear Key CDM on Mac OSdkovalev@chromium.org2013-02-051-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Allow a null initData for external CDMs.ddorwin@chromium.org2013-01-301-1/+2
* Ensure FFmpegAudioDecoder passes aligned channel pointers.dalecurtis@chromium.org2013-01-301-6/+6
* Tighten up media::DecoderBuffer API contract for end of stream buffers (round...scherkus@chromium.org2013-01-284-13/+27
* In ConfigureInputBuffer make sure IV is NULL when IV size is 0.xhwang@chromium.org2013-01-251-3/+10
* Update media::DataBuffer API to match media::DecoderBuffer.scherkus@chromium.org2013-01-171-1/+1
* Update some #includes in webkit/media/crypto for headers that were moved from...pilgrim@chromium.org2013-01-163-4/+4
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-152-0/+2
* Android: Fix compile errors in content_browsertestsnileshagrawal@chromium.org2013-01-151-2/+5
* Encrypted Media: Enforcing the CDM to decode audio into S16 integers.xhwang@chromium.org2013-01-152-44/+114
* Ensure keySystem is always provided in keyerror events from Pepper CDMs.ddorwin@chromium.org2013-01-101-32/+75
* Encrypted Media: Reduce DecryptAndDecodeAudio log level in PpapiDecryptor.xhwang@chromium.org2013-01-091-1/+1
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-1/+2
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-226-70/+187
* Encrypted Media: ProxyDecryptor is not a Decryptor.xhwang@chromium.org2012-12-182-92/+10
* Replace Chromium's content_decryption_module.h with the independent DEPS'd in...ddorwin@chromium.org2012-12-1814-514/+12
* Encrypted Media: Old video decrypt-only path clean-up.xhwang@chromium.org2012-12-183-534/+5
* Ensure keymessage response to generateKeyRequest() has keySystem set for exte...ddorwin@chromium.org2012-12-151-14/+27
* EME v0.1: Report defaultURL in KeyMessage.ddorwin@chromium.org2012-12-151-6/+13
* Encrypted Media: Support Audio Decrypt-Only.xhwang@chromium.org2012-12-142-22/+8
* Rename constant array names to CamelCase to key_system.cc.xhwang@chromium.org2012-12-141-8/+7
* Rename DecryptorNotificationCB to DecryptorReadyCB.xhwang@chromium.org2012-12-142-21/+20
* Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...tomfinegan@chromium.org2012-12-121-7/+4
* Several updates to canPlayType() results for EMEddorwin@chromium.org2012-12-102-4/+697
* Encrypted Media: Update CDM interface to version 3.xhwang@chromium.org2012-12-108-386/+345
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-062-17/+12
* Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator.xhwang@chromium.org2012-12-053-42/+181
* Add a libvpx video decoder to ClearKeyCdm and move the fake video decoder to ...tomfinegan@chromium.org2012-12-0510-108/+584
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-042-11/+18
* Add data_size to PP_EncryptedBlockInfo.xhwang@chromium.org2012-11-211-1/+3
* Implement heart beat in ClearKeyCdm.xhwang@chromium.org2012-11-132-10/+54
* Only call av_register_all when ffmpg decoders are used in clearkey CDM.xhwang@chromium.org2012-11-101-0/+2
* Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...xhwang@chromium.org2012-11-081-10/+2
* Add ContentDecryptorDelegate.xhwang@chromium.org2012-11-073-28/+46
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-024-36/+37
* Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.xhwang@chromium.org2012-11-021-0/+2
* Change Cdm::GetCurrentWallTimeMs() to GetCurrentWallTimeInSeconds().xhwang@chromium.org2012-11-012-10/+10
* Send correct video timestamps from the Pepper CDM video decoder.tomfinegan@chromium.org2012-10-302-4/+5
* Allow codecs other than Vorbis in the Pepper CDM audio decoder.tomfinegan@chromium.org2012-10-301-5/+4