summaryrefslogtreecommitdiffstats
path: root/media/cdm/aes_decryptor.h
Commit message (Expand)AuthorAgeFilesLines
* media: Make MediaKeys ref-counted.xhwang2015-11-031-1/+2
* Lock while using key to prevent Update() from changing itjrummell2015-07-061-1/+1
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+2
* Use std::vector<uint8_t> instead of uint8*/int for MediaKeys interfacejrummell2015-04-241-7/+5
* Pass security origin to AesDecryptor()jrummell2015-04-091-1/+4
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-021-1/+1
* media: Always define |cdm_id| in CdmContext.xhwang2015-03-191-2/+0
* Properly determine if a new key was added in AesDecryptor::Update()jrummell2015-03-171-0/+3
* media: Rename WebSessionId to SessionId.xhwang2015-01-221-9/+9
* Add session_type parameter to LoadSession()jrummell2015-01-091-1/+2
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-081-5/+6
* virtual/override specifier cleanup in media/.gunsch2015-01-051-1/+1
* Remove GetUsableKeyIds()jrummell2014-12-191-2/+0
* Introduce CdmContext interface.xhwang2014-11-211-1/+7
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-40/+37
* Add MediaKeys::GetCdmId().xhwang2014-10-211-0/+3
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-17/+17
* Update MediaKeys interface for EMEjrummell2014-09-261-6/+13
* Update ClearKey to support CDM_6jrummell@chromium.org2014-08-151-0/+3
* Clear Key CDM to generate close event when session is closed.jrummell@chromium.org2014-06-111-1/+3
* Add Promises for EME (Chromium side)jrummell@chromium.org2014-06-071-22/+17
* Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.xhwang@chromium.org2014-02-121-1/+3
* AesDecryptor callbacks now used in a thread-safe mannerjrummell@chromium.org2014-01-101-0/+4
* Manage sessions in AesDecryptor.jrummell@chromium.org2013-12-131-0/+4
* Support session management in AesDecryptor.jrummell@chromium.org2013-12-111-8/+17
* Rename EME WD call parametersjrummell@chromium.org2013-12-101-7/+6
* Add support for CDM_3.jrummell@chromium.org2013-11-301-19/+19
* Add support for multiple MediaKey sessionsjrummell@chromium.org2013-11-141-6/+11
* Add EME support for JSON Web Keysjrummell@chromium.org2013-09-111-2/+4
* Relocate last remnants of webkit/renderer/media code.dalecurtis@chromium.org2013-08-101-0/+124