summaryrefslogtreecommitdiffstats
path: root/webkit/media/webmediaplayer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of PipelineStatus from BufferedDataSource and FileDataSource.scherkus@chromium.org2012-07-231-5/+2
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-231-3/+3
* WebMediaPlayerImpl needs to own the audio source provider.rtoy@google.com2012-07-161-0/+2
* Implement ChunkDemuxer::GetStartTime()vrk@chromium.org2012-07-141-1/+6
* Add ProxyDecryptor which wraps concrete Decryptor implementations.xhwang@chromium.org2012-06-291-14/+35
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-201-17/+13
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-201-1/+5
* Add Decryptor interface.xhwang@chromium.org2012-06-191-1/+1
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-161-67/+51
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-121-23/+16
* Delete bytesLoaded() from WebMediaPlayer implementations now that WebKit no l...fischman@chromium.org2012-06-101-9/+1
* Delete no-longer-used single-arg WebMediaPlayer{Impl,Android}::load() method.fischman@chromium.org2012-06-101-4/+0
* More prep for CORS support in WebKit/chromium.fischman@chromium.org2012-06-071-0/+4
* Add CORS-awareness to HTML5 media elements.fischman@chromium.org2012-06-061-3/+19
* Move AesDecryptor out of FFmpegVideoDecoder.xhwang@chromium.org2012-06-051-2/+6
* Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...fischman@chromium.org2012-05-301-2/+9
* This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...annacc@chromium.org2012-05-291-1/+1
* Fix crash in UMA reporting of accelerated compositing in WebGL codepaths.fischman@chromium.org2012-05-211-3/+7
* Fix reporting of Media.AcceleratedCompositingActive when false.fischman@chromium.org2012-05-191-2/+8
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-121-15/+8
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-121-8/+15
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-111-15/+8
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-101-54/+0
* Report correct buffered TimeRanges instead of faking a single TimeRange.fischman@chromium.org2012-05-101-15/+7
* Add codecs parameter to sourceAddId() and improve supported codecs detection ...acolwell@chromium.org2012-05-091-2/+24
* Report MEDIA_ERR_NETWORK instead of MEDIA_ERR_SRC_NOT_SUPPORTED when a networ...scherkus@chromium.org2012-05-041-3/+1
* Remove a few unused media::PipelineStatus codes.scherkus@chromium.org2012-05-031-4/+0
* Add support for sourceAbort() & sourceBuffered()acolwell@chromium.org2012-05-031-0/+19
* Build the default fitler collection synchronously in load().ddorwin@chromium.org2012-04-271-16/+17
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-261-0/+7