summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Adding input and output delay estimation for mac. xians@chromium.org2011-10-275-25/+287
* Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu...scherkus@chromium.org2011-10-261-13/+14
* Removes an invalid hard-coded sample rate in the low-latencyhenrika@chromium.org2011-10-261-1/+0
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-242-10/+19
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-243-40/+120
* Fixes yet another build error on Windows shared bot.henrika@chromium.org2011-10-242-2/+2
* Fixes build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+2
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-249-8/+1215
* OpenBSD patches for media, split from CR #8275005robert.nagy@gmail.com2011-10-202-15/+3
* Revert 106513 - The first step to add device selection to linux.garykac@chromium.org2011-10-205-167/+62
* The first step to add device selection to linux.xians@chromium.org2011-10-205-62/+167
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-191-0/+8
* Revert r104043, which causes audio not to play smoothly on Chrome OS.enal@chromium.org2011-10-182-44/+23
* Fix playing of 8-bit sample files via webaudio.rtoy@google.com2011-10-181-1/+1
* Fix DCHECK() when running test on Linux.enal@chromium.org2011-10-151-1/+1
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-59/+135
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-1315-137/+61
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-61/+137
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-133-1/+116
* fixing the compilation problem when enable pulse for chrome.xians@chromium.org2011-10-121-1/+3
* Implementation of AudioInputStream for Mac OS X using the special AUHAL input...henrika@chromium.org2011-10-056-5/+762
* Re-write the alsa polling scheduling to make it work with low buffer audio, f...xians@chromium.org2011-10-052-24/+45
* Adding delay estimation to input audio.xians@chromium.org2011-10-049-11/+38
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+3
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-2912-107/+90
* Reland r102332 - export more symbols needed for the component builddpranke@chromium.org2011-09-231-1/+1
* Revert "Fix more symbol exports and a compile failure for the component build...dpranke@chromium.org2011-09-221-1/+1
* Fix more symbol exports and a compile failure for the component build ofdpranke@chromium.org2011-09-221-1/+1
* Add a lock around getting and setting of source_ to avoid possible compiler r...ajwong@chromium.org2011-09-212-11/+32
* Replace AudioDecoderConfig with simple accessors on AudioDecoder.scherkus@chromium.org2011-09-163-35/+1
* Add API to query for the audio buffer size.rtoy@google.com2011-09-152-0/+22
* There is a complain from Valgrind about invalid memory access in snd_device_n...xians@chromium.org2011-09-153-14/+23
* Windows-only change -- issue is worst on Windows because of pre-buffering. On...enal@chromium.org2011-09-152-2/+24
* The recording in linux sometimes triggers endless delay warnings, which happe...xians@chromium.org2011-09-092-2/+15
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-022-24/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-022-2/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-022-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-022-2/+2
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-012-2/+24
* Fix link error with components build and media.dll. I have no idea why the bo...jam@chromium.org2011-08-301-6/+6
* Create media.dll / libmedia.so.darin@chromium.org2011-08-2916-51/+57
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-232-0/+55
* Adds Surround Sound support using PulseAudio.slock@chromium.org2011-08-221-5/+78
* PulseAudio Sound Playback on Linuxslock@chromium.org2011-08-195-13/+502
* Add tracing for select WebAudio functionscrogers@google.com2011-08-184-0/+12
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-0816-50/+44
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-0816-44/+50
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-0512-40/+38
* Create media.dlldarin@chromium.org2011-08-0412-38/+40
* Move SwizzleCoreAudioLayout5_1() closer to where it's called.scherkus@chromium.org2011-07-292-19/+17