summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/android
Commit message (Expand)AuthorAgeFilesLines
* media: Optimize HW Video to 2D Canvas copy.dongseong.hwang2015-01-082-43/+41
* Cleanup: Update the path to gfx size headers.tfarina2015-01-032-2/+2
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-312-2/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+3
* Encrypted Media: Rename NeedKey to EncryptedMediaInitData.xhwang2014-12-064-20/+22
* Add Needed Forward Declarationzhaoze.zhou2014-12-041-0/+1
* Move OnNeedKey() to WebMediaPlayerImpl.xhwang2014-12-024-12/+12
* Handle SetCdm() in media::Renderer.xhwang2014-11-252-61/+29
* Delete unneeded stream proxy and texture before creating video holehugo.holgersson2014-11-241-0/+3
* Introduce CdmContext interface.xhwang2014-11-212-5/+7
* Create "stream texture proxy" before "stream texture"hugo.holgersson2014-11-201-2/+2
* Emit Media Source codec names as media_log events.watk2014-11-201-0/+1
* Move EncryptedMediaPlayerSupport and ProxyDecryptor from content to media.xhwang2014-11-192-3/+3
* Fixed the logic for media player to enter fullscreenqinmin2014-11-184-80/+17
* Move Encrypted Media classes from /content to /media.xhwang2014-11-142-6/+7
* [content/renderer] Convert VLOGs to DVLOGsanujk.sharma2014-11-141-4/+4
* Move KeySystems to media.xhwang2014-11-121-10/+10
* Revert unintended prevention of seeks on infinite duration media.dalecurtis2014-10-281-6/+5
* Add MediaKeys::GetCdmId().xhwang2014-10-212-6/+5
* Introduce CdmFactory interface.xhwang2014-10-201-2/+5
* Enforce handle ownership in base::Process.rvargas2014-10-172-5/+5
* Rename keyNeeded() to encrypted() in Chromium.sandersd2014-10-161-1/+1
* Remove unused Paint() method in WebMediaPlayer.dongseong.hwang2014-10-132-10/+0
* [Cast, Android] Don't hold the wake lock if the video is playing remotely.avayvod2014-10-102-0/+6
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-10-081-1/+1
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-089-37/+37
* Expose a seekable range at 0 for streaming sources with duration.dalecurtis2014-10-071-7/+4
* Remove implicit conversions from scoped_refptr to T* in content/*/mediadcheng2014-10-074-18/+19
* Reland: Pass initDataType instead of contentType to OnNeedKey().sandersd2014-10-021-3/+3
* Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset ...zmo2014-09-301-3/+3
* Pass initDataType instead of contentType to OnNeedKey().sandersd2014-09-301-3/+3
* Switch from WebMediaPlayer::maxTimeSeekable() to seekable()philipj2014-09-302-8/+13
* Refactor MediaSourceDelegate destruction.xhwang2014-09-264-41/+29
* This fix the issue that video frame is still sent to peer when activitymichaelbai2014-09-252-6/+6
* Pass initial CDM to CreateMediaPlayer()jrummell2014-09-242-17/+9
* Replace some hard coded schemes with the constants in /url/url_constants.h.sungmann.cho2014-09-241-1/+1
* aw: Prevent multiple AddObserverboliu2014-09-231-2/+3
* Fix media crash in layout testboliu2014-09-181-1/+4
* Fix the loop behavior on androidqinmin2014-09-182-17/+4
* Fix threading issue in StreamTextureProxyImplboliu2014-09-182-49/+52
* Fix typo in media context restoreboliu2014-09-171-1/+1
* Revert "If duration of media source is unknown then return NaN."tonyg2014-09-172-13/+3
* Implement media Cast button in Blinkaberent2014-09-174-0/+43
* Handle context loss in WebMediaPlayerPlayer in-processboliu2014-09-177-50/+185
* Fix incorrect set of playing state in WebMediaPlayerAndroid.dalecurtis2014-09-161-8/+12
* Fix the webgl conformance testqinmin2014-09-161-1/+1
* Fix an issue that video is not seekableqinmin2014-09-161-2/+4
* Provide fine grained media playback time thru interpolationqinmin2014-09-124-21/+52
* Fix incorrect WebMediaPlayerDelegate notifications.dalecurtis2014-09-111-1/+2
* Revert of Clean up WebMediaPlayerAndroid needs_establish_peer_ (patchset #7 i...boliu2014-09-112-49/+67