summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Implement value printer to prevent Valgrind errors in AudioPowerMonitor unit ...miu@chromium.org2013-07-241-0/+9
* Update include paths in media/audio for base/process changes.rsesek@chromium.org2013-07-237-6/+6
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-239-501/+552
* TBR: dmichaeltyoverby@chromium.org2013-07-181-2/+2
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-1837-39/+39
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-178-10/+10
* Disable InputVolumeTest on ARM linux.sbc@chromium.org2013-07-101-1/+8
* Disable more failing webrtc tests on ARM linux.sbc@chromium.org2013-07-031-3/+21
* cras_unified: Add default case to stream-type switch.dgreid@chromium.org2013-07-021-0/+2
* Use a direct include of time headers in media/.avi@chromium.org2013-06-2833-36/+36
* Fix yet another instance of scoped_ptr<T>(NULL) on ChromeOS.dcheng@chromium.org2013-06-261-2/+0
* Convert channel layout to channel count for optimal frame size.rtoy@google.com2013-06-261-1/+2
* Add trace event for FillBufferQueue.rtoy@google.com2013-06-261-0/+2
* Refactored DataBuffer to use unix_hacker style methods.tyoverby@chromium.org2013-06-253-14/+14
* Don't initialize the AudioUnit until params are set.dalecurtis@chromium.org2013-06-241-6/+6
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-3/+3
* Re-land r207105 (Mac audio capture threading fix) with unit test memory leak ...miu@chromium.org2013-06-229-101/+235
* Enable audio volume control on Android.wjia@chromium.org2013-06-216-157/+174
* Try not to let the AUHAL driver get stuck sending silence.dalecurtis@chromium.org2013-06-213-1/+20
* Finalizes support of device selection for live-audio on Windows.henrika@chromium.org2013-06-204-21/+100
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-203-10/+17
* Revert 207105 "Rejigger audio capture pipeline to work with sepa..."miu@chromium.org2013-06-199-242/+103
* Add crogers to media/audio/OWNERSdalecurtis@chromium.org2013-06-181-0/+3
* Rejigger audio capture pipeline to work with separate main+worker threads (Mac).miu@chromium.org2013-06-189-103/+242
* Resolves crash in media::ChannelMixer::Transform.henrika@chromium.org2013-06-181-1/+6
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-172-2/+2
* Enable low latency mode for audio playback on Androidwjia@chromium.org2013-06-171-5/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-171-1/+0
* Replace erroneous use of base::Time with base::TimeTicks throughout media code.miu@chromium.org2013-06-1312-30/+32
* Ensure OSX device change callbacks occur on the right thread.dalecurtis@chromium.org2013-06-133-5/+9
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Synchronized IO handles the mono input device.xians@chromium.org2013-06-112-5/+39
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-116-7/+7
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-1010-10/+10
* Add some error information to Pulse startup failure.dalecurtis@chromium.org2013-06-081-8/+5
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-076-6/+6
* Used the native sample rate and channel layout to open the specific device, a...xians@chromium.org2013-06-052-4/+24
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-0510-54/+2
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-0512-152/+34
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-0510-240/+75
* Remove spammy NOTIMPLEMENTED() log in AudioOutputDevice.dalecurtis@chromium.org2013-06-051-1/+0
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-0346-145/+321
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-0346-321/+145
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-0346-145/+321
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0310-61/+53
* Adjust delay calculations on Mac to properly account for the FIFO buffers.ajm@chromium.org2013-05-312-5/+11
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-3146-322/+145
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-3146-145/+322