summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Mac platform was not treating 8bit PCM audio as unsigned data.sjl@google.com2011-04-011-4/+15
* Move some files from base to base/memory.levin@chromium.org2011-03-2812-26/+26
* Add WebKit API to retrieve the audio hardware sample-ratecrogers@google.com2011-03-232-0/+18
* Use default "output" rather than "input" device when querying hardware sample...crogers@google.com2011-03-221-3/+3
* Remove a test which checks for timing of audio recording callbacks.satish@chromium.org2011-03-111-50/+0
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-0721-184/+92
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-018-0/+78
* Bug-fixes for AudioInputStream:scherkus@chromium.org2011-02-162-2/+3
* Remove NullAudioManager.sergeyu@chromium.org2011-02-141-27/+0
* Fix crash in WinAudioTest.PCMWaveStreamOpenLimit.robertshield@chromium.org2011-02-131-2/+3
* Revert 74590 - Disable AudioOutputControllerTest.CreateAndClose since it cras...sergeyu@chromium.org2011-02-121-5/+0
* clang: Fix several -Woverloaded-virtual warnings.thakis@chromium.org2011-02-111-6/+2
* Disable AudioOutputControllerTest.CreateAndClose since it crashes on Windows ...maruel@chromium.org2011-02-111-0/+5
* Override AudioManager::MakeAudioInputStream() in NullAudioManager.sergeyu@chromium.org2011-02-101-7/+9
* Disable FakeAudioInputTest.BasicCallbacks after two crashes in a row.dmazzoni@chromium.org2011-02-101-2/+2
* Clean up warnings found in our testing code.erg@google.com2011-02-071-2/+2
* media/audio/mac/audio_low_latency_output_mac.cc is missing an #include.mark@chromium.org2011-02-021-0/+2
* Add a low-latency AudioOutputStream implementation for Mac OS X.crogers@google.com2011-01-296-12/+350
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-218-25/+25
* Implement renderer AudioDevice API for low-latency audio outputcrogers@google.com2011-01-152-0/+31
* Fix crash in reading audio capture device name.satish@chromium.org2011-01-141-0/+3
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-9/+9
* Use the lock when accessing the buffer object.cevans@chromium.org2011-01-121-0/+1
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-6/+7
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-7/+6
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-6/+7
* Fix indents. I am used to webkit style, so did it wrong in last commit.inferno@chromium.org2011-01-061-2/+2
* 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