| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the AudioRendererHost by making it a filter, and also so that Resour... | jam@chromium.org | 2010-12-03 | 1 | -42/+12 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -1/+0 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 1 | -6/+2 |
* | Rename ChromeThread to BrowserThread Final Part: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part6: | tfarina@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 1 | -4/+2 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-17 | 1 | -1/+12 |
* | Revert 59600 - Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 1 | -12/+1 |
* | Make AudioOutputController.Close() truly asynchronous. | sergeyu@chromium.org | 2010-09-16 | 1 | -1/+12 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | 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 | -17/+18 |
* | Rewrite AudioRendererHost to use AudioController | hclam@chromium.org | 2010-07-07 | 1 | -228/+101 |
* | Fix audio "clicking" for strongbad demo | hclam@chromium.org | 2010-06-07 | 1 | -5/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -3/+3 |
* | Flush audio data after seek | hclam@chromium.org | 2010-04-08 | 1 | -26/+35 |
* | Add a parameter to CreateAudioStream to choose between standard and low-laten... | neb@chromium.org | 2010-03-23 | 1 | -2/+4 |
* | Remove size_t from audio IPC code. | jam@chromium.org | 2010-02-05 | 1 | -16/+16 |
* | Low latency audio render host preliminaries | cpu@chromium.org | 2010-01-15 | 1 | -0/+12 |
* | Eighth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -3/+6 |
* | SetVolume and GetVolume take one volume instead of separate left and right vo... | fbarchard@chromium.org | 2009-11-04 | 1 | -3/+2 |
* | Use ChromeThread::DeleteOnIOThread in a few places where an object must be de... | jam@chromium.org | 2009-11-03 | 1 | -6/+5 |
* | Sixth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-02 | 1 | -6/+1 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -1/+0 |
* | Providing unplayed bytes in audio hardware buffer | hclam@chromium.org | 2009-08-24 | 1 | -4/+4 |
* | AudioRendererHost send ViewMsg_AudioStreamState | hclam@chromium.org | 2009-08-11 | 1 | -10/+17 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Fix a memory leak in AudioRendererHost unit test | hclam@chromium.org | 2009-07-13 | 1 | -1/+1 |
* | Revert 20451 because it caused memory leaks. | nsylvain@chromium.org | 2009-07-13 | 1 | -1/+1 |
* | Unit tests for AudioRendererHost | hclam@chromium.org | 2009-07-11 | 1 | -1/+1 |
* | Fix a bug in AudioRendererHost and add hooks for test | hclam@chromium.org | 2009-07-10 | 1 | -86/+97 |
* | Since the introduction of PushSource, there are two buffering layers in the | hclam@chromium.org | 2009-06-16 | 1 | -1/+8 |
* | Changed to use PushSource for the intermediate buffer | hclam@chromium.org | 2009-06-05 | 1 | -32/+96 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -1/+1 |
* | Fix some threading issues and some refactoring in AudioRendererHost | hclam@chromium.org | 2009-04-07 | 1 | -69/+125 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Implementation of AudioRendererHost | hclam@chromium.org | 2009-02-27 | 1 | -56/+102 |
* | Add render view id to AudioRendererHost | hclam@chromium.org | 2009-02-17 | 1 | -36/+42 |
* | Rollback my change that seems to break some tests. | hclam@chromium.org | 2009-02-14 | 1 | -42/+36 |
* | Add render view id to AudioRendererHost | hclam@chromium.org | 2009-02-14 | 1 | -36/+42 |
* | Fix a memory leak caused by AudioRenedererHost. | hclam@chromium.org | 2009-02-12 | 1 | -2/+3 |
* | Construct AudioRendererHost in BrowserRendererProcessHost, also construct | hclam@chromium.org | 2009-02-11 | 1 | -4/+34 |
* | AudioRendererHost and unit test files | hclam@chromium.org | 2009-02-04 | 1 | -0/+132 |