| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 208728 "Convert channel layout to channel count for optima..." | rtoy@google.com | 2013-06-28 | 1 | -1/+2 |
* | Don't initialize the AudioUnit until params are set. | dalecurtis@chromium.org | 2013-06-24 | 1 | -6/+6 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 2 | -3/+3 |
* | Re-land r207105 (Mac audio capture threading fix) with unit test memory leak ... | miu@chromium.org | 2013-06-22 | 9 | -101/+235 |
* | Enable audio volume control on Android. | wjia@chromium.org | 2013-06-21 | 6 | -157/+174 |
* | Try not to let the AUHAL driver get stuck sending silence. | dalecurtis@chromium.org | 2013-06-21 | 3 | -1/+20 |
* | Finalizes support of device selection for live-audio on Windows. | henrika@chromium.org | 2013-06-20 | 4 | -21/+100 |
* | added device selection to web speech to use the correct device. Users should ... | xians@chromium.org | 2013-06-20 | 3 | -10/+17 |
* | Revert 207105 "Rejigger audio capture pipeline to work with sepa..." | miu@chromium.org | 2013-06-19 | 9 | -242/+103 |
* | Add crogers to media/audio/OWNERS | dalecurtis@chromium.org | 2013-06-18 | 1 | -0/+3 |
* | Rejigger audio capture pipeline to work with separate main+worker threads (Mac). | miu@chromium.org | 2013-06-18 | 9 | -103/+242 |
* | Resolves crash in media::ChannelMixer::Transform. | henrika@chromium.org | 2013-06-18 | 1 | -1/+6 |
* | Fix wrong header guards found by clang's new Wheader-guard. | thakis@chromium.org | 2013-06-17 | 2 | -2/+2 |
* | Enable low latency mode for audio playback on Android | wjia@chromium.org | 2013-06-17 | 1 | -5/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor. | dcheng@chromium.org | 2013-06-17 | 1 | -1/+0 |
* | Replace erroneous use of base::Time with base::TimeTicks throughout media code. | miu@chromium.org | 2013-06-13 | 12 | -30/+32 |
* | Ensure OSX device change callbacks occur on the right thread. | dalecurtis@chromium.org | 2013-06-13 | 3 | -5/+9 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Synchronized IO handles the mono input device. | xians@chromium.org | 2013-06-11 | 2 | -5/+39 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 6 | -7/+7 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 10 | -10/+10 |
* | Add some error information to Pulse startup failure. | dalecurtis@chromium.org | 2013-06-08 | 1 | -8/+5 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 6 | -6/+6 |
* | Used the native sample rate and channel layout to open the specific device, a... | xians@chromium.org | 2013-06-05 | 2 | -4/+24 |
* | Removed the IsRecordingInProcess check for speech since it is not needed. | xians@chromium.org | 2013-06-05 | 10 | -54/+2 |
* | Privitize WaitTillDataReady() and DataReady(). | dalecurtis@chromium.org | 2013-06-05 | 12 | -152/+34 |
* | Use the browser UI thread for audio on OSX. | dalecurtis@chromium.org | 2013-06-05 | 10 | -240/+75 |
* | Remove spammy NOTIMPLEMENTED() log in AudioOutputDevice. | dalecurtis@chromium.org | 2013-06-05 | 1 | -1/+0 |
* | Fix remaining uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Try relanding this CL, the original CL passed the try bots but failed the mac... | xians@chromium.org | 2013-06-03 | 46 | -145/+321 |
* | Revert 203686 "Trying relanding this CL, the original CL passed ..." | xians@chromium.org | 2013-06-03 | 46 | -321/+145 |
* | Trying relanding this CL, the original CL passed the try bots but failed the ... | xians@chromium.org | 2013-06-03 | 46 | -145/+321 |
* | Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 10 | -61/+53 |
* | Adjust delay calculations on Mac to properly account for the FIFO buffers. | ajm@chromium.org | 2013-05-31 | 2 | -5/+11 |
* | Revert 203427 "Hook up the device selection to the WebAudio live..." | justinlin@chromium.org | 2013-05-31 | 46 | -322/+145 |
* | Hook up the device selection to the WebAudio live audio. | xians@chromium.org | 2013-05-31 | 46 | -145/+322 |
* | Reduce wait time for Windows in AudioOutputController:WaitTillDataReady() | davemoore@chromium.org | 2013-05-30 | 1 | -7/+2 |
* | Fix audio capture buffer handling on Android. | wjia@chromium.org | 2013-05-28 | 1 | -10/+10 |
* | Fixes crash in AudioInputVolumeTest.InputVolumeTest. | henrika@chromium.org | 2013-05-28 | 1 | -1/+4 |
* | Improved AGC update scheme for the audio backend in Chrome. | henrika@chromium.org | 2013-05-28 | 13 | -165/+247 |
* | Using native sampling rate and optimal buffer size for audio on Android. | leozwang@chromium.org | 2013-05-27 | 2 | -12/+41 |
* | Allow sample rate pass through on Linux. | dalecurtis@google.com | 2013-05-24 | 2 | -4/+8 |
* | Improves capture delay estimates on Mac. | henrika@chromium.org | 2013-05-22 | 1 | -1/+4 |
* | Reland: base: Support setting thread priorities generically. | epenner@chromium.org | 2013-05-22 | 2 | -10/+12 |
* | Revert 201202 "base: Support setting thread priorities generically." | scottmg@chromium.org | 2013-05-21 | 2 | -10/+8 |
* | base: Support setting thread priorities generically. | epenner@chromium.org | 2013-05-21 | 2 | -8/+10 |
* | Destroy the openSLES objects in the correct order on Android. | rtoy@google.com | 2013-05-16 | 1 | -1/+1 |
* | Set default sampling rate to 44100 and query the native output sampling rate. | leozwang@chromium.org | 2013-05-16 | 2 | -13/+14 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 1 | -1/+0 |