summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Revert of Reland 501823002: Used native deinterleaved and float point format...xians2014-09-032-137/+103
* Used native deinterleaved and float point format for the input streams.xians2014-08-292-103/+137
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-281-12/+1
* 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-271-1/+12
* Remove the last piece of deprecated synchronous IO code.xians2014-08-271-12/+1
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-181-2/+3
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-181-3/+2
* Switch the input code to use AudioBlockFifo.xians@chromium.org2014-07-212-49/+18
* changed the input low latency input impl to use client's native buffer size o...xians@chromium.org2014-06-303-95/+57
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-195-36/+48
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-175-48/+36
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-175-36/+48
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-183-137/+32
* Remove erroneous DCHECK() for deferred audio stream start.dalecurtis@chromium.org2014-04-303-3/+0
* Syntax correction in audio_manager_mac.ccmcasas@chromium.org2014-04-281-38/+21
* Allow pass through buffer sizes on OSX.dalecurtis@chromium.org2014-04-183-37/+74
* Defer input stream start around suspend and resume.dalecurtis@chromium.org2014-04-168-25/+75
* Revert of Attempting to resolve a race condition with PowerMonitor (https://c...scottmg@chromium.org2014-04-051-3/+3
* Attempting to resolve a race condition with PowerMonitor.bajones@chromium.org2014-04-051-3/+3
* Stop streams on OSX prior to shutdown.dalecurtis@chromium.org2014-03-262-2/+51
* Always PostTask device change notifications.dalecurtis@chromium.org2014-03-071-9/+9
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-4/+4
* Remove deprecated non-AUHAL audio path on OSX.dalecurtis@chromium.org2014-02-204-533/+0
* Cleanup AudioManager initialization on OSX to reduce startup delay.dalecurtis@chromium.org2014-02-142-20/+22
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-139-2198/+8
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-079-8/+2198
* Remove the unified IO code on the browser.xians@chromium.org2014-02-079-2198/+8
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-301-10/+1
* Defer OSX output stream Start() around system supend and resume.dalecurtis@chromium.org2014-01-255-1/+100
* Rewrite AUHAL unit tests to use the audio thread correctly.dalecurtis@chromium.org2014-01-241-164/+57
* Pass through channel layout on OSX if hardware supports it.dalecurtis@chromium.org2014-01-111-33/+28
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-102-2/+2
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-091-6/+5
* Provide fake audio parameters when devices don't exist.dalecurtis@chromium.org2014-01-091-8/+11
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-072-8/+7
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-183-27/+8
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-4/+8
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-8/+4
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-4/+8
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-044-7/+8
* Replace LOG(INFO) with VLOG(0), throughout *media*fischman@chromium.org2013-11-252-3/+3
* Dynamically FIFO when OSX requests unexpected frame counts.dalecurtis@chromium.org2013-11-212-59/+71
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-13/+0
* select the associated device if it is the default output devicetommi@chromium.org2013-11-061-1/+22
* Improve error handling and revert old debugging code.dalecurtis@google.com2013-11-042-22/+26
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-017-23/+19
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-2/+0
* Implement GetAudioOutputDevices for remaining platforms, consolidate tests.joi@chromium.org2013-09-161-4/+4