summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Encrypted Media: ProxyDecryptor is not a Decryptor.xhwang@chromium.org2012-12-182-92/+10
* Replace Chromium's content_decryption_module.h with the independent DEPS'd in...ddorwin@chromium.org2012-12-1815-515/+13
* Add wrapper class to media for support of Opus audio, and add a command line ...tomfinegan@chromium.org2012-12-181-0/+11
* Encrypted Media: Old video decrypt-only path clean-up.xhwang@chromium.org2012-12-186-557/+16
* Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.xhwang@chromium.org2012-12-172-26/+10
* Ensure keymessage response to generateKeyRequest() has keySystem set for exte...ddorwin@chromium.org2012-12-151-14/+27
* Encrypted Media: Remove DecryptingAudioDecoder from default decoder list.xhwang@chromium.org2012-12-151-9/+1
* EME v0.1: Report defaultURL in KeyMessage.ddorwin@chromium.org2012-12-154-11/+24
* Encrypted Media: Support Audio Decrypt-Only.xhwang@chromium.org2012-12-143-29/+18
* Rename constant array names to CamelCase to key_system.cc.xhwang@chromium.org2012-12-141-8/+7
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-142-6/+36
* Rename DecryptorNotificationCB to DecryptorReadyCB.xhwang@chromium.org2012-12-143-23/+22
* Move AudioRendererImpl construction to WebMediaPlayerImpl.xhwang@chromium.org2012-12-141-2/+5
* Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...tomfinegan@chromium.org2012-12-121-7/+4
* Several updates to canPlayType() results for EMEddorwin@chromium.org2012-12-102-4/+697
* Encrypted Media: Update CDM interface to version 3.xhwang@chromium.org2012-12-108-386/+345
* Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...acolwell@chromium.org2012-12-081-1/+7
* Pass in media message loop to VideoRendererBase and enforce calling on the ri...scherkus@chromium.org2012-12-071-0/+1
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-066-34/+22
* Replace WaitableEvents and ConditionalVariables in VideoRendererBase tests wi...scherkus@chromium.org2012-12-061-1/+1
* Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator.xhwang@chromium.org2012-12-053-42/+181
* Add a libvpx video decoder to ClearKeyCdm and move the fake video decoder to ...tomfinegan@chromium.org2012-12-0511-109/+616
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-042-11/+18
* Encrypted Media: Check WebKit::WebRuntimeFeatures::isEncryptedMediaEnabled() ...xhwang@chromium.org2012-12-041-4/+2
* Fix a bug that hasVideo() always returns true even after we have the size infoqinmin@chromium.org2012-11-302-2/+7
* Encrypted Media: No NeedKey if --enable-encrypted-media is not set.xhwang@chromium.org2012-11-303-32/+37
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-284-41/+39
* Move all BufferedDataSource::Read() related state to a ReadOperation helper c...scherkus@chromium.org2012-11-283-119/+127
* Allow get/putCurrentFrame called from compositing thread for WebMediaPlayerMS.wjia@chromium.org2012-11-282-15/+33
* Free (and pause) audio resources when getting a phone callmiguelg@chromium.org2012-11-282-0/+7
* add owners file to webkit/media/androidmiguelg@chromium.org2012-11-281-0/+4
* Run outstanding BufferedDataSource read callbacks before running the stop com...scherkus@chromium.org2012-11-263-10/+48
* Release video resources when switching tabs or leave clankqinmin@chromium.org2012-11-262-4/+4
* 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