summaryrefslogtreecommitdiffstats
path: root/media/filters/file_data_source.h
Commit message (Expand)AuthorAgeFilesLines
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-7/+2
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-4/+4
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+2
* 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-3/+2
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-1/+2
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-2/+1
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-1/+2
* Added new gmock-based MockFilterHost and deprecated the old one.scherkus@chromium.org2009-07-091-5/+9
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-301-0/+1
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-1/+1
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-041-1/+1
* A very basic implementation of a data source, which opens a file. Implementa...ralphl@chromium.org2009-02-121-0/+64