summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/audio_input_renderer_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-051-2/+2
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-11/+11
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-11/+11
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-11/+11
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+2
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-11/+11
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-11/+11
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-30/+21
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Make SharedMemory track the size that was actually mappedjschuh@chromium.org2013-03-281-1/+1
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-9/+6
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-201-79/+18
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-131-1/+2
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-111-7/+18
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-1/+1
* Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...miu@chromium.org2013-01-181-13/+20
* Improve validation when creating audio streams.cevans@chromium.org2012-12-191-2/+5
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-041-0/+10
* Goal: Provide browser-wide audio mirroring for the TabCapture API.justinlin@chromium.org2012-12-041-0/+5
* We should not call SetAutomaticGainControl in non-AUDIO_PCM_LOW_LATENCY path ...xians@chromium.org2012-11-051-2/+4
* Implement audio/video sync instrumentation for WebRTChclam@chromium.org2012-11-021-0/+7
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-5/+5
* Quick clean-up: 1) Make internally-used AudioEntry structs private in both Au...miu@chromium.org2012-10-281-2/+24
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-7/+0
* First step towards moving AudioDevice and AudioInputDevice from content/ to m...tommi@chromium.org2012-07-261-4/+4
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-061-14/+6
* We have seen error messages (see e.g.henrika@chromium.org2012-04-031-4/+2
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-11/+10
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-10/+11
* Move media/audio files into media namespacevrk@google.com2012-04-021-11/+10
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-18/+9
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-261-11/+1
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-3/+3
* Clean up audio-related utility functions to compute buffer sizesvrk@chromium.org2012-03-051-6/+1
* Increase the buffer size in AudioRendererImpl to fix muted playback ratevrk@google.com2012-02-231-2/+3
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-6/+9
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-131-7/+5
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-2/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-4/+4
* Removes usage of the term low-latency in AudioInputRendererHost.henrika@chromium.org2012-02-091-30/+24
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-031-5/+7
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-161-0/+1
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-0/+1
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-8/+11
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-071-8/+8
* Connecting MediaStreamManager and AudioInputRenderHost/AudioInputDeviceManager.mflodman@chromium.org2011-09-301-11/+10
* Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...xians@chromium.org2011-09-201-0/+87
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-3/+1
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-1/+3