summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Better memory management for audio channel swizzle code.annacc@chromium.org2011-06-021-10/+16
* Revert 87535 - Better memory management for audio channel swizzle code.michaeln@google.com2011-06-011-16/+10
* Better memory management for audio channel swizzle code.annacc@chromium.org2011-06-011-10/+16
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-0112-5/+196
* Surround sound swizzling for Mac based on device channel layout preferences.annacc@chromium.org2011-05-262-20/+213
* Description:annacc@chromium.org2011-05-1611-141/+241
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+2
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-292-4/+4
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-263-3/+69
* Blind fix for a Linux only crash in AudioManager::Destroythestig@chromium.org2011-04-221-4/+6
* 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 erratic HTML5 audio playbackdavej@chromium.org2011-04-142-21/+54
* Fix Linux audio playbackdavej@chromium.org2011-04-142-2/+26
* Implements AudioInputDevice API for low-latency audio input in the browser pr...scherkus@chromium.org2011-04-124-13/+85
* 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