summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Add UMA reporting for EME APIs.fischman@chromium.org2012-10-234-17/+144
* Add CDM video decoder.tomfinegan@chromium.org2012-10-237-23/+515
* Allow the CDM plugin wrappers to find the CDM in the same directory.ddorwin@chromium.org2012-10-201-0/+2
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-194-16/+138
* Add DecryptingAudioDecoder.xhwang@chromium.org2012-10-191-1/+18
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-186-79/+195
* Don't hang in Stop(): because the render thread is paused while Pipeline::Stop()fischman@chromium.org2012-10-182-27/+21
* Move audio decoder initialization to AudioRendererImpl.xhwang@chromium.org2012-10-181-4/+6
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-184-34/+68
* Change the log level to 3 for WebMediaPlayerMS::paint()wjia@chromium.org2012-10-162-1/+2
* Fake video decoder in clearkey CDM.xhwang@chromium.org2012-10-162-1/+85
* Automate more Better Session Restore tests.marja@chromium.org2012-10-151-0/+1
* Make sure that DecodeAudioFileData() always returns an AudioBus of the exact ...crogers@google.com2012-10-151-10/+22
* Add frame size to cdm::VideoFrame.xhwang@chromium.org2012-10-132-4/+23
* Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...ddorwin@chromium.org2012-10-132-5/+13
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-121-10/+15
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-124-18/+65
* Add the Widevine CDM to Chrome.ddorwin@chromium.org2012-10-122-1/+18
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-111-13/+75
* Emit timer-triggered KeyMessage from CDM to JS.fischman@chromium.org2012-10-111-3/+4
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-114-29/+65
* Removing webkit diff with Android treedfalcantara@chromium.org2012-10-112-2/+2
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-106-28/+72
* Notify WebMediaPlayerClient when the natural size is changed in WebMediaPlaye...wjia@chromium.org2012-10-101-1/+8
* Allow decrypt error to be returned in CdmWrapper::DeliverBlock().xhwang@chromium.org2012-10-103-21/+23
* Add asynchrony support to ContentDecryptionModule via new CdmHost interface:fischman@chromium.org2012-10-104-7/+74
* Build the list of key system/container/codec combinations at runtime.ddorwin@chromium.org2012-10-101-32/+116
* set pending_repaint_ flag only when a non-empty frame is sent to Webkit.wjia@chromium.org2012-10-091-4/+5
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-0510-83/+114
* Removing annacc@chromium.org from OWNERS.scherkus@chromium.org2012-10-041-1/+0
* Add video decoding methods in Decryptor and add DecryptingVideoDecoder.xhwang@chromium.org2012-10-045-0/+86
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-044-18/+18
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-032-47/+256
* Fix leak of MockDecryptor in ProxyDecryptorTest.xhwang@chromium.org2012-10-031-6/+18
* Refactor ProxyDecryptor.xhwang@chromium.org2012-10-034-138/+274
* Rename cdm::OutputBuffer to DecryptedBlock.tomfinegan@chromium.org2012-10-024-76/+76
* Make cdm::Status error names more specific.tomfinegan@chromium.org2012-10-013-8/+15
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-012-28/+41
* Fix ChunkDemuxer end of stream tracking during canceled seeks.acolwell@chromium.org2012-10-011-1/+2
* Add encrypted media basic playback tests.shadi@chromium.org2012-09-281-1/+1
* create a separate WebMediaPlayer for URL derived from media streamwjia@chromium.org2012-09-258-0/+792
* Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().xhwang@chromium.org2012-09-255-7/+7
* Remove KeyError in CdmWrapper::Decrypt().xhwang@chromium.org2012-09-211-10/+7
* Disable GPU video decoding when using Media Source.acolwell@chromium.org2012-09-211-0/+6
* Move android mediaplayer from render process to browser process.qinmin@chromium.org2012-09-1913-488/+752
* Add CDM allocator interface.tomfinegan@chromium.org2012-09-186-122/+509
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-184-12/+0
* Fix crash in CdmWrapper::Decrypt when there are no sub samples.tomfinegan@chromium.org2012-09-141-5/+12
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-131-24/+14
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-126-147/+56