summaryrefslogtreecommitdiffstats
path: root/media/filters/null_audio_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-0/+2
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-9/+0
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-1/+2
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+2
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-2/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-011-9/+3
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-161-1/+4
* Change NullAudioRenderer to sleep for at least one millisecond to avoid spinn...scherkus@chromium.org2009-05-061-1/+5
* Fixes bug where NullAudioRenderer would join a previously joined thread.scherkus@chromium.org2009-04-291-1/+3
* Prototype audio time shift.fbarchard@chromium.org2009-04-231-1/+1
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-2/+2
* Refactored AudioRendererImpl and NullAudioRenderer into a new base class Audi...scherkus@chromium.org2009-02-241-85/+44
* Fixed NullAudioRenderer gcc break due to not including <cmath>.scherkus@chromium.org2009-02-131-0/+2
* Checking in media::NullAudioRenderer, the equivalent of decoding to /dev/null.scherkus@chromium.org2009-02-131-0/+132