| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix race condition (bug 108685). | enal@chromium.org | 2012-01-05 | 1 | -2/+7 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 1 | -4/+25 |
* | Implement polling for data becoming ready when starting audio stream. | enal@chromium.org | 2011-11-09 | 1 | -3/+6 |
* | Stop audio streams in all codepaths that need it. | fischman@chromium.org | 2011-10-24 | 1 | -0/+3 |
* | Harden audio output controller making it safe to call Pause() before Play() r... | enal@chromium.org | 2011-10-24 | 1 | -18/+27 |
* | Fix problem when we did not play beginning of HTML5 audio stream in low laten... | enal@chromium.org | 2011-10-13 | 1 | -0/+19 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -1/+3 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 1 | -3/+3 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 1 | -1/+1 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 1 | -1/+1 |
* | [Reverted due to check_deps failure] | zea@chromium.org | 2011-07-15 | 1 | -5/+5 |
* | Fix problem when 'ended' event was fired before stream really ended. | enal@chromium.org | 2011-07-15 | 1 | -5/+5 |
* | Change audio renderer to communicate with host using low latency codepath. | enal@chromium.org | 2011-07-07 | 1 | -0/+4 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 1 | -3/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Simplified AudioOutputStream interface. | sergeyu@chromium.org | 2010-11-11 | 1 | -6/+1 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 1 | -10/+9 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-17 | 1 | -7/+8 |
* | Revert 59600 - Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 1 | -8/+7 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 1 | -7/+8 |
* | Fixed crash in AudioOutputController. | sergeyu@chromium.org | 2010-09-14 | 1 | -0/+4 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 1 | -11/+3 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-25 | 1 | -6/+8 |
* | Revert 57254 - Share one thread between all AudioOutputControllers instead of... | scherkus@chromium.org | 2010-08-24 | 1 | -8/+6 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-24 | 1 | -6/+8 |
* | Rename a header and some methods to make way for subsequent audio recording a... | satish@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Renamed AudioController to AudioOutputController. | satish@chromium.org | 2010-07-09 | 1 | -0/+214 |