summaryrefslogtreecommitdiffstats
path: root/media/audio/openbsd/audio_manager_openbsd.cc
Commit message (Expand)AuthorAgeFilesLines
* add audio-buffer-size command line flag support to the input audio for all th...xians@chromium.org2014-05-201-1/+5
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-2/+1
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-1/+2
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-2/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-041-4/+5
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-031-0/+5
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-1/+2
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-2/+1
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-1/+2
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-2/+1
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-1/+2
* The proper review is in https://codereview.chromium.org/12310101/.xians@chromium.org2013-03-131-10/+23
* Revert 187677 "This patch enables pulse as the default IO handli..."sail@chromium.org2013-03-121-23/+10
* This patch enables pulse as the default IO handling in Chrome.xians@chromium.org2013-03-121-10/+23
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-071-0/+43
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-071-38/+0
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-0/+38
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-231-4/+0
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-071-8/+0
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+4
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-4/+0
* Move media/audio files into media namespacevrk@google.com2012-04-021-0/+4
* sync the openbsd audio code with linuxrobert.nagy@gmail.com2012-03-221-4/+0
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-9/+1
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-071-48/+42
* Make linux output streams consistent with other output stream implementations.tommi@chromium.org2011-12-141-1/+1
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-1/+1
* enable the device selection for openbsd too to be in sync with linuxrobert.nagy@gmail.com2011-11-231-1/+1
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-181-7/+78
* Revert 110584 - Make pulseaudio available for all posix platforms and add sup...scherkus@chromium.org2011-11-171-78/+7
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-171-7/+78
* OpenBSD patches for media, split from CR #8275005robert.nagy@gmail.com2011-10-201-8/+0
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-0/+5
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-131-5/+0
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-0/+5
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+2
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-4/+2
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-2/+1
* Fixed OpenBSD build.sergeyu@chromium.org2010-09-021-25/+5
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-1/+6
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-6/+1
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-1/+6
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-0/+15
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-5/+6
* - OpenBSD media/audio support stubpvalchev@google.com2010-03-261-0/+57