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
*
Encrypted Media: ProxyDecryptor is not a Decryptor.
xhwang@chromium.org
2012-12-18
2
-92
/
+10
*
Replace Chromium's content_decryption_module.h with the independent DEPS'd in...
ddorwin@chromium.org
2012-12-18
15
-515
/
+13
*
Add wrapper class to media for support of Opus audio, and add a command line ...
tomfinegan@chromium.org
2012-12-18
1
-0
/
+11
*
Encrypted Media: Old video decrypt-only path clean-up.
xhwang@chromium.org
2012-12-18
6
-557
/
+16
*
Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.
xhwang@chromium.org
2012-12-17
2
-26
/
+10
*
Ensure keymessage response to generateKeyRequest() has keySystem set for exte...
ddorwin@chromium.org
2012-12-15
1
-14
/
+27
*
Encrypted Media: Remove DecryptingAudioDecoder from default decoder list.
xhwang@chromium.org
2012-12-15
1
-9
/
+1
*
EME v0.1: Report defaultURL in KeyMessage.
ddorwin@chromium.org
2012-12-15
4
-11
/
+24
*
Encrypted Media: Support Audio Decrypt-Only.
xhwang@chromium.org
2012-12-14
3
-29
/
+18
*
Rename constant array names to CamelCase to key_system.cc.
xhwang@chromium.org
2012-12-14
1
-8
/
+7
*
Adds support of rendering a local media stream for audio using HTML5 audio tag.
henrika@chromium.org
2012-12-14
2
-6
/
+36
*
Rename DecryptorNotificationCB to DecryptorReadyCB.
xhwang@chromium.org
2012-12-14
3
-23
/
+22
*
Move AudioRendererImpl construction to WebMediaPlayerImpl.
xhwang@chromium.org
2012-12-14
1
-2
/
+5
*
Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...
tomfinegan@chromium.org
2012-12-12
1
-7
/
+4
*
Several updates to canPlayType() results for EME
ddorwin@chromium.org
2012-12-10
2
-4
/
+697
*
Encrypted Media: Update CDM interface to version 3.
xhwang@chromium.org
2012-12-10
8
-386
/
+345
*
Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...
acolwell@chromium.org
2012-12-08
1
-1
/
+7
*
Pass in media message loop to VideoRendererBase and enforce calling on the ri...
scherkus@chromium.org
2012-12-07
1
-0
/
+1
*
Encrypted Media: Use std::string for key message in media pipeline.
xhwang@chromium.org
2012-12-06
6
-34
/
+22
*
Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...
scherkus@chromium.org
2012-12-06
1
-1
/
+1
*
Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator.
xhwang@chromium.org
2012-12-05
3
-42
/
+181
*
Add a libvpx video decoder to ClearKeyCdm and move the fake video decoder to ...
tomfinegan@chromium.org
2012-12-05
11
-109
/
+616
*
Encrypted Media: Allows empty key message to be fired.
xhwang@chromium.org
2012-12-04
2
-11
/
+18
*
Encrypted Media: Check WebKit::WebRuntimeFeatures::isEncryptedMediaEnabled() ...
xhwang@chromium.org
2012-12-04
1
-4
/
+2
*
Fix a bug that hasVideo() always returns true even after we have the size info
qinmin@chromium.org
2012-11-30
2
-2
/
+7
*
Encrypted Media: No NeedKey if --enable-encrypted-media is not set.
xhwang@chromium.org
2012-11-30
3
-32
/
+37
*
Remove MessageLoopProxy-getting callbacks from various media classes.
scherkus@chromium.org
2012-11-28
4
-41
/
+39
*
Move all BufferedDataSource::Read() related state to a ReadOperation helper c...
scherkus@chromium.org
2012-11-28
3
-119
/
+127
*
Allow get/putCurrentFrame called from compositing thread for WebMediaPlayerMS.
wjia@chromium.org
2012-11-28
2
-15
/
+33
*
Free (and pause) audio resources when getting a phone call
miguelg@chromium.org
2012-11-28
2
-0
/
+7
*
add owners file to webkit/media/android
miguelg@chromium.org
2012-11-28
1
-0
/
+4
*
Run outstanding BufferedDataSource read callbacks before running the stop com...
scherkus@chromium.org
2012-11-26
3
-10
/
+48
*
Release video resources when switching tabs or leave clank
qinmin@chromium.org
2012-11-26
2
-4
/
+4
*
Add data_size to PP_EncryptedBlockInfo.
xhwang@chromium.org
2012-11-21
1
-1
/
+3
*
Combine media decoding and pipeline threads.
scherkus@chromium.org
2012-11-21
2
-5
/
+5
*
Keep playing audio even when opening another tab, going to another app etc.
miguelg@chromium.org
2012-11-15
2
-4
/
+9
*
media: Update calls from RunAllPending() to RunUntilIdle().
xhwang@chromium.org
2012-11-14
2
-14
/
+14
*
Implement heart beat in ClearKeyCdm.
xhwang@chromium.org
2012-11-13
2
-10
/
+54
*
Only call av_register_all when ffmpg decoders are used in clearkey CDM.
xhwang@chromium.org
2012-11-10
1
-0
/
+2
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
4
-23
/
+19
*
Make WebMediaPlayerImpl::duration() always return NaN in HAVE_NOTHING state.
acolwell@chromium.org
2012-11-08
1
-0
/
+3
*
Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...
xhwang@chromium.org
2012-11-08
1
-10
/
+2
*
Add ContentDecryptorDelegate.
xhwang@chromium.org
2012-11-07
3
-28
/
+46
*
Fix assertion failure for using Empty texture format
qinmin@chromium.org
2012-11-03
2
-9
/
+15
*
Add RegisterKeyAddedCB in Decryptor interface.
xhwang@chromium.org
2012-11-02
4
-36
/
+37
*
fix audio-only case in WebMediaPlayerMS.
wjia@chromium.org
2012-11-02
1
-1
/
+7
*
Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.
xhwang@chromium.org
2012-11-02
1
-0
/
+2
*
Adding the logic to process some new error codes from android media player
qinmin@chromium.org
2012-11-02
1
-7
/
+2
*
Change Cdm::GetCurrentWallTimeMs() to GetCurrentWallTimeInSeconds().
xhwang@chromium.org
2012-11-01
2
-10
/
+10
*
Added support for YUV videos to the software compositor.
skaslev@chromium.org
2012-10-30
2
-9
/
+11
[next]