summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-241-0/+45
* Fix DCHECK() when running test on Linux.enal@chromium.org2011-10-151-1/+1
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-131-0/+54
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+4
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-1/+1
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-1/+1
* Description:annacc@chromium.org2011-05-161-10/+10
* Revert 74590 - Disable AudioOutputControllerTest.CreateAndClose since it cras...sergeyu@chromium.org2011-02-121-5/+0
* Disable AudioOutputControllerTest.CreateAndClose since it crashes on Windows ...maruel@chromium.org2011-02-111-0/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-19/+15
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-37/+51
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-171-16/+29
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-29/+16
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-16/+29
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-19/+19
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-0/+1
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-10/+33
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-33/+10
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-10/+33
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Audio pause and seek betterhclam@chromium.org2010-07-151-15/+63
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-7/+7
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-091-0/+237