summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-1/+1
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-24/+23
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-3/+3
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-3/+10
* Begin adding support for tab mirroring via the MediaStream audio/video capturingmiu@chromium.org2012-09-111-10/+2
* Update webrtc to 2565.ronghuawu@chromium.org2012-08-131-4/+4
* Make RenderProcessImpl::CreateTransportDIB and RenderProcessImpl::FreeTranspo...fsamuel@chromium.org2012-08-021-1/+2
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-0/+1
* MediaStreamManager needs to outlive its clients like MediaStreamDispatcherHos...xians@chromium.org2012-07-181-12/+13
* Switch to TimeDelta interfaces for TestTimeouts in content/test.tedvessenes@gmail.com2012-07-161-2/+1
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-061-6/+17
* This CL adds a new factory method called AudioDeviceFactory. It is a template...henrika@chromium.org2012-06-291-0/+2
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-1/+1
* Fix client-side phishing detection test flakiness and ChromeOS failure.bryner@chromium.org2012-06-051-1/+6
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-3/+3
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-5/+30
* 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