summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-121-84/+0
* Support setting an explicit duration on MediaSource objectsvrk@chromium.org2012-08-281-0/+4
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-181-58/+0
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-171-12/+13
* Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of doublevrk@google.com2012-08-141-1/+1
* Cancel pending seek in ChunkDemuxer when a new seek occursvrk@chromium.org2012-08-081-0/+5
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-071-1/+0
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-271-0/+5
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-201-4/+3
* Add Decryptor interface.xhwang@chromium.org2012-06-191-2/+2
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-161-6/+71
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-121-12/+0
* More prep for CORS support in WebKit/chromium.fischman@chromium.org2012-06-071-0/+7
* This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...annacc@chromium.org2012-05-291-2/+2
* Add codecs parameter to sourceAddId() and improve supported codecs detection ...acolwell@chromium.org2012-05-091-2/+3
* Add support for sourceAbort() & sourceBuffered()acolwell@chromium.org2012-05-031-0/+10
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-261-0/+14
* Implement sourceAddId() & sourceRemoveId()acolwell@chromium.org2012-04-231-6/+15
* Revert 133335 - Update MediaSource API implementation to match v0.4 spec. acolwell@chromium.org2012-04-211-15/+6
* Update MediaSource API implementation to match v0.4 spec. acolwell@chromium.org2012-04-211-6/+15
* Revert 133191 - Update MediaSource API implementation to match v0.4 spec.acolwell@chromium.org2012-04-201-15/+6
* Update MediaSource API implementation to match v0.4 spec.acolwell@chromium.org2012-04-201-6/+15
* Revert 132965 - this change seems to break media_unitteststoyoshim@chromium.org2012-04-191-15/+6
* Update MediaSource API implementation to match v0.4 spec.acolwell@chromium.org2012-04-191-6/+15
* Expose decryptor to WebMediaPlayerImpl.scherkus@chromium.org2012-03-301-0/+1
* Add explicit alpha parameter to the mediaplayer's paint method. This allows s...reed@google.com2012-03-271-2/+4
* Update WebMediaPlayerProxy to use MessageLoopProxy.scherkus@chromium.org2012-02-061-15/+16
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-191-31/+6
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-131-14/+12
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-231-0/+11
* Finish the base::Bind migration for webkit/media.fischman@chromium.org2011-12-011-16/+16
* Remove --enable-video-logging and WebVideoRenderer.scherkus@chromium.org2011-11-181-9/+2
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-181-4/+5
* Fix webkit_media::WebMediaPlayerProxy memory leak due to circular refcounting.scherkus@chromium.org2011-11-181-3/+1
* Moving media-related files from webkit/glue/ to webkit/media/.scherkus@chromium.org2011-11-171-0/+238