summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-032-3/+2
* Uninitialized member in AudioInputController.finnur@chromium.org2010-08-021-0/+1
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-21/+24
* Add an AudioInputController to help with audio recording.satish@chromium.org2010-07-163-0/+406
* Audio pause and seek betterhclam@chromium.org2010-07-152-19/+69
* AudioController sets volume to 1.0 by defaulthclam@chromium.org2010-07-151-1/+1
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-156-1/+198
* 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-1413-5/+693
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-1225-151/+157
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-093-107/+122
* Rewrite AudioRendererHost to use AudioControllerhclam@chromium.org2010-07-073-14/+31
* Some fixups for AudioController and unit testshclam@chromium.org2010-06-224-21/+81
* AudioController accepts hardware buffer size as parameter.hclam@chromium.org2010-06-163-22/+51
* Revert 49982 - patchthakis@chromium.org2010-06-162-4/+1
* patchthakis@chromium.org2010-06-162-1/+4
* AudioController to perform audio operations on a separate threadhclam@chromium.org2010-06-075-7/+697
* Removed PushSource::Packet. SeekableBuffer.current_time() fixed to returnsergeyu@chromium.org2010-05-262-56/+16
* Fix folding code to respect new AAC channel order caused by ffmpeg roll. Als...fbarchard@chromium.org2010-05-172-11/+8
* 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
* Revert 46314 - floating point audio support in util functions for volume and ...fbarchard@chromium.org2010-05-043-65/+29
* floating point audio support in util functions for volume and foldingfbarchard@chromium.org2010-05-043-29/+65
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-153-3/+6
* Looping for audio / videohclam@chromium.org2010-04-141-3/+25
* Too many audio hangs Leopardhclam@chromium.org2010-04-131-0/+1
* Flush audio data after seekhclam@chromium.org2010-04-084-15/+17
* 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
* - OpenBSD media/audio support stubpvalchev@google.com2010-03-262-0/+91
* 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-0515-187/+188
* More plumbing of the low latency modecpu@chromium.org2010-01-136-27/+69
* 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
* Add a low-latency audio test that uses syncsocketscpu@chromium.org2009-12-171-0/+118