summaryrefslogtreecommitdiffstats
path: root/media/audio/null_audio_sink.cc
Commit message (Expand)AuthorAgeFilesLines
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-181-1/+1
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-171-1/+1
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-141-1/+1
* Add RestartableAudioRendererSink, a restartable AudioRendererSink.sandersd2015-11-091-6/+10
* Introduce OutputDevice interface.guidou2015-07-311-5/+2
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-161-0/+8
* Revert of Add support for the audio-output-device switching IPC mechanism to ...jmadill2015-06-151-8/+0
* Add support for the audio-output-device switching IPC mechanism to the render...guidou2015-06-151-0/+8
* Moved the fake input stream's processing onto the audio worker thread.phoglund2015-02-231-9/+10
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-9/+9
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-161-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Introduce AudioHash for fuzzy audio matching.dalecurtis@chromium.org2013-03-201-45/+5
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-151-76/+63
* Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...pfeldman@chromium.org2013-03-151-52/+77
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-151-77/+52
* Roll FFmpeg DEPS + Fixup FFmpeg tests.dalecurtis@google.com2012-09-281-1/+4
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-14/+7
* Fix playback rate w/o audio. Remove unused SetPlaybackRate().dalecurtis@chromium.org2012-08-011-9/+2
* Remove GetVolume from media::AudioRendererSink.tommi@chromium.org2012-07-141-5/+0
* Fix address casting in audio hashing.dalecurtis@chromium.org2012-06-291-2/+3
* Roll FFmpeg for M21!dalecurtis@google.com2012-06-051-0/+6
* Fix audio hashing. Split hash tests out of normal test.dalecurtis@google.com2012-06-011-10/+28
* Add audio hashing support to pipeline integration tests.dalecurtis@chromium.org2012-05-301-1/+27
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-17/+17
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-091-1/+0
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-061-0/+110