summaryrefslogtreecommitdiffstats
path: root/media/base/key_systems.cc
Commit message (Expand)AuthorAgeFilesLines
* EME on Android: Improve accuracy of Key System availability.ddorwin2016-03-031-0/+11
* EME: Remove the concept of concrete key systems.ddorwin2016-02-261-56/+43
* EME: Remove the concept of a parent key system.ddorwin2016-02-261-18/+1
* EME: Ensure that registered codecs match the MIME type.ddorwin2016-02-251-116/+81
* Remove prefixed EME.ddorwin2016-02-221-101/+2
* media: Require HW_SECURE_CODECS for other key systems on Android.xhwang2016-01-151-4/+9
* EME: Do not special case an empty robustness string.ddorwin2016-01-151-2/+5
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+4
* Switch to standard integer types in media/.Avi Drissman2015-12-191-18/+14
* Check key system name consistentlyjrummell2015-10-021-18/+15
* Remove legacy StartsWithASCII function.brettw2015-07-161-2/+4
* media: Add MediaAppTest.xhwang2015-06-301-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-2/+2
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-151-4/+4
* Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (pat...jam2015-05-151-4/+4
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-151-4/+4
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-2/+0
* Restrict use of hardware-secure codecs based on the RendererPreference.sandersd2015-05-121-3/+4
* Revert of Restrict use of hardware-secure codecs based on the RendererPrefere...mdempsky2015-05-121-4/+3
* Restrict use of hardware-secure codecs based on the RendererPreference.sandersd2015-05-121-3/+4
* Support Android secure codecs in requestMediaKeySystemAccess().sandersd2015-05-061-10/+30
* media: Use LazyInstance::Leaky where possible.xhwang2015-05-061-1/+1
* Change enums in eme_constants.h to enum classesjrummell2015-04-211-21/+27
* Only allow ALWAYS_ENABLED features for browser CDMs.sandersd2015-04-151-7/+7
* Unit tests for KeySystemConfigSelector.sandersd2015-04-101-112/+26
* Extract requestMediaKeySystemAccess() algorithm.sandersd2015-04-071-16/+17
* OnEncrypted event to use enum for |init_data_type|jrummell2015-04-031-34/+0
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-021-15/+20
* Implement sessionTypes filtering.sandersd2015-03-311-55/+53
* Change EmeInitDataType to be an enum classjrummell2015-03-261-26/+22
* Refactor IsSupportedKeySystemWithMediaMimeType().sandersd2015-03-261-57/+60
* Create an interface for KeySystems, migrate WebEncryptedMediaClientImpl.sandersd2015-03-251-136/+165
* Implement robustness strings in requestMediaKeySystemAccess().sandersd2015-03-251-142/+248
* Implement support for "keyids" Initialization Data formatjrummell2015-03-181-2/+4
* Restore L3 support on CrOS when the media permission is denied.ddorwin2015-02-211-4/+22
* Unprefixed EME: Check that key system is explicitly supported or begins with ...ddorwin2015-02-201-1/+65
* Implement checks for distinctiveIdentifier and persistentState in requestMedi...sandersd2015-02-201-76/+219
* Explicitly differentiate key system support functions by EME version.ddorwin2015-02-171-17/+18
* Don't update Media.EME.KeySystemSupport UMA for unprefixed EMEjrummell2015-02-051-6/+19
* Advertise Opus support in EME.sandersd2014-11-261-0/+5
* Move KeySystems to media.xhwang2014-11-121-0/+651