index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
media
/
webmediaplayer_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UMA reporting for EME APIs.
fischman@chromium.org
2012-10-23
1
-17
/
+105
*
Refactor ProxyDecryptor.
xhwang@chromium.org
2012-10-03
1
-1
/
+5
*
Fix ChunkDemuxer end of stream tracking during canceled seeks.
acolwell@chromium.org
2012-10-01
1
-1
/
+2
*
Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient
acolwell@chromium.org
2012-09-12
1
-17
/
+45
*
Rewrite media::Pipeline state transition machinery and simplify shutdown.
scherkus@chromium.org
2012-09-11
1
-1
/
+0
*
Add a bool return value to media::Decryptor::GenerateKeyRequest().
xhwang@chromium.org
2012-08-29
1
-2
/
+6
*
Support setting an explicit duration on MediaSource objects
vrk@chromium.org
2012-08-28
1
-0
/
+10
*
media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.
fischman@chromium.org
2012-08-18
1
-10
/
+13
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
1
-30
/
+45
*
Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of double
vrk@google.com
2012-08-14
1
-1
/
+3
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
1
-2
/
+3
*
Disable 'Save Video As' option for MediaSource and MediaStream URLs.
acolwell@chromium.org
2012-08-10
1
-1
/
+4
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
1
-9
/
+4
*
Re-add sourceSetTimestampOffset to webmediaplayer_impl
annacc@chromium.org
2012-08-09
1
-0
/
+5
*
Cancel pending seek in ChunkDemuxer when a new seek occurs
vrk@chromium.org
2012-08-08
1
-0
/
+1
*
Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.
acolwell@chromium.org
2012-08-07
1
-7
/
+2
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-34
/
+0
*
Update media duration if data is appended after the previous duration
vrk@google.com
2012-08-02
1
-1
/
+13
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
1
-0
/
+5
*
Add PpapiDecryptor which wraps a CDM plugin.
xhwang@chromium.org
2012-07-23
1
-1
/
+2
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
1
-5
/
+2
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
1
-3
/
+3
*
WebMediaPlayerImpl needs to own the audio source provider.
rtoy@google.com
2012-07-16
1
-0
/
+2
*
Implement ChunkDemuxer::GetStartTime()
vrk@chromium.org
2012-07-14
1
-1
/
+6
*
Add ProxyDecryptor which wraps concrete Decryptor implementations.
xhwang@chromium.org
2012-06-29
1
-14
/
+35
*
Fix ChunkDemuxer so it properly outputs buffered ranges.
acolwell@chromium.org
2012-06-20
1
-17
/
+13
*
Add UMA reporting for GpuVideoDecoder::Initialize status.
fischman@chromium.org
2012-06-20
1
-1
/
+5
*
Add Decryptor interface.
xhwang@chromium.org
2012-06-19
1
-1
/
+1
*
Generalize AesDecryptor to make it more spec compliant.
xhwang@chromium.org
2012-06-16
1
-67
/
+51
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-23
/
+16
*
Delete bytesLoaded() from WebMediaPlayer implementations now that WebKit no l...
fischman@chromium.org
2012-06-10
1
-9
/
+1
*
Delete no-longer-used single-arg WebMediaPlayer{Impl,Android}::load() method.
fischman@chromium.org
2012-06-10
1
-4
/
+0
*
More prep for CORS support in WebKit/chromium.
fischman@chromium.org
2012-06-07
1
-0
/
+4
*
Add CORS-awareness to HTML5 media elements.
fischman@chromium.org
2012-06-06
1
-3
/
+19
*
Move AesDecryptor out of FFmpegVideoDecoder.
xhwang@chromium.org
2012-06-05
1
-2
/
+6
*
Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...
fischman@chromium.org
2012-05-30
1
-2
/
+9
*
This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...
annacc@chromium.org
2012-05-29
1
-1
/
+1
*
Fix crash in UMA reporting of accelerated compositing in WebGL codepaths.
fischman@chromium.org
2012-05-21
1
-3
/
+7
*
Fix reporting of Media.AcceleratedCompositingActive when false.
fischman@chromium.org
2012-05-19
1
-2
/
+8
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
1
-15
/
+8
*
Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...
tkent@chromium.org
2012-05-12
1
-8
/
+15
*
Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.
fischman@chromium.org
2012-05-11
1
-15
/
+8
*
remove WEBKIT_USING_CG
jamesr@chromium.org
2012-05-10
1
-54
/
+0
*
Report correct buffered TimeRanges instead of faking a single TimeRange.
fischman@chromium.org
2012-05-10
1
-15
/
+7
*
Add codecs parameter to sourceAddId() and improve supported codecs detection ...
acolwell@chromium.org
2012-05-09
1
-2
/
+24
*
Report MEDIA_ERR_NETWORK instead of MEDIA_ERR_SRC_NOT_SUPPORTED when a networ...
scherkus@chromium.org
2012-05-04
1
-3
/
+1
*
Remove a few unused media::PipelineStatus codes.
scherkus@chromium.org
2012-05-03
1
-4
/
+0
*
Add support for sourceAbort() & sourceBuffered()
acolwell@chromium.org
2012-05-03
1
-0
/
+19
*
Build the default fitler collection synchronously in load().
ddorwin@chromium.org
2012-04-27
1
-16
/
+17
*
Fire needkey event when encrypted media is encounted.
xhwang@chromium.org
2012-04-26
1
-0
/
+7
[next]