summaryrefslogtreecommitdiffstats
path: root/content/browser/android/media_player_manager_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Rename media player managers.xhwang@chromium.org2013-07-131-181/+0
* DCHECK that MediaDrmBridge::Create() should not return NULLqinmin@chromium.org2013-07-111-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Request a protected surface for EME media playbackqinmin@chromium.org2013-07-041-0/+1
* EME: Use std::vector<uint8> for key messages.xhwang@chromium.org2013-06-291-1/+4
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* Remove seek_done parameter from ReadFromDemuxer.xhwang@chromium.org2013-06-271-4/+2
* Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayerqinmin@chromium.org2013-06-221-0/+1
* Add a function to convert key system into UUIDqinmin@chromium.org2013-06-211-1/+4
* Pass InitializeCDM() call through IPC to the browser.xhwang@chromium.org2013-06-211-0/+1
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-191-8/+1
* Hooking up all EME messages with MediaSourcePlayer and introduce MediaDrmBridgeqinmin@chromium.org2013-06-131-10/+19
* Fix downstream component build due to recent changesqinmin@chromium.org2013-06-131-1/+1
* Implement MediaSourceDelegate::SetDuration() for androidwolenetz@chromium.org2013-06-121-0/+1
* Handle config changes for MSEqinmin@chromium.org2013-06-071-2/+3
* Main changes aremichaelbai@chromium.org2013-06-051-2/+3
* Add IPC messages and handling code for EME on Clank.xhwang@chromium.org2013-06-051-0/+25
* Implement WebRTC in Chrome for TVwonsik@chromium.org2013-06-031-1/+1
* Passing ScopedJavaSurface to MediaPlayerAndroidqinmin@chromium.org2013-05-311-1/+1
* Allow some Android media player implementation to be overridden by embedders.avayvod@chromium.org2013-05-301-19/+27
* Enable seek in fullscreen mode for MSE impl on androidqinmin@chromium.org2013-05-241-0/+3
* [Android] Added ability to inject a custom implementation of MediaPlayerManag...avayvod@chromium.org2013-05-231-7/+10
* Add MSE implementation on androidqinmin@chromium.org2013-05-201-7/+4
* Replaced 8 callbacks provided to MediaPlayerBridge with an interface (reusing...avayvod@chromium.org2013-05-151-19/+21
* Add MediaPlayerAndroid as a super class for all media player implementations ...qinmin@chromium.org2013-05-081-11/+13
* Notify geometry when requesting for external surfacewonsik@chromium.org2013-05-071-2/+2
* Rename MediaPlayerBridgeManager to MediaPlayerManagerqinmin@chromium.org2013-05-011-0/+129