summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/alsa_output.cc
Commit message (Expand)AuthorAgeFilesLines
* AudioManager::Shutdown() can potentially happen before all the ALSA streams a...xians@chromium.org2012-06-051-4/+4
* Revert 138939 - alsa_output: Drain and pause pcm when stopping.scherkus@chromium.org2012-06-051-3/+0
* Audio in linux became choppy after some system update, I suppose one of the r...xians@chromium.org2012-05-291-58/+56
* Better handle error condition in ALSA output.enal@chromium.org2012-05-261-1/+1
* alsa_output: Drain and pause pcm when stopping.dgreid@chromium.org2012-05-251-0/+3
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-2/+2
* Fix Linux ALSA error message about failing to query delay.scherkus@chromium.org2012-04-111-4/+8
* 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
* 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
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-271-6/+6
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-24/+25
* Do not swizzle 5.0/5.1 audio layoutraymond.liu@intel.com2012-03-161-55/+0
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-071-13/+12
* Convert uses of int ms to TimeDelta in media/audio.tedvessenes@gmail.com2012-03-031-2/+3
* Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop.tommi@chromium.org2012-02-151-14/+19
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+0
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-271-0/+2
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-15/+15
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-2/+2
* Make linux output streams consistent with other output stream implementations.tommi@chromium.org2011-12-141-169/+120
* Reland 7976047 to fix the alsa output scheduling for low latency audio.xians@chromium.org2011-11-141-16/+34
* Revert r104043, which causes audio not to play smoothly on Chrome OS.enal@chromium.org2011-10-181-36/+16
* Re-write the alsa polling scheduling to make it work with low buffer audio, f...xians@chromium.org2011-10-051-16/+36
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-12/+11
* Add tracing for select WebAudio functionscrogers@google.com2011-08-181-0/+3
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* 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-146/+76
* Allow audio output on Linux to work with web audio APIcrogers@google.com2011-04-161-2/+3
* Fix Linux audio playbackdavej@chromium.org2011-04-141-0/+24
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-18/+12
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-8/+8
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-29/+12
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-191-3/+2
* Fix the issue with audio ended event on Ubuntu 10.10.sergeyu@chromium.org2010-10-191-8/+3
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-10/+45
* Fix a typo in a comment.evan@chromium.org2010-09-161-1/+2
* enable folding code for 6.1 and 7.1 surround sound.fbarchard@chromium.org2010-09-131-2/+2
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-021-73/+23
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-13/+10
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-8/+8
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-8/+8
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-8/+8
* Fixed ended event when playing audio on linux.sergeyu@chromium.org2010-07-141-25/+2
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1