| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland 7976047 to fix the alsa output scheduling for low latency audio. | xians@chromium.org | 2011-11-14 | 1 | -16/+34 |
* | Use a dynamic kNoAudioReadAgainTimeoutMs which is equivalent to half of packe... | xians@chromium.org | 2011-11-10 | 1 | -9/+13 |
* | Implement polling for data becoming ready when starting audio stream. | enal@chromium.org | 2011-11-09 | 5 | -3/+44 |
* | Problem happens because we cannot stop physical stream in arbitrary moment, c... | enal@chromium.org | 2011-11-02 | 2 | -39/+45 |
* | Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected. | tommi@chromium.org | 2011-10-31 | 1 | -1/+4 |
* | Reland the CL 8162015. | xians@chromium.org | 2011-10-29 | 4 | -61/+171 |
* | This patch will loop through the soundcard and return a list of available dev... | xians@chromium.org | 2011-10-28 | 2 | -8/+130 |
* | Adding input and output delay estimation for mac. | xians@chromium.org | 2011-10-27 | 5 | -25/+287 |
* | Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu... | scherkus@chromium.org | 2011-10-26 | 1 | -13/+14 |
* | Removes an invalid hard-coded sample rate in the low-latency | henrika@chromium.org | 2011-10-26 | 1 | -1/+0 |
* | Stop audio streams in all codepaths that need it. | fischman@chromium.org | 2011-10-24 | 2 | -10/+19 |
* | Harden audio output controller making it safe to call Pause() before Play() r... | enal@chromium.org | 2011-10-24 | 3 | -40/+120 |
* | Fixes yet another build error on Windows shared bot. | henrika@chromium.org | 2011-10-24 | 2 | -2/+2 |
* | Fixes build error on Windows shared bot. | henrika@chromium.org | 2011-10-24 | 1 | -1/+2 |
* | Low-latency AudioInputStream implementation based on WASAPI for Windows. | henrika@chromium.org | 2011-10-24 | 9 | -8/+1215 |
* | OpenBSD patches for media, split from CR #8275005 | robert.nagy@gmail.com | 2011-10-20 | 2 | -15/+3 |
* | Revert 106513 - The first step to add device selection to linux. | garykac@chromium.org | 2011-10-20 | 5 | -167/+62 |
* | The first step to add device selection to linux. | xians@chromium.org | 2011-10-20 | 5 | -62/+167 |
* | Fix race condition in audio output controller and audio sync reader. | enal@chromium.org | 2011-10-19 | 1 | -0/+8 |
* | Revert r104043, which causes audio not to play smoothly on Chrome OS. | enal@chromium.org | 2011-10-18 | 2 | -44/+23 |
* | Fix playing of 8-bit sample files via webaudio. | rtoy@google.com | 2011-10-18 | 1 | -1/+1 |
* | Fix DCHECK() when running test on Linux. | enal@chromium.org | 2011-10-15 | 1 | -1/+1 |
* | Add a method to the audio manager to find out if recording is currently activ... | leandrogracia@chromium.org | 2011-10-13 | 15 | -59/+135 |
* | Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ... | erg@google.com | 2011-10-13 | 15 | -137/+61 |
* | Add a method to the audio manager to find out if recording is currently activ... | leandrogracia@chromium.org | 2011-10-13 | 15 | -61/+137 |
* | Fix problem when we did not play beginning of HTML5 audio stream in low laten... | enal@chromium.org | 2011-10-13 | 3 | -1/+116 |
* | fixing the compilation problem when enable pulse for chrome. | xians@chromium.org | 2011-10-12 | 1 | -1/+3 |
* | Implementation of AudioInputStream for Mac OS X using the special AUHAL input... | henrika@chromium.org | 2011-10-05 | 6 | -5/+762 |
* | Re-write the alsa polling scheduling to make it work with low buffer audio, f... | xians@chromium.org | 2011-10-05 | 2 | -24/+45 |
* | Adding delay estimation to input audio. | xians@chromium.org | 2011-10-04 | 9 | -11/+38 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -1/+3 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 12 | -107/+90 |
* | Reland r102332 - export more symbols needed for the component build | dpranke@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert "Fix more symbol exports and a compile failure for the component build... | dpranke@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Fix more symbol exports and a compile failure for the component build of | dpranke@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Add a lock around getting and setting of source_ to avoid possible compiler r... | ajwong@chromium.org | 2011-09-21 | 2 | -11/+32 |
* | Replace AudioDecoderConfig with simple accessors on AudioDecoder. | scherkus@chromium.org | 2011-09-16 | 3 | -35/+1 |
* | Add API to query for the audio buffer size. | rtoy@google.com | 2011-09-15 | 2 | -0/+22 |
* | There is a complain from Valgrind about invalid memory access in snd_device_n... | xians@chromium.org | 2011-09-15 | 3 | -14/+23 |
* | Windows-only change -- issue is worst on Windows because of pre-buffering. On... | enal@chromium.org | 2011-09-15 | 2 | -2/+24 |
* | The recording in linux sometimes triggers endless delay warnings, which happe... | xians@chromium.org | 2011-09-09 | 2 | -2/+15 |
* | Revert 99236 - Very short-term change: while working on proper long-term solu... | crogers@google.com | 2011-09-02 | 2 | -24/+2 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 2 | -2/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 2 | -2/+2 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 2 | -2/+2 |
* | Very short-term change: while working on proper long-term solution, | enal@chromium.org | 2011-09-01 | 2 | -2/+24 |
* | Fix link error with components build and media.dll. I have no idea why the bo... | jam@chromium.org | 2011-08-30 | 1 | -6/+6 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 16 | -51/+57 |
* | Fix problem when 'ended' event was fired before stream really ended. | enal@chromium.org | 2011-08-23 | 2 | -0/+55 |
* | Adds Surround Sound support using PulseAudio. | slock@chromium.org | 2011-08-22 | 1 | -5/+78 |