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
*
Update media OWNERS.
scherkus@chromium.org
2012-07-19
1
-3
/
+2
*
Upstream ContentVideoView.java content_video_view.* media_metadata_android.*
cramya@chromium.org
2012-07-18
3
-0
/
+79
*
WebMediaPlayerImpl needs to own the audio source provider.
rtoy@google.com
2012-07-16
2
-0
/
+13
*
Change AesDecryptor::Decrypt to be an asynchronous call.
xhwang@chromium.org
2012-07-15
2
-6
/
+7
*
Collapse Should{Enable,Disable}Defer() into ShouldDefer() + simplify some oth...
scherkus@chromium.org
2012-07-14
2
-52
/
+16
*
Implement ChunkDemuxer::GetStartTime()
vrk@chromium.org
2012-07-14
1
-1
/
+6
*
Fold RestartLoadingTask() into ReadCallback() as the method is called on the ...
scherkus@chromium.org
2012-07-12
3
-34
/
+14
*
Collapse HTTP and non-HTTP codepaths into single methods.
scherkus@chromium.org
2012-07-11
4
-145
/
+50
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
3
-3
/
+0
*
Use maximum capacity instead of a ratio of capacity for BufferedResourceLoader.
scherkus@chromium.org
2012-07-11
5
-50
/
+27
*
Write file:// tests for BufferedDataSource and fix some bugs as a result.
scherkus@chromium.org
2012-07-11
5
-54
/
+212
*
Remove expectations and comments that were accidentally committed in r145851.
scherkus@chromium.org
2012-07-10
1
-3
/
+0
*
Split BufferedResourceLoader's network callback into separate loading state a...
scherkus@chromium.org
2012-07-10
6
-179
/
+151
*
Add ProxyDecryptor which wraps concrete Decryptor implementations.
xhwang@chromium.org
2012-06-29
7
-22
/
+201
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-06-20
1
-4
/
+8
*
Fix ChunkDemuxer so it properly outputs buffered ranges.
acolwell@chromium.org
2012-06-20
3
-23
/
+17
*
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
6
-16
/
+15
*
Request all response headers be exposed to BufferedResourceLoader since it ne...
fischman@chromium.org
2012-06-18
1
-0
/
+1
*
Generalize AesDecryptor to make it more spec compliant.
xhwang@chromium.org
2012-06-16
4
-81
/
+186
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-06-12
1
-3
/
+4
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
7
-56
/
+46
*
Delete bytesLoaded() from WebMediaPlayer implementations now that WebKit no l...
fischman@chromium.org
2012-06-10
4
-31
/
+1
*
Delete no-longer-used single-arg WebMediaPlayer{Impl,Android}::load() method.
fischman@chromium.org
2012-06-10
4
-14
/
+0
*
Adding the logic for releasing decoder resources in WebMediaPlayerManagerAndroid
qinmin@chromium.org
2012-06-08
4
-22
/
+89
*
Unbreak sending cookies with crossorigin-free media elements.
fischman@chromium.org
2012-06-07
1
-0
/
+1
*
More prep for CORS support in WebKit/chromium.
fischman@chromium.org
2012-06-07
10
-0
/
+36
*
Add CORS-awareness to HTML5 media elements.
fischman@chromium.org
2012-06-06
10
-20
/
+76
*
Move AesDecryptor out of FFmpegVideoDecoder.
xhwang@chromium.org
2012-06-05
4
-4
/
+19
*
Stop dropping buffering updates on the floor for small media resources.
fischman@chromium.org
2012-06-05
3
-7
/
+17
*
RefCounted types should not have public destructors, webkit/ edition
rsleevi@chromium.org
2012-06-04
1
-1
/
+3
*
use WebKit::WebMediaPlayer for delegate interface, instead of webkit_media::W...
wjia@chromium.org
2012-06-02
1
-5
/
+6
*
Upstream implementation for embedded video for WebMediaPlayerAndroid
qinmin@chromium.org
2012-06-01
6
-13
/
+292
*
Prepare WebMediaPlayerAndroid for bytesLoaded() -> didLoadingProgress() trans...
fischman@chromium.org
2012-06-01
2
-38
/
+50
*
Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...
fischman@chromium.org
2012-05-30
2
-2
/
+17
*
Track buffered byte ranges correctly in media::Pipeline.
fischman@chromium.org
2012-05-30
3
-29
/
+18
*
This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...
annacc@chromium.org
2012-05-29
3
-4
/
+4
*
Unbreak http/tests/media/video-cookie.html b/c of overzealous sanity check.
fischman@chromium.org
2012-05-25
1
-1
/
+1
*
Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...
fischman@chromium.org
2012-05-25
7
-4
/
+255
*
Expose HTTP version number in responses.
fischman@chromium.org
2012-05-22
1
-1
/
+6
*
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
*
Move webkit/media tests from test_shell_tests into content_unittests
tony@chromium.org
2012-05-16
2
-16
/
+17
*
Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...
fischman@chromium.org
2012-05-12
4
-31
/
+12
*
Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...
tkent@chromium.org
2012-05-12
4
-12
/
+31
*
Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.
fischman@chromium.org
2012-05-11
4
-31
/
+12
*
remove WEBKIT_USING_SKIA
jamesr@chromium.org
2012-05-11
1
-4
/
+0
*
remove WEBKIT_USING_CG
jamesr@chromium.org
2012-05-10
2
-58
/
+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
4
-5
/
+36
[next]