summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/alsa_output_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Support use_alsa==0 on Linuxspang@chromium.org2013-11-281-870/+0
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-031-2/+4
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-1/+1
* Refactored DataBuffer to use unix_hacker style methods.tyoverby@chromium.org2013-06-251-8/+8
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-1/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-2/+2
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-2/+2
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-2/+2
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-2/+2
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-2/+2
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-2/+2
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-1/+1
* Reduce Linux low latency buffer size to 512.dalecurtis@google.com2013-02-071-5/+4
* Revert 181105vitalybuka@chromium.org2013-02-071-4/+5
* Reduce Linux low latency buffer size to 512.dalecurtis@chromium.org2013-02-071-5/+4
* Fix hang in AlsaPcmOutputStreamTest.StartStop test.dalecurtis@chromium.org2012-11-081-1/+5
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-201-2/+3
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-0/+3
* Fix unitialized reads in AudioOutputController unittest.dalecurtis@google.com2012-09-051-7/+6
* Fix unitialized data access in AlsaOutputUnittest.dalecurtis@google.com2012-09-051-4/+10
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-14/+14
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-071-4/+0
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-5/+0
* Revert 138939 - alsa_output: Drain and pause pcm when stopping.scherkus@chromium.org2012-06-051-6/+0
* Remove logspam from media_unittests.fischman@chromium.org2012-05-301-4/+4
* Audio in linux became choppy after some system update, I suppose one of the r...xians@chromium.org2012-05-291-25/+57
* Better handle error condition in ALSA output.enal@chromium.org2012-05-261-1/+8
* alsa_output: Drain and pause pcm when stopping.dgreid@chromium.org2012-05-251-0/+5
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-8/+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-8/+8
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-7/+7
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-071-139/+175
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-9/+9
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-271-6/+4
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-3/+3
* Make linux output streams consistent with other output stream implementations.tommi@chromium.org2011-12-141-23/+9
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-13/+18
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-2/+2
* Revert r104043, which causes audio not to play smoothly on Chrome OS.enal@chromium.org2011-10-181-8/+7
* Re-write the alsa polling scheduling to make it work with low buffer audio, f...xians@chromium.org2011-10-051-8/+9
* PulseAudio Sound Playback on Linuxslock@chromium.org2011-08-191-1/+1
* Fix clang.jhawkins@chromium.org2011-06-221-2/+2
* Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...enal@chromium.org2011-06-081-49/+41
* Description:annacc@chromium.org2011-05-161-22/+33
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+2
* Fix Linux audio playbackdavej@chromium.org2011-04-141-2/+2
* clang: Fix several -Woverloaded-virtual warnings.thakis@chromium.org2011-02-111-6/+2