summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-182-6/+7
* [Reverted due to check_deps failure]zea@chromium.org2011-07-157-80/+16
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-157-16/+80
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-152-4/+3
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-142-2/+4
* Change audio renderer to communicate with host using low latency codepath.enal@chromium.org2011-07-072-1/+5
* Fix clang.jhawkins@chromium.org2011-06-221-2/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-2230-54/+68
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-223-0/+4
* Fix bug when unplugging an audio input device whilst using speech input on Wi...allanwoj@chromium.org2011-06-154-5/+90
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-4/+2
* Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...enal@chromium.org2011-06-085-273/+159