| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add an AudioInputController to help with audio recording. | satish@chromium.org | 2010-07-16 | 3 | -0/+406 |
| * | Audio pause and seek better | hclam@chromium.org | 2010-07-15 | 2 | -19/+69 |
| * | AudioController sets volume to 1.0 by default | hclam@chromium.org | 2010-07-15 | 1 | -1/+1 |
| * | Add a fake audio input stream for testing purposes. | satish@chromium.org | 2010-07-15 | 6 | -1/+198 |
| * | Fixed ended event when playing audio on linux. | sergeyu@chromium.org | 2010-07-14 | 3 | -43/+3 |
| * | Add recording capability to AudioManager, and implemented on windows using th... | satish@chromium.org | 2010-07-14 | 13 | -5/+693 |
| * | Rename a header and some methods to make way for subsequent audio recording a... | satish@chromium.org | 2010-07-12 | 25 | -151/+157 |
| * | Renamed AudioController to AudioOutputController. | satish@chromium.org | 2010-07-09 | 3 | -107/+122 |
| * | Rewrite AudioRendererHost to use AudioController | hclam@chromium.org | 2010-07-07 | 3 | -14/+31 |