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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upstream WebVideoFrameAndroid and fix some bugs in MediaPlayerBridge code
qinmin@chromium.org
2012-04-12
2
-2
/
+2
*
Don't pause-and-buffer non-range-supporting streams.
fischman@chromium.org
2012-04-12
1
-0
/
+5
*
Stop the static_cast<> & size_t madness! (at least in buffered_resource_load...
fischman@chromium.org
2012-04-12
2
-35
/
+30
*
Remove virtual attribute from a bunch of BufferedResourceLoader methods.
scherkus@chromium.org
2012-04-11
4
-25
/
+20
*
Replace BufferedResourceLoader's usage of net error codes with a simpler set ...
scherkus@chromium.org
2012-04-11
5
-149
/
+152
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-0
/
+1
*
Add "filesystem" to the list of media-serving schemes logged to UMA.
fischman@chromium.org
2012-04-11
1
-1
/
+3
*
Cull unnecessary media::VideoFrame::Formats from the enum.
fischman@chromium.org
2012-04-11
1
-12
/
+0
*
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
3
-22
/
+28
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
4
-22
/
+32
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
6
-21
/
+46
*
Expose decryptor to WebMediaPlayerImpl.
scherkus@chromium.org
2012-03-30
5
-27
/
+56
*
Don't report errors twice to pipeline clients.
fischman@chromium.org
2012-03-27
1
-3
/
+4
*
Fix BufferedResourceLoaderTest.HasSingleOrigin.
scherkus@chromium.org
2012-03-27
1
-6
/
+3
*
Disable BufferedResourceLoaderTest.HasSingleOrigin due to DCHECKs added in r1...
scherkus@chromium.org
2012-03-27
1
-1
/
+3
*
Fold WebDataSource into BufferedDataSource.
scherkus@chromium.org
2012-03-27
10
-94
/
+54
*
Add explicit alpha parameter to the mediaplayer's paint method. This allows s...
reed@google.com
2012-03-27
7
-55
/
+48
*
Replace size_t with int in a few media classes.
scherkus@chromium.org
2012-03-27
4
-26
/
+22
*
Fix reporting of Media.AcceleratedCompositingActive to account for JS-created...
fischman@chromium.org
2012-03-26
2
-10
/
+10
*
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
6
-776
/
+3
*
Don't trigger second request on missing instance size in Content-Range.
fischman@chromium.org
2012-03-16
6
-14
/
+123
*
Trust servers that claim "Accept-Ranges: bytes" but serve a 200 for Range:0-
fischman@chromium.org
2012-03-16
2
-3
/
+20
*
Callback renaming in media code.
xhwang@chromium.org
2012-03-15
4
-7
/
+7
*
Reduce unnecessary network connections.
fischman@chromium.org
2012-03-15
4
-63
/
+17
*
Do not change video decoder collection unless it is indeed a media stream.
wjia@chromium.org
2012-03-14
1
-5
/
+5
*
Create video and audio decoder threads on demand.
tommi@chromium.org
2012-03-11
1
-2
/
+7
*
Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...
xhwang@chromium.org
2012-03-10
4
-7
/
+7
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
1
-1
/
+0
*
Avoid a DCHECK during navigate-away from a video being HW-rendered.
fischman@chromium.org
2012-02-28
1
-6
/
+10
*
Add texture target field to video frame (for use by native textures).
sievers@chromium.org
2012-02-23
2
-2
/
+9
*
Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid...
fischman@chromium.org
2012-02-22
1
-0
/
+9
*
Clean up callback variable names and comments inside BufferedDataSource/Buffe...
scherkus@chromium.org
2012-02-11
4
-79
/
+80
*
Return net::ERR_FAILED when BufferedResourceLoader::didFail() is called.
scherkus@chromium.org
2012-02-09
2
-8
/
+34
*
Fix re-entrancy bug in SimpleDataSource::Abort() introduced in r118338.
fischman@chromium.org
2012-02-07
3
-14
/
+37
*
Remove explicit casting needed from the .Pass() switchover, now that PassAs()...
fischman@chromium.org
2012-02-06
1
-1
/
+1
*
Update WebMediaPlayerProxy to use MessageLoopProxy.
scherkus@chromium.org
2012-02-06
3
-22
/
+24
*
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
3
-42
/
+28
*
Fire canplaythrough as soon as download defers to fix autoplay
vrk@google.com
2012-01-20
3
-28
/
+42
*
Fold InitializeTask() into Initialize() as the method is called on the render...
scherkus@chromium.org
2012-01-19
5
-103
/
+61
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
16
-397
/
+263
*
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
scherkus@chromium.org
2012-01-19
5
-41
/
+41
*
Fix incorrect comment about object ownership in WebMediaPlayerImpl::WebMediaP...
crogers@google.com
2012-01-19
1
-1
/
+0
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
3
-7
/
+7
*
buffers.cc: replaced global TimeDelta constants with fully-inlined functions.
fischman@chromium.org
2012-01-18
3
-4
/
+4
[next]