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_proxy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fold WebMediaPlayerProxy into WebMediaPlayerImpl.
scherkus@chromium.org
2013-03-01
1
-83
/
+0
*
Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...
scherkus@chromium.org
2013-02-05
1
-10
/
+4
*
Encrypted Media: Replace DecryptorClient with key event callbacks.
xhwang@chromium.org
2012-12-22
1
-49
/
+1
*
Encrypted Media: Use std::string for key message in media pipeline.
xhwang@chromium.org
2012-12-06
1
-4
/
+2
*
Add "type" in GenerateKeyRequest() and OnNeedKey().
xhwang@chromium.org
2012-10-27
1
-0
/
+2
*
Moved SkCanvasVideoRenderer to media/filters.
skaslev@chromium.org
2012-10-24
1
-2
/
+2
*
Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient
acolwell@chromium.org
2012-09-12
1
-28
/
+0
*
Support setting an explicit duration on MediaSource objects
vrk@chromium.org
2012-08-28
1
-0
/
+1
*
media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.
fischman@chromium.org
2012-08-18
1
-25
/
+0
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
1
-4
/
+6
*
Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of double
vrk@google.com
2012-08-14
1
-1
/
+1
*
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
-6
/
+0
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-3
/
+0
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
1
-0
/
+1
*
Fix ChunkDemuxer so it properly outputs buffered ranges.
acolwell@chromium.org
2012-06-20
1
-2
/
+1
*
Add Decryptor interface.
xhwang@chromium.org
2012-06-19
1
-3
/
+3
*
Generalize AesDecryptor to make it more spec compliant.
xhwang@chromium.org
2012-06-16
1
-6
/
+47
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-4
/
+0
*
More prep for CORS support in WebKit/chromium.
fischman@chromium.org
2012-06-07
1
-0
/
+2
*
This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...
annacc@chromium.org
2012-05-29
1
-1
/
+1
*
Add codecs parameter to sourceAddId() and improve supported codecs detection ...
acolwell@chromium.org
2012-05-09
1
-1
/
+3
*
Add support for sourceAbort() & sourceBuffered()
acolwell@chromium.org
2012-05-03
1
-0
/
+4
*
Fire needkey event when encrypted media is encounted.
xhwang@chromium.org
2012-04-26
1
-0
/
+3
*
Implement sourceAddId() & sourceRemoveId()
acolwell@chromium.org
2012-04-23
1
-1
/
+5
*
Revert 133335 - Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-21
1
-5
/
+1
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-21
1
-1
/
+5
*
Revert 133191 - Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-20
1
-5
/
+1
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-20
1
-1
/
+5
*
Revert 132965 - this change seems to break media_unittests
toyoshim@chromium.org
2012-04-19
1
-5
/
+1
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-19
1
-1
/
+5
*
Expose decryptor to WebMediaPlayerImpl.
scherkus@chromium.org
2012-03-30
1
-0
/
+10
*
Fold WebDataSource into BufferedDataSource.
scherkus@chromium.org
2012-03-27
1
-4
/
+4
*
Add explicit alpha parameter to the mediaplayer's paint method. This allows s...
reed@google.com
2012-03-27
1
-1
/
+1
*
Update WebMediaPlayerProxy to use MessageLoopProxy.
scherkus@chromium.org
2012-02-06
1
-6
/
+6
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
1
-9
/
+8
*
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
scherkus@chromium.org
2012-01-19
1
-2
/
+2
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-1
/
+1
*
Refactor webkit_media::VideoRendererImpl into standalone class.
scherkus@chromium.org
2012-01-13
1
-4
/
+11
*
Set opaque on the WebMediaPlayerClient based on the decoder
danakj@chromium.org
2011-12-23
1
-0
/
+4
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
1
-0
/
+4
*
Remove --enable-video-logging and WebVideoRenderer.
scherkus@chromium.org
2011-11-18
1
-4
/
+3
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
1
-2
/
+3
*
Fix webkit_media::WebMediaPlayerProxy memory leak due to circular refcounting.
scherkus@chromium.org
2011-11-18
1
-1
/
+0
*
Moving media-related files from webkit/glue/ to webkit/media/.
scherkus@chromium.org
2011-11-17
1
-0
/
+120