| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | PulseAudio Sound Playback on Linux | slock@chromium.org | 2011-08-19 | 5 | -13/+502 |
* | Add tracing for select WebAudio functions | crogers@google.com | 2011-08-18 | 4 | -0/+12 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 16 | -50/+44 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 16 | -44/+50 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 12 | -40/+38 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 12 | -38/+40 |
* | Move SwizzleCoreAudioLayout5_1() closer to where it's called. | scherkus@chromium.org | 2011-07-29 | 2 | -19/+17 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 2 | -2/+2 |
* | Fix media code to use initializer-list style for inheritance. | scherkus@chromium.org | 2011-07-18 | 2 | -6/+7 |
* | [Reverted due to check_deps failure] | zea@chromium.org | 2011-07-15 | 7 | -80/+16 |
* | Fix problem when 'ended' event was fired before stream really ended. | enal@chromium.org | 2011-07-15 | 7 | -16/+80 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 2 | -4/+3 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-14 | 2 | -2/+4 |
* | Change audio renderer to communicate with host using low latency codepath. | enal@chromium.org | 2011-07-07 | 2 | -1/+5 |
* | Fix clang. | jhawkins@chromium.org | 2011-06-22 | 1 | -2/+2 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 30 | -54/+68 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-22 | 3 | -0/+4 |
* | Fix bug when unplugging an audio input device whilst using speech input on Wi... | allanwoj@chromium.org | 2011-06-15 | 4 | -5/+90 |
* | Improve and unify Mac OS X run-time version checks. | mark@chromium.org | 2011-06-14 | 1 | -4/+2 |
* | Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but... | enal@chromium.org | 2011-06-08 | 5 | -273/+159 |