summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-37/+44
* DemuxerFactory is born!fischman@chromium.org2011-03-141-4/+5
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-13/+26
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-2/+2
* Rename media statistics APIs to match webkit renaming.sjl@chromium.org2011-02-251-4/+4
* Fix progress event not firing when load has completed.sjl@chromium.org2011-02-241-1/+5
* Allow WebMediaPlayerImpl to handle multiple DataSources.acolwell@chromium.org2011-02-161-10/+25
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-161-0/+32