summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/audio_renderer_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a parameter to CreateAudioStream to choose between standard and low-laten...neb@chromium.org2010-03-231-13/+14
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Implement low-latency audio on Pepper.neb@chromium.org2010-02-081-4/+7
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-29/+30
* Low latency audio render host preliminariescpu@chromium.org2010-01-151-17/+66
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-13/+13
* Use ChromeThread::DeleteOnIOThread in a few places where an object must be de...jam@chromium.org2009-11-031-13/+4
* Sixth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-33/+30
* Removing a synchronous pause that reduces impact on the IO threadhclam@chromium.org2009-10-161-36/+63
* Pause for <video> should have immediate effect on audiohclam@chromium.org2009-09-171-1/+1
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-12/+12
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-241-44/+8
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-111-28/+32
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Fix a memory leak in AudioRendererHost unit testhclam@chromium.org2009-07-131-1/+2
* Revert 20451 because it caused memory leaks.nsylvain@chromium.org2009-07-131-2/+1
* Unit tests for AudioRendererHosthclam@chromium.org2009-07-111-1/+2
* Fix a bug in AudioRendererHost and add hooks for testhclam@chromium.org2009-07-101-4/+7
* Add some limits to incoming audio stream requests to avoid allocating massivecevans@chromium.org2009-06-301-0/+12
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-161-1/+24
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-051-126/+149
* Measure IPC latency for audiohclam@chromium.org2009-05-011-5/+32
* Use histogram in AudioRendererHost to measure IPC audio latencyhclam@chromium.org2009-04-081-2/+17
* Fix some threading issues and some refactoring in AudioRendererHosthclam@chromium.org2009-04-071-101/+295
* Implementation of AudioRendererHosthclam@chromium.org2009-02-271-97/+165
* Add render view id to AudioRendererHosthclam@chromium.org2009-02-171-33/+47
* Rollback my change that seems to break some tests.hclam@chromium.org2009-02-141-47/+33
* Add render view id to AudioRendererHosthclam@chromium.org2009-02-141-33/+47
* Fix a memory leak caused by AudioRenedererHost.hclam@chromium.org2009-02-121-2/+2
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-111-11/+46
* AudioRendererHost and unit test fileshclam@chromium.org2009-02-041-0/+174