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 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
*
Send correct video timestamps from the Pepper CDM video decoder.
tomfinegan@chromium.org
2012-10-30
2
-4
/
+5
*
Allow codecs other than Vorbis in the Pepper CDM audio decoder.
tomfinegan@chromium.org
2012-10-30
1
-5
/
+4
*
This allow connection remote stream to audio tag, and enable users to control...
xians@chromium.org
2012-10-30
6
-10
/
+83
*
Add type argument to pepper content decryptor method GenerateKeyRequest().
tomfinegan@chromium.org
2012-10-29
4
-32
/
+35
*
Fix type punning error in (de)serializing audio frames.
xhwang@chromium.org
2012-10-27
2
-6
/
+8
*
Set timestamp and duration in DecryptingAudioDecoder.
xhwang@chromium.org
2012-10-27
2
-50
/
+72
*
Add "type" in GenerateKeyRequest() and OnNeedKey().
xhwang@chromium.org
2012-10-27
11
-15
/
+43
*
Add support for ISO to EME canPlayType().
ddorwin@chromium.org
2012-10-27
1
-0
/
+8
*
Add support for additional a/v decoders to Pepper CDM API.
tomfinegan@chromium.org
2012-10-27
4
-11
/
+67
*
Add INITIALIZE_CDM_MODULE() and DeInitializeCdmModule() in CDM interface.
xhwang@chromium.org
2012-10-26
3
-7
/
+22
*
Fire KeyError in CdmWrapper if the CDM instance cannot be created.
xhwang@chromium.org
2012-10-26
2
-236
/
+209
*
Fix UMA reporting for EME
fischman@chromium.org
2012-10-26
1
-5
/
+9
*
Add FFmpeg audio decoder for the clear key CDM.
tomfinegan@chromium.org
2012-10-25
7
-30
/
+487
*
Fake clear key CDM audio decoder.
xhwang@chromium.org
2012-10-25
2
-13
/
+125
*
Update PluginInstance for audio support for content decryption.
xhwang@chromium.org
2012-10-24
5
-58
/
+130
*
Fix media stream playback event as media element.
wjia@chromium.org
2012-10-24
2
-18
/
+24
*
Moved SkCanvasVideoRenderer to media/filters.
skaslev@chromium.org
2012-10-24
7
-516
/
+6
*
Fixed ExternalClearKey/EncryptedMediaTest on Linux ASAN and Chromium OS ASAN.
ddorwin@chromium.org
2012-10-24
1
-9
/
+15
*
Clear key CDM handles EOS buffer correctly.
xhwang@chromium.org
2012-10-24
3
-54
/
+73
*
Teach BindToLoop to create callbacks that accept scoped parameters.
fischman@chromium.org
2012-10-24
1
-12
/
+5
*
Encrypted Media: Return and handle NeedMoreData correctly.
xhwang@chromium.org
2012-10-23
3
-95
/
+90
*
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
[next]