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
*
Add UMA reporting for EME APIs.
fischman@chromium.org
2012-10-23
4
-17
/
+144
*
Add CDM video decoder.
tomfinegan@chromium.org
2012-10-23
7
-23
/
+515
*
Allow the CDM plugin wrappers to find the CDM in the same directory.
ddorwin@chromium.org
2012-10-20
1
-0
/
+2
*
Add pepper content decryption audio decoding API.
tomfinegan@chromium.org
2012-10-19
4
-16
/
+138
*
Add DecryptingAudioDecoder.
xhwang@chromium.org
2012-10-19
1
-1
/
+18
*
Update Decryptor interface to support audio decoding.
xhwang@chromium.org
2012-10-18
6
-79
/
+195
*
Don't hang in Stop(): because the render thread is paused while Pipeline::Stop()
fischman@chromium.org
2012-10-18
2
-27
/
+21
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
1
-4
/
+6
*
Update PluginInstance for decrypt-and-decode video.
xhwang@chromium.org
2012-10-18
4
-34
/
+68
*
Change the log level to 3 for WebMediaPlayerMS::paint()
wjia@chromium.org
2012-10-16
2
-1
/
+2
*
Fake video decoder in clearkey CDM.
xhwang@chromium.org
2012-10-16
2
-1
/
+85
*
Automate more Better Session Restore tests.
marja@chromium.org
2012-10-15
1
-0
/
+1
*
Make sure that DecodeAudioFileData() always returns an AudioBus of the exact ...
crogers@google.com
2012-10-15
1
-10
/
+22
*
Add frame size to cdm::VideoFrame.
xhwang@chromium.org
2012-10-13
2
-4
/
+23
*
Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...
ddorwin@chromium.org
2012-10-13
2
-5
/
+13
*
Generalize Pepper CDM API decrypt and decode.
tomfinegan@chromium.org
2012-10-12
1
-10
/
+15
*
Add decoder de-initialization and reset to the Pepper CDM API.
tomfinegan@chromium.org
2012-10-12
4
-18
/
+65
*
Add the Widevine CDM to Chrome.
ddorwin@chromium.org
2012-10-12
2
-1
/
+18
*
Add PPAPI CDM video decoder initialization.
tomfinegan@chromium.org
2012-10-11
1
-13
/
+75
*
Emit timer-triggered KeyMessage from CDM to JS.
fischman@chromium.org
2012-10-11
1
-3
/
+4
*
Implement video decoding methods in all Decryptor implementations.
xhwang@chromium.org
2012-10-11
4
-29
/
+65
*
Removing webkit diff with Android tree
dfalcantara@chromium.org
2012-10-11
2
-2
/
+2
*
Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).
xhwang@chromium.org
2012-10-10
6
-28
/
+72
*
Notify WebMediaPlayerClient when the natural size is changed in WebMediaPlaye...
wjia@chromium.org
2012-10-10
1
-1
/
+8
*
Allow decrypt error to be returned in CdmWrapper::DeliverBlock().
xhwang@chromium.org
2012-10-10
3
-21
/
+23
*
Add asynchrony support to ContentDecryptionModule via new CdmHost interface:
fischman@chromium.org
2012-10-10
4
-7
/
+74
*
Build the list of key system/container/codec combinations at runtime.
ddorwin@chromium.org
2012-10-10
1
-32
/
+116
*
set pending_repaint_ flag only when a non-empty frame is sent to Webkit.
wjia@chromium.org
2012-10-09
1
-4
/
+5
*
Upstream fullscreen video implementation for android
qinmin@chromium.org
2012-10-05
10
-83
/
+114
*
Removing annacc@chromium.org from OWNERS.
scherkus@chromium.org
2012-10-04
1
-1
/
+0
*
Add video decoding methods in Decryptor and add DecryptingVideoDecoder.
xhwang@chromium.org
2012-10-04
5
-0
/
+86
*
Update PPP side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-04
4
-18
/
+18
*
Update PPB side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-03
2
-47
/
+256
*
Fix leak of MockDecryptor in ProxyDecryptorTest.
xhwang@chromium.org
2012-10-03
1
-6
/
+18
*
Refactor ProxyDecryptor.
xhwang@chromium.org
2012-10-03
4
-138
/
+274
*
Rename cdm::OutputBuffer to DecryptedBlock.
tomfinegan@chromium.org
2012-10-02
4
-76
/
+76
*
Make cdm::Status error names more specific.
tomfinegan@chromium.org
2012-10-01
3
-8
/
+15
*
Support reading pixels from HW-decoded video textures into canvas/webgl.
fischman@chromium.org
2012-10-01
2
-28
/
+41
*
Fix ChunkDemuxer end of stream tracking during canceled seeks.
acolwell@chromium.org
2012-10-01
1
-1
/
+2
*
Add encrypted media basic playback tests.
shadi@chromium.org
2012-09-28
1
-1
/
+1
*
create a separate WebMediaPlayer for URL derived from media stream
wjia@chromium.org
2012-09-25
8
-0
/
+792
*
Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().
xhwang@chromium.org
2012-09-25
5
-7
/
+7
*
Remove KeyError in CdmWrapper::Decrypt().
xhwang@chromium.org
2012-09-21
1
-10
/
+7
*
Disable GPU video decoding when using Media Source.
acolwell@chromium.org
2012-09-21
1
-0
/
+6
*
Move android mediaplayer from render process to browser process.
qinmin@chromium.org
2012-09-19
13
-488
/
+752
*
Add CDM allocator interface.
tomfinegan@chromium.org
2012-09-18
6
-122
/
+509
*
We are removing checksum/HMAC in WebM spec for encrypted content.
fgalligan@chromium.org
2012-09-18
4
-12
/
+0
*
Fix crash in CdmWrapper::Decrypt when there are no sub samples.
tomfinegan@chromium.org
2012-09-14
1
-5
/
+12
*
Return void from all PPP CDM API interface methods
tomfinegan@chromium.org
2012-09-13
1
-24
/
+14
*
Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient
acolwell@chromium.org
2012-09-12
6
-147
/
+56
[next]