index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
media
/
android
/
webmediaplayer_android.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
1
-738
/
+0
*
Update refernces to Blink's Platform API (webkit)
abarth@chromium.org
2013-05-30
1
-1
/
+1
*
Fixed incorrect bug ID in TODO.
kbr@chromium.org
2013-05-29
1
-1
/
+1
*
Fix MediaPlayerDelegate error handling so it passes the webkitmediasource-err...
acolwell@chromium.org
2013-05-28
1
-1
/
+9
*
Remove unit8_t from WebMediaPlayer implementations.
xhwang@chromium.org
2013-05-24
1
-1
/
+1
*
Enable seek in fullscreen mode for MSE impl on android
qinmin@chromium.org
2013-05-24
1
-1
/
+32
*
Fix various MediaSource related crashes on Android.
acolwell@chromium.org
2013-05-24
1
-1
/
+1
*
Revert 201791 "Fix various MediaSource related crashes on Android."
thestig@chromium.org
2013-05-23
1
-1
/
+1
*
Fix various MediaSource related crashes on Android.
acolwell@chromium.org
2013-05-23
1
-1
/
+1
*
Add MSE implementation on android
qinmin@chromium.org
2013-05-20
1
-23
/
+4
*
Move webkit/compositor_bindings into webkit/renderer
jamesr@chromium.org
2013-05-15
1
-1
/
+1
*
Update code to use the new version of copyTextureCHROMIUM() with added parame...
jun.a.jiang@intel.com
2013-05-14
1
-1
/
+3
*
Fix the build for Google TV
qinmin@chromium.org
2013-05-11
1
-0
/
+1
*
Cut content/browser dependency on webkit_media
jamesr@chromium.org
2013-05-10
1
-1
/
+1
*
Add MediaPlayerAndroid as a super class for all media player implementations ...
qinmin@chromium.org
2013-05-08
1
-6
/
+6
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
1
-1
/
+1
*
Notify geometry when requesting for external surface
wonsik@chromium.org
2013-05-07
1
-2
/
+2
*
Enable MSE for TV
qinmin@chromium.org
2013-04-27
1
-13
/
+104
*
Merge MediaPlayerAndroid with MediaPlayerImplAndroid.
qinmin@chromium.org
2013-04-26
1
-12
/
+85
*
Remove xxxFloat() and setEndTime() methods from WebMediaPlayer implementations.
acolwell@chromium.org
2013-04-25
1
-37
/
+0
*
add a simple file check for hasSingleSecurityOrigin()
qinmin@chromium.org
2013-04-23
1
-0
/
+4
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
1
-1
/
+1
*
Location/size change notification when external rendering is enabled
wonsik@chromium.org
2013-04-19
1
-0
/
+27
*
Enable video painting on Canvas for Chrome on Android. This change should lan...
hkuang@chromium.org
2013-04-18
1
-0
/
+29
*
Change original WebMediaPlayer signatures from float to double.
acolwell@chromium.org
2013-04-17
1
-9
/
+9
*
Modify kUseExternalVideoSurface to have threshold value.
wonsik@chromium.org
2013-04-11
1
-6
/
+19
*
Add xxxFloat() methods to WebMediaPlayer implementations.
acolwell@chromium.org
2013-04-08
1
-0
/
+32
*
Extract metadata for media elements
qinmin@chromium.org
2013-04-02
1
-1
/
+5
*
Android: Delete StreamTextureProxy on impl thread.
sievers@chromium.org
2013-03-26
1
-3
/
+2
*
Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.
danakj@chromium.org
2013-03-26
1
-36
/
+0
*
Revert "Android: Delete StreamTextureProxy on impl thread."
yurys@chromium.org
2013-03-26
1
-2
/
+3
*
Android: Delete StreamTextureProxy on impl thread.
sievers@chromium.org
2013-03-26
1
-3
/
+2
*
Fix typo in the android webmediaplayer.
danakj@chromium.org
2013-03-25
1
-1
/
+1
*
Move ownership of cc:VideoLayer to webkit/media
danakj@chromium.org
2013-03-23
1
-12
/
+58
*
Implement out-of-band video compositing on Android: Step 1
wonsik@chromium.org
2013-03-21
1
-4
/
+26
*
Don't call playbackStateChanged() if player is stuck in an error state
qinmin@chromium.org
2013-03-14
1
-4
/
+18
*
Add MediaSource load() to WebMediaPlayerAndroid.
acolwell@chromium.org
2013-03-09
1
-0
/
+7
*
Use media::VideoFrame directly instead of WebVideoFrame.
danakj@chromium.org
2013-03-06
1
-4
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Fix more remaining FilePath -> base::FilePath.
brettw@chromium.org
2013-02-18
1
-1
/
+1
*
When WebMediaPlayerManagerAndroid goes away, we should detach all the WMPA fr...
qinmin@chromium.org
2013-02-08
1
-4
/
+7
*
Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/
danakj@chromium.org
2013-01-07
1
-0
/
+1
*
Fix a bug that hasVideo() always returns true even after we have the size info
qinmin@chromium.org
2012-11-30
1
-2
/
+4
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
1
-2
/
+2
*
Fix assertion failure for using Empty texture format
qinmin@chromium.org
2012-11-03
1
-9
/
+13
*
Adding the logic to process some new error codes from android media player
qinmin@chromium.org
2012-11-02
1
-7
/
+2
*
Upstream fullscreen video implementation for android
qinmin@chromium.org
2012-10-05
1
-0
/
+4
*
Support reading pixels from HW-decoded video textures into canvas/webgl.
fischman@chromium.org
2012-10-01
1
-0
/
+1
*
Move android mediaplayer from render process to browser process.
qinmin@chromium.org
2012-09-19
1
-232
/
+78
*
Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().
acolwell@chromium.org
2012-08-02
1
-1
/
+2
[next]