summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppp_content_decryptor_private_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Update Pepper interface for EMEjrummell2014-09-081-26/+176
* Add Promises for EME (Chromium side)jrummell@chromium.org2014-06-071-31/+51
* Remove PlatformFile from ppapirvargas@chromium.org2014-06-031-1/+1
* Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.xhwang@chromium.org2014-02-121-0/+32
* Rename EME WD call parametersjrummell@chromium.org2013-12-101-14/+12
* Add support for CDM_3.jrummell@chromium.org2013-11-301-47/+38
* Add support for multiple MediaKey sessionsjrummell@chromium.org2013-11-141-16/+16
* Create a Pepper-based CDM when a MediaKeys object is created.jrummell@chromium.org2013-09-201-4/+33
* Pepper: Unify Buffer and BufferTrusted APIs.teravest@chromium.org2013-03-231-3/+1
* Verify we're not getting any plugin messages on the host side of the proxy.brettw@chromium.org2013-01-221-0/+4
* CDM/PPAPI: Fix plugin-side ref-counting leakdmichael@chromium.org2012-12-191-36/+55
* CDM: Don't create a new plugin Resource when HostResource is sent twicedmichael@chromium.org2012-12-181-22/+25
* Fix in process PPAPI decryption.tomfinegan@chromium.org2012-12-111-19/+0
* Add type argument to pepper content decryptor method GenerateKeyRequest().tomfinegan@chromium.org2012-10-291-0/+4
* Add CDM video decoder.tomfinegan@chromium.org2012-10-231-5/+10
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-191-0/+62
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-181-0/+7
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-121-23/+25
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-121-0/+66
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-111-39/+110
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-041-26/+28
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-4/+0
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-131-35/+35
* Fix resource leaks in CDM implementation.tomfinegan@chromium.org2012-09-061-8/+23
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-221-16/+51
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-171-0/+311