summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Add data_size to PP_EncryptedBlockInfo.xhwang@chromium.org2012-11-211-1/+3
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-212-5/+5
* Keep playing audio even when opening another tab, going to another app etc.miguelg@chromium.org2012-11-152-4/+9
* media: Update calls from RunAllPending() to RunUntilIdle().xhwang@chromium.org2012-11-142-14/+14
* Implement heart beat in ClearKeyCdm.xhwang@chromium.org2012-11-132-10/+54
* Only call av_register_all when ffmpg decoders are used in clearkey CDM.xhwang@chromium.org2012-11-101-0/+2
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-094-23/+19
* Make WebMediaPlayerImpl::duration() always return NaN in HAVE_NOTHING state.acolwell@chromium.org2012-11-081-0/+3
* Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...xhwang@chromium.org2012-11-081-10/+2
* Add ContentDecryptorDelegate.xhwang@chromium.org2012-11-073-28/+46
* 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