summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-3/+6
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-241-0/+3
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-241-18/+27
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-131-0/+19
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+3
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+3
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-1/+1
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-1/+1
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-1/+1
* Create media.dlldarin@chromium.org2011-08-041-1/+1
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-5/+5
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-5/+5
* Change audio renderer to communicate with host using low latency codepath.enal@chromium.org2011-07-071-0/+4
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-6/+1
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-10/+9
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-171-7/+8
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-8/+7
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-7/+8
* Fixed crash in AudioOutputController.sergeyu@chromium.org2010-09-141-0/+4
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-11/+3
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-6/+8
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-8/+6
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-6/+8
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-091-0/+214