summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion failure for using Empty texture formatqinmin@chromium.org2012-11-032-9/+15
* Add RegisterKeyAddedCB in Decryptor interface.xhwang@chromium.org2012-11-024-36/+37
* fix audio-only case in WebMediaPlayerMS.wjia@chromium.org2012-11-021-1/+7
* Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.xhwang@chromium.org2012-11-021-0/+2
* Adding the logic to process some new error codes from android media playerqinmin@chromium.org2012-11-021-7/+2
* Change Cdm::GetCurrentWallTimeMs() to GetCurrentWallTimeInSeconds().xhwang@chromium.org2012-11-012-10/+10
* Added support for YUV videos to the software compositor.skaslev@chromium.org2012-10-302-9/+11
* Send correct video timestamps from the Pepper CDM video decoder.tomfinegan@chromium.org2012-10-302-4/+5
* Allow codecs other than Vorbis in the Pepper CDM audio decoder.tomfinegan@chromium.org2012-10-301-5/+4
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-306-10/+83
* Add type argument to pepper content decryptor method GenerateKeyRequest().tomfinegan@chromium.org2012-10-294-32/+35
* Fix type punning error in (de)serializing audio frames.xhwang@chromium.org2012-10-272-6/+8
* Set timestamp and duration in DecryptingAudioDecoder.xhwang@chromium.org2012-10-272-50/+72
* Add "type" in GenerateKeyRequest() and OnNeedKey().xhwang@chromium.org2012-10-2711-15/+43
* Add support for ISO to EME canPlayType().ddorwin@chromium.org2012-10-271-0/+8
* Add support for additional a/v decoders to Pepper CDM API.tomfinegan@chromium.org2012-10-274-11/+67
* Add INITIALIZE_CDM_MODULE() and DeInitializeCdmModule() in CDM interface.xhwang@chromium.org2012-10-263-7/+22
* Fire KeyError in CdmWrapper if the CDM instance cannot be created.xhwang@chromium.org2012-10-262-236/+209
* Fix UMA reporting for EMEfischman@chromium.org2012-10-261-5/+9
* Add FFmpeg audio decoder for the clear key CDM.tomfinegan@chromium.org2012-10-257-30/+487
* Fake clear key CDM audio decoder.xhwang@chromium.org2012-10-252-13/+125
* Update PluginInstance for audio support for content decryption.xhwang@chromium.org2012-10-245-58/+130
* Fix media stream playback event as media element.wjia@chromium.org2012-10-242-18/+24
* Moved SkCanvasVideoRenderer to media/filters.skaslev@chromium.org2012-10-247-516/+6
* Fixed ExternalClearKey/EncryptedMediaTest on Linux ASAN and Chromium OS ASAN.ddorwin@chromium.org2012-10-241-9/+15
* Clear key CDM handles EOS buffer correctly.xhwang@chromium.org2012-10-243-54/+73
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-241-12/+5
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-233-95/+90
* 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