summaryrefslogtreecommitdiffstats
path: root/media/base/android/media_source_player.h
Commit message (Expand)AuthorAgeFilesLines
* BrowserMediaPlayerManager manages MediaKeys objects.xhwang@chromium.org2014-05-161-1/+1
* Remove the IPC to request DemuxerConfigs when config changesqinmin@chromium.org2014-05-101-0/+3
* Fix an issue that audio and video may ran out of syncqinmin@chromium.org2014-04-181-12/+12
* Revert of Fix an issue that audio and video may run out of sync (https://code...horo@chromium.org2014-04-151-12/+12
* Fix an issue that audio and video may run out of syncqinmin@chromium.org2014-04-151-12/+12
* Reducing the IPC latency for MSE video decodingqinmin@chromium.org2014-03-201-6/+11
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-181-4/+6
* Reland r256032 "Clean up usage of MediaCodecBridge/MediaDrmBridge::IsAvailabl...xhwang@chromium.org2014-03-111-5/+0
* Revert 256032 "Clean up usage of MediaCodecBridge/MediaDrmBridge..."kuan@chromium.org2014-03-101-0/+5
* Clean up usage of MediaCodecBridge/MediaDrmBridge::IsAvailable().xhwang@chromium.org2014-03-101-5/+0
* Encrypted Media: Confine UUID code to MediaDrmBridge.xhwang@chromium.org2014-03-081-1/+1
* Fix a problem that external surface might be released too earlyqinmin@chromium.org2014-03-041-0/+4
* Fix the resource management issue for MediaSourcePlayerqinmin@chromium.org2014-02-281-0/+2
* Add MediaDrmBridge::SetSecurityLevel().xhwang@chromium.org2013-12-201-1/+2
* Let only seeks reset Android MSE stream playback completionwolenetz@chromium.org2013-12-131-3/+8
* Allow simultaneous audio and video config changewolenetz@chromium.org2013-11-051-1/+1
* Clear any pending surface change prior to checking media crypto in MSP::Confi...wolenetz@chromium.org2013-11-051-1/+5
* Abort MSP::OnPrefetchDone() if just after MSP::Release(). Let seek and config...wolenetz@chromium.org2013-11-021-0/+14
* Ensure new MSP video codec is fed with I-frame first using browser seek if ne...wolenetz@chromium.org2013-10-281-5/+33
* Restore preroll state when decoder job createdwolenetz@chromium.org2013-10-241-0/+4
* No StartInternal() on OnAddKey() if MediaSourcePlayer isn't waiting for a key.xhwang@chromium.org2013-10-041-0/+5
* Remove demuxer client ID parameter from media::DemuxerAndroid interface.scherkus@chromium.org2013-10-011-8/+4
* Rework Chrome for Android seeks to include Blink in all seek requestswolenetz@chromium.org2013-09-251-5/+5
* Remote video pauses when screen is locked or when tab is switched.maybelle@chromium.org2013-09-171-1/+1
* Move demuxer-related operations from media::MediaPlayerManager to media::Demu...scherkus@chromium.org2013-09-111-8/+18
* Fix MediaSourcePlayer unittests and minor code cleanup.acolwell@chromium.org2013-09-061-1/+4
* EME: Handle NO_KEY and resume playback after key is added.xhwang@chromium.org2013-09-051-0/+1
* Consolidate MediaCodecBridge and MediaDecoderJob status.xhwang@chromium.org2013-09-031-1/+1
* MediaSourcePlayer implements IsTypeSupported().xhwang@chromium.org2013-08-301-0/+5
* Rename MediaPlayerHostMsg_{DemuxerReady,ReadFromDemuxerAck}_Params to Demuxer...scherkus@chromium.org2013-08-301-4/+2
* MediaSourcePlayer only start playing when MediaCrypto is ready.xhwang@chromium.org2013-08-291-0/+6
* Move access unit handling into MediaDecoderJob.acolwell@chromium.org2013-08-291-27/+17
* Don't request secure surface for EME L3qinmin@chromium.org2013-08-231-0/+4
* Move MediaDecoderJob functionality out into separate files and refactor.acolwell@chromium.org2013-08-231-101/+4
* Fix an android MSE issue that the player may request for new data after EOS i...qinmin@chromium.org2013-08-071-1/+5
* Implement setVolume for <video> on androidqinmin@chromium.org2013-08-011-9/+10
* Move AccessUnit out of MediaPlayerHostMsg_ReadFromDemuxerAck_Params.xhwang@chromium.org2013-08-011-13/+10
* Reland r213926 "Not to queue the same input if DequeueOutputBuffe returns INF...xhwang@chromium.org2013-08-011-1/+5
* Revert 213926 "Not to queue the same input if DequeueOutputBuffe..."pasko@chromium.org2013-07-301-5/+1
* Not to queue the same input if DequeueOutputBuffer() returns INFO_TRY_AGAIN_L...xhwang@chromium.org2013-07-261-1/+5
* This change fixes some video-only MSE bugs:qinmin@chromium.org2013-07-201-8/+9
* Only create AudioTimestampHelper when audio is present in MediaSourcePlayer.xhwang@chromium.org2013-07-041-0/+1
* Set start timestamps when StartIntnernal() is called.qinmin@chromium.org2013-07-021-16/+55
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Passing MediaCrypto from MediaDrmBridge to MediaSourcePlayerqinmin@chromium.org2013-06-261-0/+2
* Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayerqinmin@chromium.org2013-06-221-6/+3
* Fix an issue that Start() could be called when there are pending tasks or dec...qinmin@chromium.org2013-06-191-15/+14
* fix a problem that surface can be deleted before calling VideoCodecBridge::St...qinmin@chromium.org2013-06-151-1/+4
* Revert 206267 "This change adds VideoDecoderJob::Create() and Au..."qinmin@chromium.org2013-06-141-4/+1
* This change adds VideoDecoderJob::Create() and AudioDecoderJob::Create() so t...qinmin@chromium.org2013-06-141-1/+4