summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
...
* Turn the volume range check into a bail out return to prevent browser crash.inferno@chromium.org2011-01-061-3/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-022-2/+2
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-013-8/+10
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-015-5/+5
* Fix AudioManager shutdownacolwell@chromium.org2010-12-236-2/+30
* Set scoped IO access when closing the audio input thread to allow joining.leandrogracia@chromium.org2010-12-221-0/+11
* Mark FakeAudioInputTest.BasicCallbacks as flaky.phajdan.jr@chromium.org2010-12-171-1/+2
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-162-1/+60
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-305-14/+97
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-2413-2/+866
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-2/+1
* Fix compilation of audio_manager_win.cc in Win Release.tony@chromium.org2010-11-191-87/+91
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-195-1/+127
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-1144-400/+319
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-012-6/+6
* FBTF: Hopefully, the last ctor patch.erg@google.com2010-10-272-1/+3
* Fix excessive IPCs by audio renderer.sergeyu@chromium.org2010-10-261-2/+7
* audio use table for channels to mask to allow more of the surround optionsfbarchard@chromium.org2010-10-261-19/+39
* add channel mask for 6.1 surround when 7 channel audio is specifiedfbarchard@chromium.org2010-10-221-10/+21
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-224-1/+6
* Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ...scherkus@chromium.org2010-10-211-1/+1
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-192-6/+4
* Fix the issue with audio ended event on Ubuntu 10.10.sergeyu@chromium.org2010-10-192-11/+4
* add wave out extensible support for 5.1 surround soundfbarchard@chromium.org2010-10-182-18/+36
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-1/+2
* 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-2918-148/+312
* Remove a disabled and unneeded test.vandebo@chromium.org2010-09-241-18/+0
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-173-81/+81
* Fix a typo in a comment.evan@chromium.org2010-09-161-1/+2
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-163-83/+83
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-163-83/+83
* Fixed crash in AudioOutputController.sergeyu@chromium.org2010-09-142-12/+20
* 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-135-12/+25
* 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-0212-150/+68
* Fixed OpenBSD build.sergeyu@chromium.org2010-09-022-33/+7
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-3138-429/+374
* Guarantee PPAPI Audio playbacks are stopped in Pause().neb@chromium.org2010-08-311-0/+7
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-1/+1
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-0/+3
* Add missing backslash to fix build break caused bysatish@chromium.org2010-08-271-1/+1
* Mac audio input implementationjoth@chromium.org2010-08-276-17/+392
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-2526-236/+367
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-2421-347/+228
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-2421-228/+347
* Allow unit tests to use a mock audio input controller.satish@chromium.org2010-08-104-3/+179
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-2/+0