summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* fix link on Windows component buildscottmg@google.com2012-08-301-0/+1
* Convert WebAudio file handlers to use AudioBus.dalecurtis@chromium.org2012-08-301-13/+7
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-295-9/+21
* Hook up CDM calls in CdmWrapper.xhwang@chromium.org2012-08-283-136/+255
* Connect PpapiDecryptor and PluginInstance.xhwang@chromium.org2012-08-282-31/+62
* Support setting an explicit duration on MediaSource objectsvrk@chromium.org2012-08-284-0/+16
* Update CDM interface and add clear key CDM.xhwang@chromium.org2012-08-275-32/+400
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-221-16/+46
* Revert 152672 - Update CDM interface and add clear key CDM.hbono@chromium.org2012-08-225-406/+31
* Update CDM interface and add clear key CDM.xhwang@chromium.org2012-08-215-31/+406
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-183-93/+13
* Add ContentDecryptionModule interface.xhwang@chromium.org2012-08-171-0/+150
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-173-0/+265
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-174-47/+68
* Address post commit nits for r151132acolwell@chromium.org2012-08-151-2/+0
* Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of doublevrk@google.com2012-08-143-3/+5
* Exclude more files from Android buildwangxianzhu@chromium.org2012-08-141-0/+5
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-122-5/+7
* Disable 'Save Video As' option for MediaSource and MediaStream URLs.acolwell@chromium.org2012-08-102-1/+5
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-101-7/+4
* Merge Pipeline's kError state with kStopped: a baby step towards bringing san...scherkus@chromium.org2012-08-092-17/+4
* Re-add sourceSetTimestampOffset to webmediaplayer_implannacc@chromium.org2012-08-092-0/+7
* Cancel pending seek in ChunkDemuxer when a new seek occursvrk@chromium.org2012-08-083-0/+7
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-073-3/+3
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-075-32/+17
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-067-60/+0
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-035-14/+399
* Report that we're no longer downloading when the resource loader has finished...scherkus@chromium.org2012-08-032-6/+25
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-024-16/+19
* Update media duration if data is appended after the previous durationvrk@google.com2012-08-021-1/+13
* Fix a renderer crash when media elements get deletedqinmin@chromium.org2012-08-012-31/+14
* Dead member removal, courtesy of Scythe, %/media/% edition.fischman@chromium.org2012-07-312-2/+0
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-1/+0
* Chrome-side implementation of media source timestamp offsetvrk@google.com2012-07-274-0/+13
* Add PpapiDecryptor which wraps a CDM plugin.xhwang@chromium.org2012-07-238-37/+282
* Remove use of PipelineStatus from BufferedDataSource and FileDataSource.scherkus@chromium.org2012-07-235-54/+39
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-232-4/+3
* Fix a rebase error in ProxyDecryptor::Decrypt()xhwang@chromium.org2012-07-191-2/+5
* Update media OWNERS.scherkus@chromium.org2012-07-191-3/+2
* Upstream ContentVideoView.java content_video_view.* media_metadata_android.*cramya@chromium.org2012-07-183-0/+79
* WebMediaPlayerImpl needs to own the audio source provider.rtoy@google.com2012-07-162-0/+13
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-152-6/+7
* Collapse Should{Enable,Disable}Defer() into ShouldDefer() + simplify some oth...scherkus@chromium.org2012-07-142-52/+16
* Implement ChunkDemuxer::GetStartTime()vrk@chromium.org2012-07-141-1/+6
* Fold RestartLoadingTask() into ReadCallback() as the method is called on the ...scherkus@chromium.org2012-07-123-34/+14
* Collapse HTTP and non-HTTP codepaths into single methods.scherkus@chromium.org2012-07-114-145/+50
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Use maximum capacity instead of a ratio of capacity for BufferedResourceLoader.scherkus@chromium.org2012-07-115-50/+27
* Write file:// tests for BufferedDataSource and fix some bugs as a result.scherkus@chromium.org2012-07-115-54/+212
* Remove expectations and comments that were accidentally committed in r145851.scherkus@chromium.org2012-07-101-3/+0