summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/simple_data_source.h
Commit message (Expand)AuthorAgeFilesLines
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+3
* Scale BufferedResourceLoader buffering window based on bit rate of videovrk@google.com2011-09-081-0/+1
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-2/+2
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-091-0/+5
* Revert 93723 - Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-271-2/+2
* Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-221-2/+2
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-201-5/+0
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-181-2/+3
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-131-1/+1
* Fix clang build.pfeldman@chromium.org2011-04-071-1/+2
* Implementing preload=metadata for videovrk@google.com2011-04-051-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-4/+16
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-5/+5
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-24/+48
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-48/+24
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-2/+2
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-24/+48
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-1/+7
* Remove GetURLForDebugging().pkasting@chromium.org2010-10-231-1/+0
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-23/+4
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-2/+2
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+2
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-2/+2
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+2
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-0/+1
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+2
* Make GetURLForDebugging return a const GURL.tony@chromium.org2009-10-281-1/+1
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-0/+7
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-1/+3
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-1/+1
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-4/+2
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-1/+5
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-251-11/+19
* Cancel SimpleDataSource's request when stopped to prevent asserting.scherkus@chromium.org2009-06-171-1/+16
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+89