| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix AudioManager shutdown | acolwell@chromium.org | 2010-12-23 | 6 | -2/+30 |
* | Set scoped IO access when closing the audio input thread to allow joining. | leandrogracia@chromium.org | 2010-12-22 | 1 | -0/+11 |
* | Mark FakeAudioInputTest.BasicCallbacks as flaky. | phajdan.jr@chromium.org | 2010-12-17 | 1 | -1/+2 |
* | (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi... | kbr@google.com | 2010-12-16 | 2 | -1/+60 |
* | Move audio output number limit to AudioManager. | sergeyu@chromium.org | 2010-11-30 | 5 | -14/+97 |
* | Implemented AudioOutputProxy. | sergeyu@chromium.org | 2010-11-24 | 13 | -2/+866 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -2/+1 |
* | Fix compilation of audio_manager_win.cc in Win Release. | tony@chromium.org | 2010-11-19 | 1 | -87/+91 |
* | On windows, send audio hardware info with speech input requests if user conse... | satish@chromium.org | 2010-11-19 | 5 | -1/+127 |
* | Simplified AudioOutputStream interface. | sergeyu@chromium.org | 2010-11-11 | 44 | -400/+319 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 2 | -6/+6 |
* | FBTF: Hopefully, the last ctor patch. | erg@google.com | 2010-10-27 | 2 | -1/+3 |
* | Fix excessive IPCs by audio renderer. | sergeyu@chromium.org | 2010-10-26 | 1 | -2/+7 |
* | audio use table for channels to mask to allow more of the surround options | fbarchard@chromium.org | 2010-10-26 | 1 | -19/+39 |
* | add channel mask for 6.1 surround when 7 channel audio is specified | fbarchard@chromium.org | 2010-10-22 | 1 | -10/+21 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 4 | -1/+6 |
* | Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ... | scherkus@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - media/. | pkasting@chromium.org | 2010-10-19 | 2 | -6/+4 |
* | Fix the issue with audio ended event on Ubuntu 10.10. | sergeyu@chromium.org | 2010-10-19 | 2 | -11/+4 |
* | add wave out extensible support for 5.1 surround sound | fbarchard@chromium.org | 2010-10-18 | 2 | -18/+36 |
* | Coverity: Initialize data members in constructor. | kmadhusu@chromium.org | 2010-10-18 | 1 | -1/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 18 | -148/+312 |
* | Remove a disabled and unneeded test. | vandebo@chromium.org | 2010-09-24 | 1 | -18/+0 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-17 | 3 | -81/+81 |
* | Fix a typo in a comment. | evan@chromium.org | 2010-09-16 | 1 | -1/+2 |
* | Revert 59600 - Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 3 | -83/+83 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 3 | -83/+83 |
* | Fixed crash in AudioOutputController. | sergeyu@chromium.org | 2010-09-14 | 2 | -12/+20 |
* | 3 channel test removed | fbarchard@chromium.org | 2010-09-13 | 1 | -0/+2 |
* | fix for mock failure in alsa unittest with downmix | fbarchard@chromium.org | 2010-09-13 | 1 | -1/+1 |
* | enable folding code for 6.1 and 7.1 surround sound. | fbarchard@chromium.org | 2010-09-13 | 5 | -12/+25 |
* | Implement audio recording for Linux via ALSA. | satish@chromium.org | 2010-09-02 | 10 | -83/+492 |
* | This test now works for the mac audio capture code as well, and in a future C... | satish@chromium.org | 2010-09-02 | 12 | -150/+68 |
* | Fixed OpenBSD build. | sergeyu@chromium.org | 2010-09-02 | 2 | -33/+7 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 38 | -429/+374 |
* | Guarantee PPAPI Audio playbacks are stopped in Pause(). | neb@chromium.org | 2010-08-31 | 1 | -0/+7 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 2 | -1/+1 |
* | Displays a speech input UI bubble during speech recognition. | satish@chromium.org | 2010-08-27 | 1 | -0/+3 |
* | Add missing backslash to fix build break caused by | satish@chromium.org | 2010-08-27 | 1 | -1/+1 |
* | Mac audio input implementation | joth@chromium.org | 2010-08-27 | 6 | -17/+392 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-25 | 26 | -236/+367 |
* | Revert 57254 - Share one thread between all AudioOutputControllers instead of... | scherkus@chromium.org | 2010-08-24 | 21 | -347/+228 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-24 | 21 | -228/+347 |
* | Allow unit tests to use a mock audio input controller. | satish@chromium.org | 2010-08-10 | 4 | -3/+179 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -2/+0 |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 2 | -3/+2 |
* | Uninitialized member in AudioInputController. | finnur@chromium.org | 2010-08-02 | 1 | -0/+1 |
* | GTTF: more FRIEND_TEST_ALL_PREFIXES | phajdan.jr@chromium.org | 2010-07-27 | 1 | -21/+24 |