summaryrefslogtreecommitdiffstats
path: root/media/audio/linux
Commit message (Expand)AuthorAgeFilesLines
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+2
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+2
* Fix clang.jhawkins@chromium.org2011-06-221-2/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-224-6/+7
* Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...enal@chromium.org2011-06-085-273/+159
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-012-4/+91
* Description:annacc@chromium.org2011-05-161-22/+33
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+2
* Open ALSA device using hw_params callsdavej@chromium.org2011-04-192-4/+72
* Allow audio output on Linux to work with web audio APIcrogers@google.com2011-04-161-2/+3
* Fix Linux audio playbackdavej@chromium.org2011-04-142-2/+26
* Move some files from base to base/memory.levin@chromium.org2011-03-283-8/+8
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-074-47/+29
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-012-0/+23
* Bug-fixes for AudioInputStream:scherkus@chromium.org2011-02-162-2/+3
* clang: Fix several -Woverloaded-virtual warnings.thakis@chromium.org2011-02-111-6/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-214-14/+14
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-301-0/+8
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-0/+5
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-117-83/+61
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-0/+3
* 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-192-11/+4
* 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-293-24/+91
* Fix a typo in a comment.evan@chromium.org2010-09-161-1/+2
* 3 channel test removedfbarchard@chromium.org2010-09-131-0/+2
* fix for mock failure in alsa unittest with downmixfbarchard@chromium.org2010-09-131-1/+1
* 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-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