summaryrefslogtreecommitdiffstats
path: root/webkit/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split BufferedResourceLoader's network callback into separate loading state a...scherkus@chromium.org2012-07-106-179/+151
* Add ProxyDecryptor which wraps concrete Decryptor implementations.xhwang@chromium.org2012-06-297-22/+201
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-06-201-4/+8
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-203-23/+17
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-201-1/+5
* Add Decryptor interface.xhwang@chromium.org2012-06-196-16/+15
* Request all response headers be exposed to BufferedResourceLoader since it ne...fischman@chromium.org2012-06-181-0/+1
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-164-81/+186
* Coverity: Initialize member variables.jhawkins@chromium.org2012-06-121-3/+4
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-127-56/+46
* Delete bytesLoaded() from WebMediaPlayer implementations now that WebKit no l...fischman@chromium.org2012-06-104-31/+1
* Delete no-longer-used single-arg WebMediaPlayer{Impl,Android}::load() method.fischman@chromium.org2012-06-104-14/+0
* Adding the logic for releasing decoder resources in WebMediaPlayerManagerAndroidqinmin@chromium.org2012-06-084-22/+89
* Unbreak sending cookies with crossorigin-free media elements.fischman@chromium.org2012-06-071-0/+1
* More prep for CORS support in WebKit/chromium.fischman@chromium.org2012-06-0710-0/+36
* Add CORS-awareness to HTML5 media elements.fischman@chromium.org2012-06-0610-20/+76
* Move AesDecryptor out of FFmpegVideoDecoder.xhwang@chromium.org2012-06-054-4/+19
* Stop dropping buffering updates on the floor for small media resources.fischman@chromium.org2012-06-053-7/+17
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-041-1/+3
* use WebKit::WebMediaPlayer for delegate interface, instead of webkit_media::W...wjia@chromium.org2012-06-021-5/+6
* Upstream implementation for embedded video for WebMediaPlayerAndroidqinmin@chromium.org2012-06-016-13/+292
* Prepare WebMediaPlayerAndroid for bytesLoaded() -> didLoadingProgress() trans...fischman@chromium.org2012-06-012-38/+50
* Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...fischman@chromium.org2012-05-302-2/+17
* Track buffered byte ranges correctly in media::Pipeline.fischman@chromium.org2012-05-303-29/+18
* This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...annacc@chromium.org2012-05-293-4/+4
* Unbreak http/tests/media/video-cookie.html b/c of overzealous sanity check.fischman@chromium.org2012-05-251-1/+1
* Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...fischman@chromium.org2012-05-257-4/+255
* Expose HTTP version number in responses.fischman@chromium.org2012-05-221-1/+6
* Fix crash in UMA reporting of accelerated compositing in WebGL codepaths.fischman@chromium.org2012-05-211-3/+7
* Fix reporting of Media.AcceleratedCompositingActive when false.fischman@chromium.org2012-05-191-2/+8
* Move webkit/media tests from test_shell_tests into content_unitteststony@chromium.org2012-05-162-16/+17
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-124-31/+12
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-124-12/+31
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-114-31/+12
* remove WEBKIT_USING_SKIAjamesr@chromium.org2012-05-111-4/+0
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-102-58/+0
* Report correct buffered TimeRanges instead of faking a single TimeRange.fischman@chromium.org2012-05-101-15/+7
* Add codecs parameter to sourceAddId() and improve supported codecs detection ...acolwell@chromium.org2012-05-094-5/+36