summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix test -- we should initialize the buffer, otherwise valgrind/DrMemory reportsenal@chromium.org2012-05-011-6/+13
* Change the way audio mixer gets "pending bytes" (amount of data currently buf...enal@chromium.org2012-05-013-27/+56
* Fix TODO: return name and id as NSArray* instead of QTCaptureDevice*.scherkus@chromium.org2012-04-281-0/+2
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+3
* Media: Fix an assign-to-self.jhawkins@chromium.org2012-04-261-1/+0
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-2425-89/+79
* Re-land software audio mixer.enal@chromium.org2012-04-1911-346/+976
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-1911-976/+346
* Software audio mixer.enal@chromium.org2012-04-1811-346/+976
* Improved timer implementation in AudioInputController since AudioInputControl...henrika@chromium.org2012-04-172-40/+73
* Fix Linux ALSA error message about failing to query delay.scherkus@chromium.org2012-04-111-4/+8
* Adds WebRTC histogram data to be uploaded as part of UMA logging events.henrika@chromium.org2012-04-112-0/+55
* Update uses of TimeDelta in audio code.tedvessenes@gmail.com2012-04-113-5/+5
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-091-1/+0
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-064-0/+211
* Put cras_output in the media namespace.dgreid@chromium.org2012-04-053-0/+12
* 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