summaryrefslogtreecommitdiffstats
path: root/media/base/mock_filters.h
Commit message (Expand)AuthorAgeFilesLines
* media: bit stream converterjiesun@google.com2010-08-131-0/+1
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-111-0/+2
* Revert 55603nsylvain@chromium.org2010-08-111-2/+0
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-101-0/+2
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-6/+11
* refactoring decoder interfacejiesun@google.com2010-05-261-2/+8
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-10/+10
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-3/+4
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-181-32/+4
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-0/+2
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+12
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-011-1/+12
* Missing buffered attribute for <video>/<audio>hclam@google.com2009-07-301-0/+12
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-1/+1
* Nice and easy fix for the media clock interpolating past the duration.scherkus@chromium.org2009-07-291-0/+6
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-3/+2
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-3/+3
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-17/+80
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-80/+17
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-17/+80
* Converted remaining tests to use gmock and deleted all old mocking code.scherkus@chromium.org2009-07-101-1/+50
* Manually declare media_format() because gmock does not like mocking non-copya...scherkus@chromium.org2009-07-091-4/+12
* Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based M...scherkus@chromium.org2009-07-091-2/+1
* Wrote gmock-based mock filters and a mock filter factory.scherkus@chromium.org2009-07-081-0/+175
* Checking in media/base/mock_filters.h, a new set of mock filters based on gmock.scherkus@chromium.org2009-06-231-0/+48