summaryrefslogtreecommitdiffstats
path: root/media/blink
Commit message (Expand)AuthorAgeFilesLines
* Use blink::initDataType and blink::sessionType as enumsjrummell2015-02-263-35/+65
* Fix some virtual and override specifiershans2015-02-242-6/+6
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-244-1/+1258
* Restore L3 support on CrOS when the media permission is denied.ddorwin2015-02-211-2/+14
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Prompt for permission in requestMediaKeySystemAccess().sandersd2015-02-202-46/+112
* Implement checks for distinctiveIdentifier and persistentState in requestMedi...sandersd2015-02-201-87/+242
* Sort GYP and GN files under mediasatorux2015-02-181-2/+2
* Explicitly differentiate key system support functions by EME version.ddorwin2015-02-173-7/+8
* Remove unused code in WebContentDecryptionModuleImpljrummell2015-02-112-52/+0
* Handle extended codecs in requestMediaKeySystemAccess()jrummell2015-02-111-4/+10
* Remove unused methods in WebContentDecryptionModuleSessionImpljrummell2015-02-092-33/+0
* Check InitDataType is supported by key system when creating sessionjrummell2015-02-053-0/+26
* Fix componene debug build failure because of src/media/blinkdongseong.hwang2015-02-042-0/+2
* Handle createCDM() when frame destroyedjrummell2015-02-034-20/+51
* Remove more targets from GN Windows build.brettw2015-02-021-1/+1
* media: Add DefaultMediaPermission.xhwang2015-02-016-2/+21
* Add UMA to report requests for key systems using RequestMediaKeyAccessjrummell2015-01-302-0/+94
* Add additional UMAs to keep track of unprefixed EME promise resultsjrummell2015-01-281-12/+17
* Mechanical rename of tracing includes for /mediassid2015-01-281-1/+1
* media: Add MediaPermission interface and MediaPermissionDispatcher.xhwang2015-01-272-2/+9
* Store the accumulated configuration from requestMediaKeySystemAccess().sandersd2015-01-233-17/+26
* media: Rename WebSessionId to SessionId.xhwang2015-01-226-84/+79
* Pass keyschange event to blinkjrummell2015-01-223-4/+40
* Add support for Rec709 color space videos in software YUV convert path.rileya2015-01-211-0/+1
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+3
* Plumb preload attribute prior to initializing the data source.dalecurtis2015-01-161-1/+1
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-142-4/+7
* Reland: V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-101-0/+1
* Implement checks in requestMediaKeySystemAccess().sandersd2015-01-101-48/+157
* Pass MessageType in OnSessionMessage() callsjrummell2015-01-094-11/+30
* Change SessionType to include both types of persistent sessions.jrummell2015-01-091-2/+18
* Revert current time clamp on ended; clamp paused time instead.dalecurtis2015-01-092-2/+17
* Add session_type parameter to LoadSession()jrummell2015-01-093-6/+10
* media: Optimize HW Video to 2D Canvas copy.dongseong.hwang2015-01-087-74/+47
* Pass key_information on SessionKeysChange messagejrummell2015-01-082-2/+6
* Pass seek event through pipeline during loading statesrirama.m2015-01-081-7/+5
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-081-5/+3
* Revert hardware decoder changes causing ChromeOS HW test crash.Rahul Chaturvedi2015-01-071-1/+0
* V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-071-0/+1
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-053-30/+30
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Encrypted Media: Add DefaultCdmFactory.xhwang2014-12-221-17/+7
* Remove EME Ready eventjrummell2014-12-202-7/+0
* Remove GetUsableKeyIds()jrummell2014-12-195-29/+0
* Fix some override usage in media/dmichael2014-12-191-5/+5
* Changes to support WebEncryptedMediaClient.jrummell2014-12-189-2/+298
* Generate OnPipelineSeeked event for seek to currenttime in pause statesrirama.m2014-12-131-3/+6
* Remove the index of in-band tracks on the Chromium sidehenriks2014-12-124-19/+4
* Ignore seek operations to the current time during pause state. This changesrirama.m2014-12-111-2/+14