summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/alsa_output.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce Linux low latency buffer size to 512.dalecurtis@google.com2013-02-071-6/+2
* Revert 181105vitalybuka@chromium.org2013-02-071-2/+6
* Reduce Linux low latency buffer size to 512.dalecurtis@chromium.org2013-02-071-6/+2
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-201-2/+7
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-3/+4
* AudioManager::Shutdown() can potentially happen before all the ALSA streams a...xians@chromium.org2012-06-051-0/+6
* Audio in linux became choppy after some system update, I suppose one of the r...xians@chromium.org2012-05-291-0/+3
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-4/+6
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-6/+4
* Move media/audio files into media namespacevrk@google.com2012-04-021-4/+6
* Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop.tommi@chromium.org2012-02-151-0/+4
* Make linux output streams consistent with other output stream implementations.tommi@chromium.org2011-12-141-23/+6
* Add OVERRIDE to media/.avi@chromium.org2011-11-231-6/+7
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-2/+2
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-1/+4
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-4/+1
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-1/+4
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-1/+1
* Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...enal@chromium.org2011-06-081-67/+34
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-4/+10
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-2/+3
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-021-4/+0
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-5/+3
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-1/+1
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-1/+1
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-1/+1
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-21/+24
* Fixed ended event when playing audio on linux.sergeyu@chromium.org2010-07-141-1/+0
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1
* Revert 49982 - patchthakis@chromium.org2010-06-161-2/+0
* patchthakis@chromium.org2010-06-161-0/+2
* Fixed media_unittests.sergeyu@chromium.org2010-05-151-2/+2
* Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...sergeyu@chromium.org2010-05-141-22/+12
* Assume pending buffered bytes is zero when ALSA has underrun.scherkus@chromium.org2010-04-081-0/+2
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-1/+1
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-29/+28
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-2/+2
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-6/+34
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-241-1/+2
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-211-11/+31
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-041-103/+145
* Software volume control hook-up in linux.ajwong@chromium.org2009-07-251-0/+3
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-1/+0
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-0/+1
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-1/+0
* Change default audio device from "plug:default" to "default".ajwong@chromium.org2009-05-271-2/+3
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-0/+165