summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* Update some #includes for headers that have been moved to the new Platform di...pilgrim@chromium.org2013-02-063-3/+3
* ExternalClearKey: Use 2 threads for decoding in libvpx.tomfinegan@chromium.org2013-02-061-1/+3
* Fix maxTimeSeekable() so it returns 0 when the pipeline doesn't have a durati...acolwell@chromium.org2013-02-051-0/+5
* Remove reference counting from media::AudioRenderer and friends.scherkus@chromium.org2013-02-051-4/+6
* Enabling External Clear Key CDM on Mac OSdkovalev@chromium.org2013-02-052-1/+15
* Remove reference counting from media::VideoRenderer and friends.scherkus@chromium.org2013-02-051-3/+3
* Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...scherkus@chromium.org2013-02-053-35/+17
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Pass in media message loop to AudioRendererImpl and enforce calling on the ri...scherkus@chromium.org2013-01-311-1/+3
* Fix set duration edge cases. acolwell@chromium.org2013-01-302-19/+89
* Allow a null initData for external CDMs.ddorwin@chromium.org2013-01-301-1/+2
* Ensure FFmpegAudioDecoder passes aligned channel pointers.dalecurtis@chromium.org2013-01-301-6/+6
* Tighten up media::DecoderBuffer API contract for end of stream buffers (round...scherkus@chromium.org2013-01-284-13/+27
* Make webkit_media build on Win64jschuh@chromium.org2013-01-261-0/+2
* In ConfigureInputBuffer make sure IV is NULL when IV size is 0.xhwang@chromium.org2013-01-251-3/+10
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-251-0/+7
* Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...xians@chromium.org2013-01-241-1/+1
* Set WebMediaPlayerMS network state to loading instead of loadedvrk@chromium.org2013-01-241-2/+1
* Revert 177842. This doesn't build in standalone webkit builds:thakis@chromium.org2013-01-211-7/+0
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-191-0/+7
* Update media::DataBuffer API to match media::DecoderBuffer.scherkus@chromium.org2013-01-171-1/+1
* Update some #includes in webkit/media/crypto for headers that were moved from...pilgrim@chromium.org2013-01-163-4/+4
* Update some #includes in webkit/media/android for headers that were moved fro...pilgrim@chromium.org2013-01-164-7/+7
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-161-1/+0
* Update some #includes in webkit/media for headers in the new Platform directorypilgrim@chromium.org2013-01-1514-33/+32
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-152-0/+2
* Android: Fix compile errors in content_browsertestsnileshagrawal@chromium.org2013-01-151-2/+5
* Encrypted Media: Enforcing the CDM to decode audio into S16 integers.xhwang@chromium.org2013-01-153-44/+116
* Ensure keySystem is always provided in keyerror events from Pepper CDMs.ddorwin@chromium.org2013-01-101-32/+75
* Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourcePr...scherkus@chromium.org2013-01-107-35/+226
* Have WebMediaPlayerImpl maintain a reference to AudioRendererSink.scherkus@chromium.org2013-01-092-0/+7
* Encrypted Media: Reduce DecryptAndDecodeAudio log level in PpapiDecryptor.xhwang@chromium.org2013-01-091-1/+1
* Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/danakj@chromium.org2013-01-077-107/+13
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-1/+2
* Fix GYP dependencies since active_loader.cc relies on WebFrame.hpilgrim@chromium.org2013-01-031-0/+6
* Change PipelineStatusCB to Closure for ended callbacks.wolenetz@chromium.org2013-01-032-6/+2
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-025-63/+143
* Revert "Add wrapper class to media for support of VP9 video, and add a comman...fsamuel@chromium.org2012-12-281-7/+0
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-2210-207/+202
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-221-0/+7
* Fix indentation in webkit/media/webmediaplayer_impl.ccscherkus@chromium.org2012-12-211-3/+3
* Revert 174311kinaba@chromium.org2012-12-211-7/+0
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-211-0/+7
* 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