summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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