summaryrefslogtreecommitdiffstats
path: root/media/blink
Commit message (Expand)AuthorAgeFilesLines
* Merge: Add |legacy_destination_url| back to SessionMessage for EMEJohn Rummell2015-01-162-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
* Introduce media::RendererFactory interface.xhwang2014-12-114-95/+12
* Fix WeakPtrFactory ordering in mediadmichael2014-12-092-6/+4
* Encrypted Media: Rename NeedKey to EncryptedMediaInitData.xhwang2014-12-062-15/+12
* Move OnNeedKey() to WebMediaPlayerImpl.xhwang2014-12-024-41/+42
* Media Pipeline: Fire seek callback after calling StartPlayingFrom().xhwang2014-12-011-1/+1
* Fix initial CDM setting in WebMediaPlayerImpl.xhwang2014-11-251-0/+7
* Handle SetCdm() in media::Renderer.xhwang2014-11-258-195/+73
* Allow network retries for failed network loads.dalecurtis2014-11-242-5/+50
* Introduce CdmContext interface.xhwang2014-11-212-2/+3
* Enable webrtc and most of blink and content in the Mac GN build.dpranke2014-11-211-32/+35
* Emit Media Source codec names as media_log events.watk2014-11-201-0/+1
* Update BufferedDataSource class documentation.sievers2014-11-202-3/+6
* Move AesDecryptor creation from RenderCdmFactory to media/.xhwang2014-11-192-14/+20
* Move EncryptedMediaPlayerSupport and ProxyDecryptor from content to media.xhwang2014-11-1910-240/+548
* Fix race when calling GetWeakPtr() from multiple threads.sievers2014-11-182-1/+7
* Move Encrypted Media classes from /content to /media.xhwang2014-11-149-0/+834
* Pass |paint_cb| through media::Renderer::Initialize().xhwang2014-11-131-1/+1
* Revert "Ignore seek operations to the current time during pause state. This c...Bartosz Fabianowski2014-11-131-14/+2
* Ignore seek operations to the current time during pause state. This changesrirama.m2014-11-131-2/+14
* Cleanup: Remove more unused timer.h includes.thestig2014-10-293-2/+3
* Revert unintended prevention of seeks on infinite duration media.dalecurtis2014-10-281-7/+13
* GN: Fix Android component buildcjhopman2014-10-271-0/+1
* Supports MojoRendererImpl in WebMediaPlayerImpl for HTMLViewer.xhwang2014-10-222-5/+22
* Standardize usage of virtual/override/final in media/dcheng2014-10-218-49/+48
* Implement MediaSource support for mojo.dalecurtis2014-10-161-1/+7
* Move CdmResultPromise to media/blink.xhwang2014-10-167-4/+312
* Remove unused Paint() method in WebMediaPlayer.dongseong.hwang2014-10-132-10/+0