summaryrefslogtreecommitdiffstats
path: root/media/audio/linux
Commit message (Expand)AuthorAgeFilesLines
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-0210-83/+492
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-022-2/+2
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-315-70/+46
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-254-42/+18
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-244-18/+42
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-244-42/+18
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-21/+24
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+6
* Fixed ended event when playing audio on linux.sergeyu@chromium.org2010-07-143-43/+3
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-143-1/+28
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-125-25/+27
* Some fixups for AudioController and unit testshclam@chromium.org2010-06-221-0/+6
* Revert 49982 - patchthakis@chromium.org2010-06-162-4/+1
* patchthakis@chromium.org2010-06-162-1/+4
* Fixed memory leaks in media_unittests that cause heapcheck errors.sergeyu@chromium.org2010-05-161-0/+9
* Fixed memleak in alsa_output.ccsergeyu@chromium.org2010-05-161-1/+2
* Fixed media_unittests.sergeyu@chromium.org2010-05-153-26/+69
* Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...sergeyu@chromium.org2010-05-145-187/+217
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-153-3/+6
* Assume pending buffered bytes is zero when ALSA has underrun.scherkus@chromium.org2010-04-085-16/+73
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-1/+1
* 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-053-69/+68
* More plumbing of the low latency modecpu@chromium.org2010-01-131-1/+1
* Retry 35837 linux: grab device name before closing itajwong@chromium.org2010-01-092-3/+14
* 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
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+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-043-8/+11
* 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-166-117/+655
* Pad time to next audio data write to compensate for nanosleep inaccuracy on l...ajwong@chromium.org2009-10-151-0/+10
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Provide unplayed bytes ALSA implementation of audiohclam@chromium.org2009-08-244-3/+32
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-243-8/+11
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-215-46/+151
* Enabled mono playback support for Linux.scherkus@chromium.org2009-08-202-5/+20
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-047-509/+1135
* Software volume control hook-up in linux.ajwong@chromium.org2009-07-252-3/+14
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-224-17/+10
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-214-10/+17
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-214-17/+10
* 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-273-4/+5
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-214-3/+782
* Revert r16622estade@chromium.org2009-05-214-782/+3