summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2715-95/+89
* GN: Fix Android component buildcjhopman2014-10-271-0/+1
* Increase the default buffer size from 128 to 256 on Mac.xians2014-10-272-10/+19
* Add support for real audio output to mojo.dalecurtis2014-10-223-0/+208
* Supports MojoRendererImpl in WebMediaPlayerImpl for HTMLViewer.xhwang2014-10-222-0/+17
* Reduce power logging and UMA stats when AGC is disabled.henrika2014-10-223-33/+28
* Type conversion fixes, media/ edition.pkasting2014-10-211-2/+2
* Standardize usage of virtual/override/final in media/dcheng2014-10-2139-302/+281
* Add support for audio input mute detection on all platforms.henrika2014-10-1624-33/+156
* Remove usage of AudioPowerMonitor for logging of input audio levelshenrika2014-10-082-41/+45
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-0765-389/+389
* Clear the FIFO when calling input stream::Stop()xians2014-10-022-4/+5
* Add a mutex lock to AudioPowerMonitor::Reset() to placate TSAN.miu2014-09-301-2/+11
* Convert various media options into proper declare_args().dalecurtis2014-09-301-2/+2
* Reenable AudioAndroidOutputTest.StartOutputStreamCallbacks on Arm64.rmcilroy2014-09-301-17/+2
* Remove AudioBuffersState classacolwell2014-09-2933-180/+91
* Cleanup some audio classes with C++11 shine!dalecurtis2014-09-261-4/+4
* Disable AudioAndroidOutputTest.StartOutputStreamCallbacks on Arm64.rmcilroy2014-09-261-2/+17
* Remove implicit HANDLE conversions from media.rvargas2014-09-253-5/+6
* Expand suppression for flaky AudioInputVolumeTest.InputVolumeTest.kbr2014-09-241-1/+2
* Set keyboard mic effect if available.grunell2014-09-247-2/+31
* Refactoring AudioParameters |operator==| to |Equals()| methodburnik2014-09-233-13/+15
* Adds a platform independent detection of microphone hardware mute.henrika2014-09-231-1/+30
* Dynamically allocate more memory to AudioBlockFifo.xians2014-09-191-0/+9
* Avoid unsafe usage of CancelIo() within Windows SyncSocket.dalecurtis2014-09-161-3/+1
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-134-4/+4
* Revert of Gardening: Revert "Use AudioStreamMonitor to control power save blo...dalecurtis2014-09-122-25/+18
* Gardening: Revert "Use AudioStreamMonitor to control power save blocking."loislo2014-09-112-18/+25
* Use AudioStreamMonitor to control power save blocking.dalecurtis2014-09-112-25/+18
* Adding media.MicrophoneVolume UMA stat.henrika2014-09-092-6/+22
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+2
* Add support for 24kHz audio sample rate and remove the validation checktommi2014-09-082-1/+5
* Fixed NO_DATA_ERROR on Mac.xians2014-09-081-20/+24
* Reduce amount of power measurements for input audio.henrika2014-09-081-1/+1
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-25/+7
* Adding Media.InputStreamDuration to UMA histograms for low-latency input audi...henrika2014-09-052-2/+19
* Convert channel layout for cras_inputhychao2014-09-051-0/+36
* Revert of Reland 501823002: Used native deinterleaved and float point format...xians2014-09-032-137/+103
* Fix memory leaks related to PulseAudioInputStream.sudarsana.nagineni2014-08-291-1/+3
* Used native deinterleaved and float point format for the input streams.xians2014-08-292-103/+137
* Improve logging related to start/stop and failure of audio input streams in C...henrika2014-08-292-7/+30
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-2819-155/+27
* Revert of Used native deinterleaved and float point format for the input stre...xians2014-08-272-115/+106
* Used native deinterleaved and float point format for the input streams.xians2014-08-272-106/+115
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-2719-27/+155
* Remove the last piece of deprecated synchronous IO code.xians2014-08-2719-155/+27
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-272-28/+36
* Work on GN build of Chrome.Brett Wilson2014-08-261-11/+6
* Only log audio input silence state UMA stats for low latency mode and if not ...grunell@chromium.org2014-08-222-27/+68
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-1832-78/+171