summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/audio_renderer_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-191-480/+0
* Avoid a possible race between entry deletion and a command, in the event acevans@chromium.org2011-01-131-2/+2
* Fix indents. I am used to webkit style, so did it wrong in last commit.inferno@chromium.org2011-01-061-1/+1
* Turn the volume range check into a bail out return to prevent browser crash.inferno@chromium.org2011-01-061-2/+3
* Make BrowserMessageFilter support dispatching messages on different threads.jam@chromium.org2010-12-101-7/+4
* Simplify the AudioRendererHost by making it a filter, and also so that Resour...jam@chromium.org2010-12-031-96/+27
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-301-38/+0
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-4/+3
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-14/+13
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-5/+4
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+9
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-5/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-5/+5
* Rename ChromeThread to BrowserThread Part6:tfarina@chromium.org2010-10-081-37/+37
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-15/+30
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-15/+4
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-171-30/+35
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-35/+30
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-30/+35
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-14/+6
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Coverity issues 11559, 9326, 9325, 9317: Uninitialized members in browser/ren...finnur@chromium.org2010-07-231-1/+2
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-091-23/+26
* Rewrite AudioRendererHost to use AudioControllerhclam@chromium.org2010-07-071-460/+341
* AudioController to perform audio operations on a separate threadhclam@chromium.org2010-06-071-3/+5
* Fix audio "clicking" for strongbad demohclam@chromium.org2010-06-071-38/+48
* Looping for audio / videohclam@chromium.org2010-04-141-1/+5
* Too many audio hangs Leopardhclam@chromium.org2010-04-131-7/+50
* Flush audio data after seekhclam@chromium.org2010-04-081-20/+32
* 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