summaryrefslogtreecommitdiffstats
path: root/webkit/media/android/webmediaplayer_android.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/media/ into webkit/renderer/mediajamesr@chromium.org2013-05-301-738/+0
* Update refernces to Blink's Platform API (webkit)abarth@chromium.org2013-05-301-1/+1
* Fixed incorrect bug ID in TODO.kbr@chromium.org2013-05-291-1/+1
* Fix MediaPlayerDelegate error handling so it passes the webkitmediasource-err...acolwell@chromium.org2013-05-281-1/+9
* Remove unit8_t from WebMediaPlayer implementations.xhwang@chromium.org2013-05-241-1/+1
* Enable seek in fullscreen mode for MSE impl on androidqinmin@chromium.org2013-05-241-1/+32
* Fix various MediaSource related crashes on Android.acolwell@chromium.org2013-05-241-1/+1
* Revert 201791 "Fix various MediaSource related crashes on Android."thestig@chromium.org2013-05-231-1/+1
* Fix various MediaSource related crashes on Android.acolwell@chromium.org2013-05-231-1/+1
* Add MSE implementation on androidqinmin@chromium.org2013-05-201-23/+4
* Move webkit/compositor_bindings into webkit/rendererjamesr@chromium.org2013-05-151-1/+1
* Update code to use the new version of copyTextureCHROMIUM() with added parame...jun.a.jiang@intel.com2013-05-141-1/+3
* Fix the build for Google TVqinmin@chromium.org2013-05-111-0/+1
* Cut content/browser dependency on webkit_mediajamesr@chromium.org2013-05-101-1/+1
* Add MediaPlayerAndroid as a super class for all media player implementations ...qinmin@chromium.org2013-05-081-6/+6
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-1/+1
* Notify geometry when requesting for external surfacewonsik@chromium.org2013-05-071-2/+2
* Enable MSE for TVqinmin@chromium.org2013-04-271-13/+104
* Merge MediaPlayerAndroid with MediaPlayerImplAndroid.qinmin@chromium.org2013-04-261-12/+85
* Remove xxxFloat() and setEndTime() methods from WebMediaPlayer implementations.acolwell@chromium.org2013-04-251-37/+0
* add a simple file check for hasSingleSecurityOrigin()qinmin@chromium.org2013-04-231-0/+4
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-1/+1
* Location/size change notification when external rendering is enabledwonsik@chromium.org2013-04-191-0/+27
* Enable video painting on Canvas for Chrome on Android. This change should lan...hkuang@chromium.org2013-04-181-0/+29
* Change original WebMediaPlayer signatures from float to double.acolwell@chromium.org2013-04-171-9/+9
* Modify kUseExternalVideoSurface to have threshold value.wonsik@chromium.org2013-04-111-6/+19
* Add xxxFloat() methods to WebMediaPlayer implementations.acolwell@chromium.org2013-04-081-0/+32
* Extract metadata for media elementsqinmin@chromium.org2013-04-021-1/+5
* Android: Delete StreamTextureProxy on impl thread.sievers@chromium.org2013-03-261-3/+2
* Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.danakj@chromium.org2013-03-261-36/+0
* Revert "Android: Delete StreamTextureProxy on impl thread."yurys@chromium.org2013-03-261-2/+3
* Android: Delete StreamTextureProxy on impl thread.sievers@chromium.org2013-03-261-3/+2
* Fix typo in the android webmediaplayer.danakj@chromium.org2013-03-251-1/+1
* Move ownership of cc:VideoLayer to webkit/mediadanakj@chromium.org2013-03-231-12/+58
* Implement out-of-band video compositing on Android: Step 1wonsik@chromium.org2013-03-211-4/+26
* Don't call playbackStateChanged() if player is stuck in an error stateqinmin@chromium.org2013-03-141-4/+18
* Add MediaSource load() to WebMediaPlayerAndroid.acolwell@chromium.org2013-03-091-0/+7
* Use media::VideoFrame directly instead of WebVideoFrame.danakj@chromium.org2013-03-061-4/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-1/+1
* When WebMediaPlayerManagerAndroid goes away, we should detach all the WMPA fr...qinmin@chromium.org2013-02-081-4/+7
* Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/danakj@chromium.org2013-01-071-0/+1
* Fix a bug that hasVideo() always returns true even after we have the size infoqinmin@chromium.org2012-11-301-2/+4
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-2/+2
* Fix assertion failure for using Empty texture formatqinmin@chromium.org2012-11-031-9/+13
* Adding the logic to process some new error codes from android media playerqinmin@chromium.org2012-11-021-7/+2
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-051-0/+4
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-011-0/+1
* Move android mediaplayer from render process to browser process.qinmin@chromium.org2012-09-191-232/+78
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-021-1/+2