summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-04-111-1/+5
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-3/+3
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-3/+3
* Move media/audio files into media namespacevrk@google.com2012-04-021-3/+3
* Revert 130019 - Enable the webrtc audio tests on the build bots that have aud...mattm@chromium.org2012-03-311-5/+1
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-03-311-1/+5
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...jam@chromium.org2012-03-251-2/+1
* Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.rsleevi@chromium.org2012-03-251-1/+2
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...jam@chromium.org2012-03-241-2/+1
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-10/+11
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-0/+2
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-061-2/+4
* Move MockResourceContext to content/test.tfarina@chromium.org2012-03-051-1/+1
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-7/+3
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-6/+5
* Introduce a new class to manage the threads for AudioDevice and AudioInputDev...tommi@chromium.org2012-02-101-0/+3
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+0
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-11/+2
* Change ChildProcess::set_main_thread registration to occur inside the RenderT...marshall@chromium.org2012-02-011-1/+0
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-0/+8
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-3/+5
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-24/+59
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-1/+1
* fix compilation error on gcc4.6.1oshima@chromium.org2011-11-301-1/+2
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-251-2/+3
* Refactor the Get*Hardware* routines a bit.tommi@chromium.org2011-11-181-5/+15
* Add support for audio capture devices. Previously only output was supported.tommi@chromium.org2011-11-111-1/+21
* Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...tommi@chromium.org2011-11-101-1/+9
* First unit tests for WebRTCAudioDevice.tommi@chromium.org2011-11-091-0/+253