summaryrefslogtreecommitdiffstats
path: root/media/audio/openbsd/audio_manager_openbsd.cc
Commit message (Expand)AuthorAgeFilesLines
* 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