summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_audio_device_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* WIP: Isolate the libjingle dependency of WebRtcLocalAudioTrack into an adapte...xians@chromium.org2014-02-041-20/+29
* Cleaned up the WebRtcAudioCapturer a bit.xians@chromium.org2014-01-161-33/+30
* Wire up the MediaStreamAudioProcessor with the WebRtcAudioCapturer.xians@chromium.org2014-01-151-2/+4
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+2
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-2/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+2
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-1/+1
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-1/+1
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Add generic interfaces for the sinks of the media stream audio track to get t...xians@chromium.org2013-12-041-24/+25
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-1/+1
* Remove MockMediaInternals and incestuous usage.dalecurtis@chromium.org2013-11-231-40/+0
* Move the webaudio source provider to the track.xians@chromium.org2013-11-141-4/+3
* Disable WebRTCAudioDeviceTest.WebRtcLoopbackTime[With|Without]SignalProcessin...xians@chromium.org2013-11-121-0/+14
* Refactor MediaStreamImpl::GetAuthorizedDeviceInfoForAudioRenderer.perkj@chromium.org2013-09-301-1/+1
* Switch LiveAudio to a source provider solution.xians@chromium.org2013-09-171-2/+2
* Ensure that the shared WebRtcAudioRenderer instance gets deleted when not used.tommi@chromium.org2013-09-111-10/+20
* Implicit audio output device selection for getUserMedia.tommi@chromium.org2013-09-101-8/+10
* Re-enables three WebRTC unit tests in content.henrika@chromium.org2013-09-061-36/+56
* Feed audio constraints over to WebRtcLocalAudioTracktommi@chromium.org2013-08-301-1/+1
* Added more logging to audio_renderer_host.tyoverby@chromium.org2013-08-161-2/+0
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-3/+9
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-9/+3
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-3/+9
* Support multiple sources for media stream AudioTrack.xians@chromium.org2013-08-071-57/+80
* Disabled flaky WebRTCAudioDeviceTest.FullDuplexAudioWithAGC.phoglund@chromium.org2013-08-071-1/+2
* Disabled flaky WebRTCAudioDeviceTest.StartRecording.phoglund@chromium.org2013-08-051-1/+5
* Disable leaky tests in LeakSanitizer builds.earthdok@chromium.org2013-08-011-11/+13
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Disable more failing webrtc tests on ARM linux.sbc@chromium.org2013-07-031-0/+3
* Disable WebRTCAudioDeviceTest.WebRtcRecordingSetupTimesail@chromium.org2013-06-131-1/+2
* This patch starts the source of the capturer when the first audiotrack is add...xians@chromium.org2013-06-111-6/+26
* Use a direct include of strings headers in content/renderer and content/shell.avi@chromium.org2013-06-111-1/+1
* Disable failing webrtc tests on ARM linux.sbc@chromium.org2013-06-061-2/+20
* Initialize the memory to 0 for RenderData() in webrtc_audio_device_unittest. ...xians@chromium.org2013-06-051-0/+4
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-12/+12
* Add performance tests to the content_unittests::WebRTCAudioDeviceTest.xians@chromium.org2013-05-171-2/+301
* Update libjingle 316:320.ronghuawu@chromium.org2013-05-161-5/+5
* Revert 200544 "Update libjingle 316:320."ronghuawu@chromium.org2013-05-161-5/+5
* Update libjingle 316:320.ronghuawu@chromium.org2013-05-161-5/+5
* Replace deprecated WebRtc_Word16 with int16_t.pbos@chromium.org2013-05-061-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-2/+2
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-1/+1
* Disable WebRTCAudioDeviceTest.Construct on windows xp. ronghuawu@chromium.org2013-04-021-0/+10
* Cleaning up the webrtc::AudioDeviceModule implementation.henrika@chromium.org2013-03-211-3/+3
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-201-3/+1
* Revert 188721 "Add performance tests to the content_unittests::W..."pneubeck@google.com2013-03-181-292/+2
* Add performance tests to the content_unittests::WebRTCAudioDeviceTest.xians@chromium.org2013-03-181-2/+292
* StopStream for the local media stream should stop the capturer. xians@chromium.org2013-03-141-0/+4