summaryrefslogtreecommitdiffstats
path: root/media/filters/audio_renderer_base.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-1/+1
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-5/+3
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-1/+2
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-1/+1
* Implement accurate seeking by decoding audio/video until we reach our desired...scherkus@chromium.org2010-07-281-0/+2
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-1/+1
* refactoring decoder interfacejiesun@google.com2010-05-261-2/+2
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-3/+3
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-121-0/+5
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-011-17/+11
* Implemented proper pause-then-seek behaviour for the media pipeline.scherkus@chromium.org2009-07-251-9/+26
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-2/+5
* Revert "Splitting media filter's Initialize() into Create() + callback and Se...scherkus@chromium.org2009-07-151-5/+2
* Splitting media filter's Initialize() into Create() + callback and Seek() + c...scherkus@chromium.org2009-07-151-2/+5
* Refactor AudioRendererBase to use scoped_refptr<AudioDecoder>kylep@chromium.org2009-07-061-1/+1
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-161-2/+12
* Trust the asynchronous read protocol and stop posting tasks to the pipeline.scherkus@chromium.org2009-06-121-6/+5
* Refactored queue of audio_renderer_base to use scoped_refptrscherkus@chromium.org2009-06-031-1/+1
* Better seeking for <video> and <audio>hclam@chromium.org2009-05-291-0/+2
* Prototype audio time shift.fbarchard@chromium.org2009-04-231-1/+1
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-301-3/+7
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-3/+3
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-1/+1
* andrew's patchhclam@chromium.org2009-03-171-1/+1
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Refactored AudioRendererImpl and NullAudioRenderer into a new base class Audi...scherkus@chromium.org2009-02-241-0/+109