summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/audio_input_device.cc
Commit message (Expand)AuthorAgeFilesLines
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-7/+8
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-8/+7
* Move media/audio files into media namespacevrk@google.com2012-04-021-7/+8
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-8/+44
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-20/+5
* Don't clear the callback object inside Stop().tommi@chromium.org2012-03-171-4/+8
* Set callback_ to NULL inside Stop.tommi@chromium.org2012-03-121-2/+9
* Don't dereference the callback_ pointer in OnStateChanged if the device has b...tommi@chromium.org2012-03-101-5/+5
* Stop the AudioDeviceThread when the IO loop goes away.tommi@chromium.org2012-03-011-2/+13
* Use the current message loop instead of the main message loop to join the aud...tommi@chromium.org2012-02-271-4/+2
* Stop the audio thread from within Stop (and not from the IO thread).tommi@chromium.org2012-02-141-17/+7
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-131-0/+2
* Introduce a new class to manage the threads for AudioDevice and AudioInputDev...tommi@chromium.org2012-02-101-92/+67
* Removes usage of the term low-latency in AudioInputRendererHost.henrika@chromium.org2012-02-091-6/+5
* Monitor the IO message loop in the AudioDevice classes.tommi@chromium.org2012-02-071-44/+44
* Switch back to 'int' instead of uint32 and call CancelIo before closing the s...tommi@chromium.org2012-02-031-1/+1
* Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.tommi@chromium.org2012-01-301-40/+39
* Fixed CID 102675, uninitialized member varsgroby@chromium.org2011-12-221-0/+2
* There is a racing between SyncSocket::Receive in audio_thread_ and SyncSocket...xians@chromium.org2011-12-071-25/+32
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-8/+11
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-0/+4
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-071-6/+7
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-2/+2
* Implementation of AudioInputStream for Mac OS X using the special AUHAL input...henrika@chromium.org2011-10-051-0/+5
* Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...xians@chromium.org2011-09-201-23/+107
* Refactor AudioDevice to remove race conditions in the Start() and Stop().xians@chromium.org2011-09-131-6/+6
* Refactor AudioInputDevice to remove race conditions and allow more flexible c...henrika@chromium.org2011-08-251-22/+57
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-231-3/+3
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-17/+11
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-11/+17
* Ensures that AudioMessageFilter now lives on the main render thread.henrika@chromium.org2011-07-121-62/+20
* Move media-related IPC message definitions from content/common/ to content/co...scherkus@chromium.org2011-06-171-1/+1
* Moves audio files from content/renderer/ to content/renderer/media.scherkus@chromium.org2011-06-141-0/+241