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
/
media
/
base
/
android
/
media_source_player.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
BrowserMediaPlayerManager manages MediaKeys objects.
xhwang@chromium.org
2014-05-16
1
-1
/
+1
*
Remove the IPC to request DemuxerConfigs when config changes
qinmin@chromium.org
2014-05-10
1
-0
/
+3
*
Fix an issue that audio and video may ran out of sync
qinmin@chromium.org
2014-04-18
1
-12
/
+12
*
Revert of Fix an issue that audio and video may run out of sync (https://code...
horo@chromium.org
2014-04-15
1
-12
/
+12
*
Fix an issue that audio and video may run out of sync
qinmin@chromium.org
2014-04-15
1
-12
/
+12
*
Reducing the IPC latency for MSE video decoding
qinmin@chromium.org
2014-03-20
1
-6
/
+11
*
WeakPtr destruction order cleanup: media edition.
dalecurtis@google.com
2014-03-18
1
-4
/
+6
*
Reland r256032 "Clean up usage of MediaCodecBridge/MediaDrmBridge::IsAvailabl...
xhwang@chromium.org
2014-03-11
1
-5
/
+0
*
Revert 256032 "Clean up usage of MediaCodecBridge/MediaDrmBridge..."
kuan@chromium.org
2014-03-10
1
-0
/
+5
*
Clean up usage of MediaCodecBridge/MediaDrmBridge::IsAvailable().
xhwang@chromium.org
2014-03-10
1
-5
/
+0
*
Encrypted Media: Confine UUID code to MediaDrmBridge.
xhwang@chromium.org
2014-03-08
1
-1
/
+1
*
Fix a problem that external surface might be released too early
qinmin@chromium.org
2014-03-04
1
-0
/
+4
*
Fix the resource management issue for MediaSourcePlayer
qinmin@chromium.org
2014-02-28
1
-0
/
+2
*
Add MediaDrmBridge::SetSecurityLevel().
xhwang@chromium.org
2013-12-20
1
-1
/
+2
*
Let only seeks reset Android MSE stream playback completion
wolenetz@chromium.org
2013-12-13
1
-3
/
+8
*
Allow simultaneous audio and video config change
wolenetz@chromium.org
2013-11-05
1
-1
/
+1
*
Clear any pending surface change prior to checking media crypto in MSP::Confi...
wolenetz@chromium.org
2013-11-05
1
-1
/
+5
*
Abort MSP::OnPrefetchDone() if just after MSP::Release(). Let seek and config...
wolenetz@chromium.org
2013-11-02
1
-0
/
+14
*
Ensure new MSP video codec is fed with I-frame first using browser seek if ne...
wolenetz@chromium.org
2013-10-28
1
-5
/
+33
*
Restore preroll state when decoder job created
wolenetz@chromium.org
2013-10-24
1
-0
/
+4
*
No StartInternal() on OnAddKey() if MediaSourcePlayer isn't waiting for a key.
xhwang@chromium.org
2013-10-04
1
-0
/
+5
*
Remove demuxer client ID parameter from media::DemuxerAndroid interface.
scherkus@chromium.org
2013-10-01
1
-8
/
+4
*
Rework Chrome for Android seeks to include Blink in all seek requests
wolenetz@chromium.org
2013-09-25
1
-5
/
+5
*
Remote video pauses when screen is locked or when tab is switched.
maybelle@chromium.org
2013-09-17
1
-1
/
+1
*
Move demuxer-related operations from media::MediaPlayerManager to media::Demu...
scherkus@chromium.org
2013-09-11
1
-8
/
+18
*
Fix MediaSourcePlayer unittests and minor code cleanup.
acolwell@chromium.org
2013-09-06
1
-1
/
+4
*
EME: Handle NO_KEY and resume playback after key is added.
xhwang@chromium.org
2013-09-05
1
-0
/
+1
*
Consolidate MediaCodecBridge and MediaDecoderJob status.
xhwang@chromium.org
2013-09-03
1
-1
/
+1
*
MediaSourcePlayer implements IsTypeSupported().
xhwang@chromium.org
2013-08-30
1
-0
/
+5
*
Rename MediaPlayerHostMsg_{DemuxerReady,ReadFromDemuxerAck}_Params to Demuxer...
scherkus@chromium.org
2013-08-30
1
-4
/
+2
*
MediaSourcePlayer only start playing when MediaCrypto is ready.
xhwang@chromium.org
2013-08-29
1
-0
/
+6
*
Move access unit handling into MediaDecoderJob.
acolwell@chromium.org
2013-08-29
1
-27
/
+17
*
Don't request secure surface for EME L3
qinmin@chromium.org
2013-08-23
1
-0
/
+4
*
Move MediaDecoderJob functionality out into separate files and refactor.
acolwell@chromium.org
2013-08-23
1
-101
/
+4
*
Fix an android MSE issue that the player may request for new data after EOS i...
qinmin@chromium.org
2013-08-07
1
-1
/
+5
*
Implement setVolume for <video> on android
qinmin@chromium.org
2013-08-01
1
-9
/
+10
*
Move AccessUnit out of MediaPlayerHostMsg_ReadFromDemuxerAck_Params.
xhwang@chromium.org
2013-08-01
1
-13
/
+10
*
Reland r213926 "Not to queue the same input if DequeueOutputBuffe returns INF...
xhwang@chromium.org
2013-08-01
1
-1
/
+5
*
Revert 213926 "Not to queue the same input if DequeueOutputBuffe..."
pasko@chromium.org
2013-07-30
1
-5
/
+1
*
Not to queue the same input if DequeueOutputBuffer() returns INFO_TRY_AGAIN_L...
xhwang@chromium.org
2013-07-26
1
-1
/
+5
*
This change fixes some video-only MSE bugs:
qinmin@chromium.org
2013-07-20
1
-8
/
+9
*
Only create AudioTimestampHelper when audio is present in MediaSourcePlayer.
xhwang@chromium.org
2013-07-04
1
-0
/
+1
*
Set start timestamps when StartIntnernal() is called.
qinmin@chromium.org
2013-07-02
1
-16
/
+55
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Passing MediaCrypto from MediaDrmBridge to MediaSourcePlayer
qinmin@chromium.org
2013-06-26
1
-0
/
+2
*
Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayer
qinmin@chromium.org
2013-06-22
1
-6
/
+3
*
Fix an issue that Start() could be called when there are pending tasks or dec...
qinmin@chromium.org
2013-06-19
1
-15
/
+14
*
fix a problem that surface can be deleted before calling VideoCodecBridge::St...
qinmin@chromium.org
2013-06-15
1
-1
/
+4
*
Revert 206267 "This change adds VideoDecoderJob::Create() and Au..."
qinmin@chromium.org
2013-06-14
1
-4
/
+1
*
This change adds VideoDecoderJob::Create() and AudioDecoderJob::Create() so t...
qinmin@chromium.org
2013-06-14
1
-1
/
+4
[next]