summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change the code to use 2 buffers on presumable good Windows boxes.enal@chromium.org2012-06-151-1/+1
* Revert 142430 - Do not stop audio physical stream immediately after logical o...kkania@chromium.org2012-06-151-1/+1
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-151-1/+1
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-131-1/+1
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-121-1/+1
* Revert 141476 - Do not stop audio physical stream immediately after logical o...sail@chromium.org2012-06-111-1/+1
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-111-1/+1
* Fix dropped Play event when there's a pending pause.dalecurtis@chromium.org2012-05-091-1/+49
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-2/+2
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-2/+2
* Move media/audio files into media namespacevrk@google.com2012-04-021-2/+2
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-261-7/+20
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-6/+6
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-031-278/+12
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-031-8/+6
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Enable the AudioOutputController tests on all bots.tommi@chromium.org2011-12-141-31/+0
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-22/+55
* 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