summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
...
* alsa_output: Bounds check snd_pcm_avail_update (attempt #2).scherkus@chromium.org2012-04-051-1/+6
* Revert 130765 - alsa_output: Bounds check snd_pcm_avail_update.scherkus@chromium.org2012-04-041-5/+0
* alsa_output: Bounds check snd_pcm_avail_update.scherkus@chromium.org2012-04-041-0/+5
* Replace NOTREACHED() with LOG(ERROR) in PCMQueueOutAudioOutputStream::HandleE...scherkus@chromium.org2012-04-041-2/+2
* Avoids running audio tests for WASAPI on Windows XP.henrika@chromium.org2012-04-032-3/+17
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-0377-44/+344
* Change InterleaveFloatToInt16() to work with uint8 and int32vrk@google.com2012-04-022-18/+53
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-0273-328/+44
* Move media/audio files into media namespacevrk@google.com2012-04-0273-44/+328
* Adding input and output audio backend to Android.xians@chromium.org2012-04-029-10/+819
* Avoid leaking memory in PostTaskAndReply by Run()'ing the message_loop.fischman@chromium.org2012-03-301-3/+6
* Fix -Wnull-conversion warning in media.thakis@chromium.org2012-03-291-1/+2
* Revert 129623, this was creating ~92 (test-only) heapcheck leak reports.rnk@chromium.org2012-03-291-5/+1
* [Coverity] Removed always-true ifgroby@chromium.org2012-03-291-10/+8
* Fixed Close() method of TestAudioInputController (callback on caller thread).primiano@chromium.org2012-03-291-1/+5
* AUAudioOutputStream::Stop() first sets the source_ to NULL then calls AudioOu...xians@chromium.org2012-03-292-2/+11
* Disable the TwoThreads unit test since it triggers the TSAN bot. This is a fa...tommi@chromium.org2012-03-281-1/+3
* Disable TwoNotifiersTwoThreads1000Signals as it trips off the TSAN bot.tommi@chromium.org2012-03-281-1/+3
* Add a CrossProcessNotification class.tommi@chromium.org2012-03-285-0/+1044
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-2824-37/+350
* Revert 129263 - Add a CrossProcessNotification class.abodenha@google.com2012-03-275-1042/+0
* Add a CrossProcessNotification class.tommi@chromium.org2012-03-275-0/+1042
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-274-19/+19
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-272-7/+13
* Add the output interface for the ChromeOS Audio Server(CRAS).dgreid@chromium.org2012-03-274-0/+665
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-262-13/+7
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-262-7/+13
* Fix a couple of regressions that made it in before the weekend.tommi@chromium.org2012-03-264-16/+27
* Fix race in AudioInputController::Close().fischman@chromium.org2012-03-233-21/+13
* sync the openbsd audio code with linuxrobert.nagy@gmail.com2012-03-221-4/+0
* Make AudioParameters a class instead of a structvrk@google.com2012-03-2135-264/+292
* Add software audio mixing to the audio utils.enal@chromium.org2012-03-203-4/+157
* Fix inconsistent line endings. No code changetommi@chromium.org2012-03-162-5/+5
* Do not swizzle 5.0/5.1 audio layoutraymond.liu@intel.com2012-03-161-55/+0
* mac: Add MEDIA_EXPORT macros needed to link tests in the shared buildthakis@chromium.org2012-03-152-2/+2
* Remove unused AudioBuffersState member.enal@chromium.org2012-03-153-21/+10
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-147-10/+164
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-1411-83/+108
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-1/+1
* Revert 126474 - Remove unused AudioBuffersState member.scottmg@google.com2012-03-132-9/+21
* Remove unused AudioBuffersState member.enal@chromium.org2012-03-132-21/+9
* Add the "default" device to the device list as long as it detects the hardware.xians@chromium.org2012-03-121-11/+11
* Improves flaky unit tests on Windows and Mac OS X.henrika@chromium.org2012-03-072-27/+51
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-0717-521/+627
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-069-107/+205
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-062-77/+0
* Clean up audio-related utility functions to compute buffer sizesvrk@chromium.org2012-03-052-6/+3
* Convert uses of int ms to TimeDelta in media/audio.tedvessenes@gmail.com2012-03-034-6/+10
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-3/+1
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-2818-24/+708