summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-0/+1
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Limit frequency of audio to 48000.fbarchard@chromium.org2009-11-051-0/+9
* Reduce sleep time on Mac to 500 ms, same as PCfbarchard@chromium.org2009-11-051-1/+1
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-0412-87/+71
* Quick fix for Alsa stutter - Wake up sooner.fbarchard@chromium.org2009-10-221-0/+3
* Fold first 3 channels of multichannel instead of 5. Use fixed point.fbarchard@chromium.org2009-10-202-94/+113
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-167-119/+656
* Pad time to next audio data write to compensate for nanosleep inaccuracy on l...ajwong@chromium.org2009-10-151-0/+10
* Support 8 and 32 bit formats for Mac Channel Swizzler.fbarchard@chromium.org2009-10-091-2/+4
* quick syntax fixfbarchard@chromium.org2009-10-081-1/+1
* Support 8 and 32 bit formats for Mac Channel Swizzler.fbarchard@chromium.org2009-10-081-7/+13
* Mac Surround Sound 5.1 channel layout adapter from AAC layout to native Audio...fbarchard@chromium.org2009-10-063-12/+60
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-1/+1
* Fixing audio in machclam@chromium.org2009-09-173-8/+94
* Pause for <video> should have immediate effect on audiohclam@chromium.org2009-09-171-2/+3
* AudioHardwareGetProperty is deprecated in Mac OS X 10.6 ("Snow Leopard").mark@chromium.org2009-09-171-5/+15
* Don't redefine what Snow Leopard provides if Snow Leopard has provided it.mark@chromium.org2009-09-161-1/+3
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Provide unplayed bytes ALSA implementation of audiohclam@chromium.org2009-08-244-3/+32
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-2413-33/+115
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-215-46/+151
* Remove the folding define macro.ajwong@chromium.org2009-08-201-7/+0
* Bump kNumBuffers to 3fbarchard@chromium.org2009-08-202-16/+22
* Enabled mono playback support for Linux.scherkus@chromium.org2009-08-202-5/+20
* Possible deadlock in PCM audio Start() methodcpu@chromium.org2009-08-182-6/+47
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-111-9/+0
* Fix a leak in AudioRendererBaseTest::OneCompleteReadCyclehclam@chromium.org2009-08-061-1/+2
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-048-512/+1136
* Surround Sound handling by folding 5 channels down to stereo.fbarchard@chromium.org2009-07-255-5/+207
* Software volume control hook-up in linux.ajwong@chromium.org2009-07-252-3/+14
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-2218-191/+189
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-2117-188/+190
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-2117-190/+188
* Software volume adjustment by changing samples.fbarchard@chromium.org2009-07-205-26/+178
* Allow 6 channel to pass thru to driver.fbarchard@chromium.org2009-07-161-2/+11
* Put some hard limits on the low level audio apicpu@google.com2009-07-013-0/+50
* Changing overstrict CHECKs to just setting the object into an invalid state.ajwong@chromium.org2009-06-201-5/+17
* Setting svn:eol-style LF for media source files.scherkus@chromium.org2009-06-174-78/+79
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-052-0/+41
* Fix build bustage due to media_testshclam@chromium.org2009-06-042-44/+45
* Allow PushSource to have smaller write size than read size (packet size)hclam@chromium.org2009-06-044-56/+132