| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of TimeDelta in audio code. | tedvessenes@gmail.com | 2012-04-11 | 2 | -4/+4 |
* | Avoids running audio tests for WASAPI on Windows XP. | henrika@chromium.org | 2012-04-03 | 2 | -3/+17 |
* | Move media/audio files into media namespace (relanding) | vrk@google.com | 2012-04-03 | 12 | -2/+48 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 12 | -48/+2 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 12 | -2/+48 |
* | [Coverity] Removed always-true if | groby@chromium.org | 2012-03-29 | 1 | -10/+8 |
* | Adds Analog Gain Control (AGC) to the WebRTC client. | henrika@chromium.org | 2012-03-28 | 6 | -17/+53 |
* | Replace size_t with int in a few media classes. | scherkus@chromium.org | 2012-03-27 | 1 | -1/+1 |
* | Make AudioParameters a class instead of a struct | vrk@google.com | 2012-03-21 | 7 | -40/+40 |
* | On windows, create PCMWaveInAudioInputStream instance with correct device ID. | yzshen@chromium.org | 2012-03-14 | 6 | -9/+107 |
* | Stopping the audio thread before destroying the AudioManager<Platform>. | xians@chromium.org | 2012-03-14 | 1 | -0/+1 |
* | Improves flaky unit tests on Windows and Mac OS X. | henrika@chromium.org | 2012-03-07 | 1 | -12/+25 |
* | Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t... | xians@chromium.org | 2012-03-07 | 2 | -91/+78 |
* | Adds input volume control support for Windows platforms. | henrika@chromium.org | 2012-03-06 | 5 | -71/+163 |
* | Cleanup: Another round of unused forward declaration cleanup. | thestig@chromium.org | 2012-03-03 | 1 | -3/+1 |
* | Adding microphone volume support to chrome in linux. Totally there are 3 APIs... | xians@chromium.org | 2012-02-28 | 4 | -3/+37 |
* | Make AudioManager non-refcounted. | tommi@chromium.org | 2012-02-15 | 3 | -72/+72 |
* | Adds support for HardwareChannelCount API for the WASAPI output audio stream. | henrika@chromium.org | 2012-02-10 | 2 | -11/+15 |
* | Ensures that low-latency audio unit tests passes on Win 7 build bots which do... | henrika@chromium.org | 2012-02-07 | 2 | -2/+8 |
* | Implement support for a cancelable SyncSocket. | tommi@chromium.org | 2012-01-25 | 1 | -6/+4 |
* | Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test. | henrika@chromium.org | 2012-01-24 | 1 | -11/+21 |
* | Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar... | tommi@chromium.org | 2012-01-23 | 1 | -8/+7 |
* | Adds support for 16kHz input sample rate and mono channel config. in WebRTC. | henrika@chromium.org | 2012-01-19 | 2 | -18/+40 |
* | Convert use of int ms to TimeDelta in files owned by vrk. | tedvessenes@gmail.com | 2012-01-14 | 2 | -7/+7 |
* | Fix race condition when stopping audio stream on Windows. | enal@chromium.org | 2012-01-14 | 1 | -20/+34 |
* | Remove the headless check for the audio output unittests. | tommi@chromium.org | 2012-01-13 | 1 | -54/+58 |
* | Revert 117268 - Add CHECKs to find root cause of Windows-only crash. | enal@chromium.org | 2012-01-12 | 2 | -30/+8 |
* | Add CHECKs to find root cause of Windows-only crash. | enal@chromium.org | 2012-01-11 | 2 | -8/+30 |
* | Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del... | tommi@chromium.org | 2012-01-11 | 1 | -4/+6 |
* | Adds device notification to WASAPI rendering client. | henrika@chromium.org | 2012-01-11 | 2 | -16/+334 |
* | Delete the AudioOutputStream correctly (by using Close and not delete). | tommi@chromium.org | 2012-01-10 | 1 | -2/+2 |
* | Better error handling in audio wave out. | enal@chromium.org | 2012-01-10 | 1 | -13/+20 |
* | Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTes... | tommi@chromium.org | 2011-12-15 | 2 | -12/+6 |
* | Adds new full-duplex test which measures and logs the reported audio delays. | henrika@chromium.org | 2011-12-14 | 2 | -2/+5 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 4 | -88/+97 |
* | Removing MessageLoop::QuitTask() from media/ | dcheng@chromium.org | 2011-12-09 | 1 | -4/+4 |
* | Make check for 'opened' consistent across all audio stream implementations of... | tommi@chromium.org | 2011-12-08 | 2 | -4/+2 |
* | Replace media::Limits struct with media::limits namespace and update document... | scherkus@chromium.org | 2011-12-07 | 1 | -1/+1 |
* | Adds input device selection on Windows. | henrika@chromium.org | 2011-12-06 | 5 | -37/+101 |
* | Move decision if we need to use WASAPI or wave out into separate function. | enal@chromium.org | 2011-12-03 | 1 | -5/+5 |
* | Change the way we are sending audio data to driver when using WaveOut API. | enal@chromium.org | 2011-12-01 | 3 | -117/+164 |
* | Revert 112147 - Did not get LGTM from all reviewers. | enal@chromium.org | 2011-11-30 | 2 | -158/+113 |
* | Change the way we are sending audio data to driver when using WaveOut API. | enal@chromium.org | 2011-11-30 | 2 | -113/+158 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 1 | -3/+5 |
* | Fixes rounding issue in simple sources. | henrika@chromium.org | 2011-11-29 | 1 | -22/+37 |
* | Revert 111890 - This patch ensures that the audio_output_win_unittest works f... | henrika@chromium.org | 2011-11-29 | 1 | -37/+22 |
* | This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW... | henrika@chromium.org | 2011-11-29 | 1 | -22/+37 |
* | Removes call to invalid error handler during audio initialization for Windows... | henrika@chromium.org | 2011-11-28 | 2 | -12/+0 |
* | Adds support for capture device enumeration on Windows. | henrika@chromium.org | 2011-11-24 | 4 | -8/+191 |
* | Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_. | scherkus@chromium.org | 2011-11-23 | 1 | -1/+1 |