summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media
Commit message (Expand)AuthorAgeFilesLines
* Fixed valgrind breakage by r29848hclam@chromium.org2009-10-231-9/+3
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-235-62/+131
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-0/+1
* Report stalled event correctly for <video>hclam@chromium.org2009-10-163-150/+298
* Coverity: initialize read_attempts_ in BufferedDataSource constructor.mattm@chromium.org2009-10-061-0/+1
* Enable <video> using cachehclam@chromium.org2009-09-303-176/+189
* Revert r27587 that broke the treehclam@chromium.org2009-09-303-141/+178
* Revert r27589 that broke the treehclam@chromium.org2009-09-301-6/+4
* <video> use cache if --enable-byte-range-support is presenthclam@chromium.org2009-09-301-4/+6
* Change how <video> fetch a resource to make it friendly to sparse cachinghclam@chromium.org2009-09-303-178/+141
* Allow <audio> to work in extensionhclam@chromium.org2009-09-211-16/+26
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-212-3/+1
* Remove whiltelist checks for protocol for <audio> and <video>hclam@chromium.org2009-09-181-21/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-214-24/+49
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-214-7/+5
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-213-38/+11
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-213-11/+38
* Refcounting BufferedResourceLoaderhclam@chromium.org2009-08-133-74/+88
* Fix a crash in BufferedDataSourcehclam@chromium.org2009-07-312-2/+19
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-304-4/+15
* Fix build bustage due to r21999hclam@chromium.org2009-07-291-1/+1
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-295-159/+318
* Retry requests that has timed out in BufferedDataSourcehclam@google.com2009-07-293-1/+134
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-228-22/+1949
* Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...ajwong@chromium.org2009-07-221-1/+1
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-2/+2
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-162-12/+21
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-5/+5
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-091-5/+5
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-5/+5
* Refactoring to introduce refcount to WebMediaPlayerImplhclam@chromium.org2009-07-072-14/+15
* Micro-refactor: added VideoRendererBase::OnStop().scherkus@chromium.org2009-06-262-8/+8
* Logic in MediaResourceLoaderBridgeFactory was wronghclam@chromium.org2009-06-261-2/+2
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-255-30/+213
* Renamed media::VideoThread to the more appropriate media::VideoRendererBase.scherkus@chromium.org2009-06-222-6/+6
* Reject invalid URLs in SimpleDataSourcehclam@chromium.org2009-06-181-1/+18
* Fixing a bug in SimpleDataSourcehclam@chromium.org2009-06-171-0/+5
* Cancel SimpleDataSource's request when stopped to prevent asserting.scherkus@chromium.org2009-06-172-22/+79
* Fixing a bug that <video> is not rendered if clipped/mirroredhclam@chromium.org2009-06-151-4/+13
* Fix SimpleDataSource so it doesn't double-initialize.scherkus@chromium.org2009-06-121-3/+3
* The following two layout tests were failed because ofhclam@chromium.org2009-06-111-4/+8
* Enable <video> in test_shellhclam@chromium.org2009-06-114-0/+623