summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix maxTimeSeekable() so it returns 0 when the pipeline doesn't have a durati...acolwell@chromium.org2013-02-051-0/+5
* Remove reference counting from media::AudioRenderer and friends.scherkus@chromium.org2013-02-051-4/+6
* Remove reference counting from media::VideoRenderer and friends.scherkus@chromium.org2013-02-051-3/+3
* Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...scherkus@chromium.org2013-02-051-9/+2
* Pass in media message loop to AudioRendererImpl and enforce calling on the ri...scherkus@chromium.org2013-01-311-1/+3
* Fix set duration edge cases. acolwell@chromium.org2013-01-301-19/+76
* Update some #includes in webkit/media for headers in the new Platform directorypilgrim@chromium.org2013-01-151-4/+4
* Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourcePr...scherkus@chromium.org2013-01-101-8/+5
* Have WebMediaPlayerImpl maintain a reference to AudioRendererSink.scherkus@chromium.org2013-01-091-0/+1
* Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/danakj@chromium.org2013-01-071-4/+2
* Change PipelineStatusCB to Closure for ended callbacks.wolenetz@chromium.org2013-01-031-5/+1
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-021-26/+26
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-221-10/+13
* Fix indentation in webkit/media/webmediaplayer_impl.ccscherkus@chromium.org2012-12-211-3/+3
* Encrypted Media: Old video decrypt-only path clean-up.xhwang@chromium.org2012-12-181-6/+3
* Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.xhwang@chromium.org2012-12-171-8/+9
* EME v0.1: Report defaultURL in KeyMessage.ddorwin@chromium.org2012-12-151-2/+3
* Encrypted Media: Support Audio Decrypt-Only.xhwang@chromium.org2012-12-141-7/+10
* Move AudioRendererImpl construction to WebMediaPlayerImpl.xhwang@chromium.org2012-12-141-2/+5
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-081-1/+7
* Pass in media message loop to VideoRendererBase and enforce calling on the ri...scherkus@chromium.org2012-12-071-0/+1
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-061-4/+3
* Encrypted Media: Check WebKit::WebRuntimeFeatures::isEncryptedMediaEnabled() ...xhwang@chromium.org2012-12-041-4/+2
* Encrypted Media: No NeedKey if --enable-encrypted-media is not set.xhwang@chromium.org2012-11-301-10/+15
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-281-3/+7
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-211-1/+1
* Make WebMediaPlayerImpl::duration() always return NaN in HAVE_NOTHING state.acolwell@chromium.org2012-11-081-0/+3
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-271-0/+9
* Fix UMA reporting for EMEfischman@chromium.org2012-10-261-5/+9
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-241-12/+5
* Add UMA reporting for EME APIs.fischman@chromium.org2012-10-231-17/+105
* Refactor ProxyDecryptor.xhwang@chromium.org2012-10-031-1/+5
* Fix ChunkDemuxer end of stream tracking during canceled seeks.acolwell@chromium.org2012-10-011-1/+2
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-121-17/+45
* Rewrite media::Pipeline state transition machinery and simplify shutdown.scherkus@chromium.org2012-09-111-1/+0
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-291-2/+6
* Support setting an explicit duration on MediaSource objectsvrk@chromium.org2012-08-281-0/+10
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-181-10/+13
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-171-30/+45
* Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of doublevrk@google.com2012-08-141-1/+3
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-121-2/+3
* Disable 'Save Video As' option for MediaSource and MediaStream URLs.acolwell@chromium.org2012-08-101-1/+4
* Merge Pipeline's kError state with kStopped: a baby step towards bringing san...scherkus@chromium.org2012-08-091-9/+4
* Re-add sourceSetTimestampOffset to webmediaplayer_implannacc@chromium.org2012-08-091-0/+5
* Cancel pending seek in ChunkDemuxer when a new seek occursvrk@chromium.org2012-08-081-0/+1
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-071-7/+2
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-34/+0
* Update media duration if data is appended after the previous durationvrk@google.com2012-08-021-1/+13
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-271-0/+5
* Add PpapiDecryptor which wraps a CDM plugin.xhwang@chromium.org2012-07-231-1/+2