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
*
Implement sourceAddId() & sourceRemoveId()
acolwell@chromium.org
2012-04-23
4
-8
/
+57
*
Add a media pipeline status error code for decryption error.
xhwang@chromium.org
2012-04-23
1
-0
/
+7
*
Revert 133335 - Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-21
4
-56
/
+8
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-21
4
-8
/
+56
*
Revert 133191 - Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-20
4
-56
/
+8
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-20
4
-8
/
+56
*
Connect addKey() to AesDecryptor (video only).
ddorwin@chromium.org
2012-04-19
1
-4
/
+15
*
Initial implementation of Encrypted Media Extensions in Chrome.
ddorwin@chromium.org
2012-04-19
5
-0
/
+227
*
Revert 132965 - this change seems to break media_unittests
toyoshim@chromium.org
2012-04-19
4
-56
/
+8
*
Update MediaSource API implementation to match v0.4 spec.
acolwell@chromium.org
2012-04-19
4
-8
/
+56
*
Change BufferedResourceLoader::kOK to BufferedResourceLoader::kOk.
scherkus@chromium.org
2012-04-19
4
-36
/
+36
*
Fix all WebMediaPlayer enum values.
acolwell@chromium.org
2012-04-18
1
-34
/
+32
*
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
[next]