summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/alsa_output.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 49982 - patchthakis@chromium.org2010-06-161-2/+1
* patchthakis@chromium.org2010-06-161-1/+2
* Fixed memleak in alsa_output.ccsergeyu@chromium.org2010-05-161-1/+2
* Fixed media_unittests.sergeyu@chromium.org2010-05-151-7/+15
* Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...sergeyu@chromium.org2010-05-141-92/+102
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-0/+1
* Assume pending buffered bytes is zero when ALSA has underrun.scherkus@chromium.org2010-04-081-14/+18
* Prevent integer underflow when calculating next_fill_time_ms in AlsaPcmOutput...scherkus@chromium.org2010-02-251-5/+14
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-33/+33
* Retry 35837 linux: grab device name before closing itajwong@chromium.org2010-01-091-2/+3
* Revert 35837 - Failed media tests - linux: grab device name before closing itrsesek@chromium.org2010-01-081-3/+2
* linux: grab device name before closing itevan@chromium.org2010-01-081-2/+3
* Limit frequency of audio to 48000.fbarchard@chromium.org2009-11-051-0/+9
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-4/+4
* Quick fix for Alsa stutter - Wake up sooner.fbarchard@chromium.org2009-10-221-0/+3
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-68/+320
* Pad time to next audio data write to compensate for nanosleep inaccuracy on l...ajwong@chromium.org2009-10-151-0/+10
* Provide unplayed bytes ALSA implementation of audiohclam@chromium.org2009-08-241-2/+20
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-241-3/+5
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-211-27/+80
* Enabled mono playback support for Linux.scherkus@chromium.org2009-08-201-3/+7
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-041-396/+465
* Software volume control hook-up in linux.ajwong@chromium.org2009-07-251-3/+11
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-4/+0
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-0/+4
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-4/+0
* Changing overstrict CHECKs to just setting the object into an invalid state.ajwong@chromium.org2009-06-201-5/+17
* Change default audio device from "plug:default" to "default".ajwong@chromium.org2009-05-271-1/+1
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-0/+521
* Revert r16622estade@chromium.org2009-05-211-521/+0
* Reapply http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-0/+521
* Revert http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-521/+0
* This iteration creates one message loop per audio output stream that is respo...ajwong@chromium.org2009-05-211-0/+521