| Commit message (Expand) | Author | Age | Files | Lines |
* | Limit frequency of audio to 48000. | fbarchard@chromium.org | 2009-11-05 | 1 | -0/+9 |
* | SetVolume and GetVolume take one volume instead of separate left and right vo... | fbarchard@chromium.org | 2009-11-04 | 3 | -8/+11 |
* | Quick fix for Alsa stutter - Wake up sooner. | fbarchard@chromium.org | 2009-10-22 | 1 | -0/+3 |
* | Move Alsa device opening into the audio thread, and add in support for multi-... | ajwong@chromium.org | 2009-10-16 | 6 | -117/+655 |
* | Pad time to next audio data write to compensate for nanosleep inaccuracy on l... | ajwong@chromium.org | 2009-10-15 | 1 | -0/+10 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -1/+1 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Provide unplayed bytes ALSA implementation of audio | hclam@chromium.org | 2009-08-24 | 4 | -3/+32 |
* | Providing unplayed bytes in audio hardware buffer | hclam@chromium.org | 2009-08-24 | 3 | -8/+11 |
* | Threadsafe access to AudioSource callback. Release stream on close. Handle er... | ajwong@chromium.org | 2009-08-21 | 5 | -46/+151 |
* | Enabled mono playback support for Linux. | scherkus@chromium.org | 2009-08-20 | 2 | -5/+20 |
* | Reimplement the AlsaPcmOutputStream and fix the threading issues. | ajwong@chromium.org | 2009-08-04 | 7 | -509/+1135 |
* | Software volume control hook-up in linux. | ajwong@chromium.org | 2009-07-25 | 2 | -3/+14 |
* | Refactoring to share MockAudioOutputStream implementations across 3 platforms | hclam@google.com | 2009-07-22 | 4 | -17/+10 |
* | Revert r21137 to fix Chromium mac valgrind | hclam@chromium.org | 2009-07-21 | 4 | -10/+17 |
* | Refactoring to share MockAudioOutputStream implementations across 3 platforms | hclam@chromium.org | 2009-07-21 | 4 | -17/+10 |
* | Changing overstrict CHECKs to just setting the object into an invalid state. | ajwong@chromium.org | 2009-06-20 | 1 | -5/+17 |
* | Change default audio device from "plug:default" to "default". | ajwong@chromium.org | 2009-05-27 | 3 | -4/+5 |
* | Third attempt at http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 4 | -3/+782 |
* | Revert r16622 | estade@chromium.org | 2009-05-21 | 4 | -782/+3 |
* | Reapply http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 4 | -3/+782 |
* | Revert http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 4 | -782/+3 |
* | This iteration creates one message loop per audio output stream that is respo... | ajwong@chromium.org | 2009-05-21 | 4 | -3/+782 |
* | Construct AudioRendererHost in BrowserRendererProcessHost, also construct | hclam@chromium.org | 2009-02-11 | 1 | -0/+10 |