summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Moving media-related files from webkit/glue/ to webkit/media/.scherkus@chromium.org2011-11-171-917/+0
* Only report Media.AcceleratedCompositingActive for video-having playbacks.fischman@chromium.org2011-11-151-2/+42
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-081-0/+5
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-281-1/+1
* Adding flag for turning on the Media Source APIacolwell@chromium.org2011-10-271-9/+14
* Fix shutdown crash when WebMediaPlayerImpl is destroyed after RenderViewImpl is.fischman@chromium.org2011-10-261-1/+1
* Add NetworkEventCB to media pipeline and remove IsNetworkActive()vrk@google.com2011-10-191-7/+5
* Prevent power saving while playing media.avi@chromium.org2011-10-191-0/+12
* Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.fischman@chromium.org2011-09-291-22/+2
* Simplify code by using weak pointers and base::Bind() instead ofenal@chromium.org2011-09-231-63/+60
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-0/+1
* Tell JS heap that audio player object uses lot of native memory.enal@chromium.org2011-09-201-0/+41
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-191-3/+3
* Rewriting FFmpegAudioDecoder and eliminating DecoderBase.scherkus@chromium.org2011-09-171-0/+1
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-3/+3
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-161-3/+3
* Fixing dropped seeks.serya@chromium.org2011-09-151-1/+14
* make URL handling transparent to media pipeline.wjia@chromium.org2011-08-241-0/+9
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-231-3/+3
* Remove branch in WebMediaPlayerImpl that is never reachedhclam@chromium.org2011-08-171-12/+2
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-10/+11
* Split WebMediaPlayerImpl::Proxy into its own class.scherkus@chromium.org2011-08-091-242/+8
* Log PipelineImpl events to MediaLog.scottfr@chromium.org2011-08-091-4/+7
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-091-5/+8
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-051-2/+13
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-051-13/+2
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-051-2/+13
* Make ChunkDemuxer error handling more consistent and robust.acolwell@chromium.org2011-08-041-1/+6
* End of stream logic implemented & removed the need for pending_buffers_.acolwell@chromium.org2011-07-211-27/+101
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-201-1/+0
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-2/+16
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-3/+3
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-3/+3
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-141-16/+2
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-141-2/+16
* Refactor ChunkDemuxer initialization so INFO & TRACKS elements are passed via...acolwell@chromium.org2011-07-111-4/+5
* The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...wjia@chromium.org2011-07-071-12/+0
* Adding ChunkDemuxer implementation.acolwell@chromium.org2011-06-291-1/+26
* Implement Chromium version of WebCore::MediaPlayer::mediaTimeForTimeValue()acolwell@chromium.org2011-05-261-0/+4
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* Set our network state before setting our ready state after the media engine h...scherkus@chromium.org2011-05-201-3/+4
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-2/+1
* Implementing preload=metadata for videovrk@google.com2011-04-051-2/+12
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-301-0/+5
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-8/+17
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-231-17/+8
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-8/+17
* Use PipelineStatusNotification instead of a condvar for pipeline stopping.fischman@chromium.org2011-03-171-9/+4