summaryrefslogtreecommitdiffstats
path: root/media/blink/cdm_session_adapter.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-151-4/+2
* Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (pat...jam2015-05-151-2/+4
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-151-4/+2
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-2/+0
* Provide error message if creating the CDM failsjrummell2015-05-071-3/+4
* Use std::vector<uint8_t> instead of uint8*/int for MediaKeys interfacejrummell2015-04-241-12/+8
* media: CdmFactory creates CDM (MediaKeys) asynchronously.xhwang2015-04-131-23/+44
* media: Rename SessionError to LegacySessionError.xhwang2015-04-021-5/+6
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-021-1/+1
* Block platform verification and file IO in the CDM adapter if the CDM configu...sandersd2015-03-101-1/+4
* Check InitDataType is supported by key system when creating sessionjrummell2015-02-051-0/+5
* media: Rename WebSessionId to SessionId.xhwang2015-01-221-42/+38
* Pass keyschange event to blinkjrummell2015-01-221-1/+1
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-141-3/+5
* Pass MessageType in OnSessionMessage() callsjrummell2015-01-091-3/+3
* Add session_type parameter to LoadSession()jrummell2015-01-091-4/+4
* Pass key_information on SessionKeysChange messagejrummell2015-01-081-1/+4
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-081-5/+3
* Encrypted Media: Add DefaultCdmFactory.xhwang2014-12-221-17/+7
* Remove EME Ready eventjrummell2014-12-201-6/+0
* Remove GetUsableKeyIds()jrummell2014-12-191-6/+0
* Handle SetCdm() in media::Renderer.xhwang2014-11-251-8/+2
* Introduce CdmContext interface.xhwang2014-11-211-2/+2
* Move AesDecryptor creation from RenderCdmFactory to media/.xhwang2014-11-191-12/+19
* Move Encrypted Media classes from /content to /media.xhwang2014-11-141-0/+197