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