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