summaryrefslogtreecommitdiffstats
path: root/media/cdm
Commit message (Expand)AuthorAgeFilesLines
* media: Remove BrowserCdmFactory inferface.xhwang2015-11-062-91/+0
* Get Mandoline working in component build.jam2015-11-061-1/+2
* Simplify cdm_adapterjrummell2015-11-064-677/+555
* Add content_decryption_module.h based MediaKeys implementation.jrummell2015-11-057-10/+828
* Move code out of supported_cdm_versions.hjrummell2015-11-043-38/+65
* media: Make MediaKeys ref-counted.xhwang2015-11-039-72/+82
* Add constructors for CdmKeyInformationjrummell2015-10-311-5/+2
* Rename cdm_adapter class to match file name (ppapi_cdm_adapter).jrummell2015-10-282-172/+183
* Rename cdm_adapter to ppapi_cdm_adapterjrummell2015-10-277-187/+138
* media: Add AndroidCdmFactory.xhwang2015-10-232-0/+91
* Move CDM header out of cdm/ppapi directoryjrummell2015-10-2112-12/+12
* Support desktop media pipeline on Android for GN build.timav2015-10-151-4/+2
* Update MediaKeyStatus enum valuesjrummell2015-10-012-6/+6
* Prepare MediaDrmBridge to work with MediaCodecPlayertimav2015-09-301-1/+5
* Use the appropriate variant of IntToString in //mediaricea2015-09-241-2/+2
* Copy libvpx from DEPS to srcjohannkoenig2015-09-181-2/+2
* Use checked_cast<> to avoid compile errors on Windowsjrummell2015-09-091-4/+8
* Rename media/base/buffers.h to media/base/timestamp_constants.hwatk2015-09-043-3/+1
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Add Linux build packaging targets to GNbrettw2015-08-281-0/+1
* ffmpeg_cdm_video_decoder: s/PIX_FMT/AV_PIX_FMT/jzern2015-08-121-10/+12
* GN: Use forward_variables_from and remove unnecessary ldflags for cdm_adapter...agrieve2015-08-112-94/+13
* Update MediaKeyStatus to replace OutputNotAllowed with OutputRestrictedjrummell2015-07-282-2/+6
* Clear Key CDM should resolve the promise if session not foundjrummell2015-07-102-9/+12
* Properly verify that input data is just 'pssh' boxesjrummell2015-07-092-8/+36
* Lock while using key to prevent Update() from changing itjrummell2015-07-062-5/+6
* Fix unused variables errors in media/.mlamouri2015-07-062-0/+5
* media: No need to handle direct_dependent_configs in GN build.tfarina2015-07-031-3/+0
* Remove NOTREACHED in DeinitializeDecoder()jrummell2015-07-021-1/+3
* Have GetKeyIds() return the key IDs from the first matching 'pssh' boxjrummell2015-06-303-40/+47
* Use 'pssh' data to determine key_id properlyjrummell2015-06-203-26/+34
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-153-175/+268
* Revert of Combine 'pssh' parsing routines. (patchset #8 id:140001 of https://...kjellander2015-06-103-267/+174
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-093-174/+267
* Revert of Combine 'pssh' parsing routines. (patchset #7 id:120001 of https://...rfevang2015-06-093-261/+174
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-093-174/+261
* Chromium changes to statically link ffmpeg.chcunningham2015-06-091-12/+3
* Revert "Chromium changes to statically link ffmpeg."chcunningham2015-06-051-3/+12
* Chromium changes to statically link ffmpeg.chcunningham2015-06-041-12/+3
* cenc_utils should only be included when support of MP4 is availablejrummell2015-06-022-1/+17
* Pass video overlay renderer preference to ProxyDecryptor.sandersd2015-05-192-0/+5
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-153-8/+10
* Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (pat...jam2015-05-153-10/+8
* Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid.sandersd2015-05-153-8/+10
* Getting rid of duplicate includes from media/anujk.sharma2015-05-147-18/+1
* Sanitize data before providing it to the CDMjrummell2015-05-135-12/+87
* Provide error message if creating the CDM failsjrummell2015-05-073-5/+13
* Initialize the CDM asynchronouslyjrummell2015-05-053-68/+29
* Add a GN flag for the Windows multi-dll build.brettw2015-05-011-7/+1
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-301-3/+4