summaryrefslogtreecommitdiffstats
path: root/media/cdm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+2
* Handle all possible cdm::Status values before passing through Pepperjrummell2015-04-271-3/+9
* Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...xhwang2015-04-271-4/+3
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.anujk.sharma2015-04-271-3/+4
* Update {virtual,override} to follow C++11 style in media.nick2015-04-247-91/+94
* Use std::vector<uint8_t> instead of uint8*/int for MediaKeys interfacejrummell2015-04-248-180/+184
* Sanitize init_data before passing it onjrummell2015-04-226-22/+119
* media: CdmFactory creates CDM (MediaKeys) asynchronously.xhwang2015-04-134-90/+171
* Do not require 'alg' parameter for EME Clear Key Update() requestsjrummell2015-04-132-56/+21
* Pass security origin to AesDecryptor()jrummell2015-04-096-10/+28
* Allow widevinecdmadapter to be built in Chromiumjrummell2015-04-042-0/+242
* OnEncrypted event to use enum for |init_data_type|jrummell2015-04-032-6/+7