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
*
Report pipeline errors even during all phases of lifecycle.
fischman@chromium.org
2012-04-10
1
-34
/
+38
*
Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.
scherkus@chromium.org
2012-04-09
1
-12
/
+0
*
Rename AudioRendererBase and AudioRendererAlgorithmBase
vrk@chromium.org
2012-04-09
1
-2
/
+2
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
1
-2
/
+4
*
De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...
fischman@chromium.org
2012-04-03
1
-2
/
+5
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-5
/
+9
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-2
/
+6
*
Expose decryptor to WebMediaPlayerImpl.
scherkus@chromium.org
2012-03-30
1
-2
/
+8
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-3
/
+4
*
Add explicit alpha parameter to the mediaplayer's paint method. This allows s...
reed@google.com
2012-03-27
1
-2
/
+10
*
Fix reporting of Media.AcceleratedCompositingActive to account for JS-created...
fischman@chromium.org
2012-03-26
1
-9
/
+7
*
Add frame hashing to PipelineIntegrationTests.
dalecurtis@chromium.org
2012-03-17
1
-1
/
+2
*
BufferedDataSource wants to know the content length of non-http(s) resources,...
fischman@chromium.org
2012-03-17
1
-9
/
+3
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
1
-1
/
+0
*
Update WebMediaPlayerProxy to use MessageLoopProxy.
scherkus@chromium.org
2012-02-06
1
-1
/
+2
*
Fold Pipeline::Init() into Pipeline::Start().
scherkus@chromium.org
2012-01-30
1
-7
/
+3
*
Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...
sadrul@chromium.org
2012-01-21
1
-4
/
+9
*
Fire canplaythrough as soon as download defers to fix autoplay
vrk@google.com
2012-01-20
1
-9
/
+4
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
1
-84
/
+70
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
1
-2
/
+2
*
buffers.cc: replaced global TimeDelta constants with fully-inlined functions.
fischman@chromium.org
2012-01-18
1
-1
/
+1
*
Refactor webkit_media::VideoRendererImpl into standalone class.
scherkus@chromium.org
2012-01-13
1
-5
/
+5
*
Fold WebMediaPlayerImpl::Initialize() into the constructor.
scherkus@chromium.org
2012-01-13
1
-30
/
+17
*
Remove obsolete references to http://crbug.com/109026
fischman@chromium.org
2012-01-12
1
-2
/
+0
*
Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...
scherkus@chromium.org
2012-01-12
1
-17
/
+4
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-11
/
+13
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...
crogers@google.com
2012-01-07
1
-1
/
+7
*
Disable accelerated compositing for audio-only <video> tags.
fischman@chromium.org
2012-01-06
1
-1
/
+3
*
Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...
msw@chromium.org
2012-01-06
1
-7
/
+1
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode
crogers@google.com
2012-01-06
1
-1
/
+7
*
Set opaque on the WebMediaPlayerClient based on the decoder
danakj@chromium.org
2011-12-23
1
-1
/
+9
*
Clean up painting and conversion functions inside webkit_media::VideoRenderer...
scherkus@chromium.org
2011-12-21
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-0
/
+1
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+1
*
Revert effects of r110733 (again) for autoplay breakage.
vrk@chromium.org
2011-12-16
1
-2
/
+8
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
1
-0
/
+2
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-2
/
+0
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
1
-0
/
+2
*
Replace media::Limits struct with media::limits namespace and update document...
scherkus@chromium.org
2011-12-07
1
-5
/
+9
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-3
/
+3
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
1
-11
/
+10
*
Revert effects of r110733 because of silent WebRTC breakage
vrk@chromium.org
2011-11-30
1
-2
/
+8
*
Remove --enable-video-logging and WebVideoRenderer.
scherkus@chromium.org
2011-11-18
1
-8
/
+7
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
1
-20
/
+21
*
Moving media-related files from webkit/glue/ to webkit/media/.
scherkus@chromium.org
2011-11-17
1
-0
/
+917