| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding delay estimation to input audio. | xians@chromium.org | 2011-10-04 | 1 | -2/+3 |
* | Reland r102332 - export more symbols needed for the component build | dpranke@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert "Fix more symbol exports and a compile failure for the component build... | dpranke@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Fix more symbol exports and a compile failure for the component build of | dpranke@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 1 | -5/+3 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 1 | -3/+5 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 1 | -5/+3 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 1 | -3/+5 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 1 | -5/+3 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 1 | -3/+3 |
* | Fix bug when unplugging an audio input device whilst using speech input on Wi... | allanwoj@chromium.org | 2011-06-15 | 1 | -0/+10 |
* | Implements AudioInputDevice API for low-latency audio input in the browser pr... | scherkus@chromium.org | 2011-04-12 | 1 | -6/+35 |
* | 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 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Simplified AudioOutputStream interface. | sergeyu@chromium.org | 2010-11-11 | 1 | -6/+3 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 1 | -10/+3 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-25 | 1 | -0/+1 |
* | Revert 57254 - Share one thread between all AudioOutputControllers instead of... | scherkus@chromium.org | 2010-08-24 | 1 | -1/+0 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | Allow unit tests to use a mock audio input controller. | satish@chromium.org | 2010-08-10 | 1 | -3/+27 |
* | Add an AudioInputController to help with audio recording. | satish@chromium.org | 2010-07-16 | 1 | -0/+121 |