| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland the CL 8162015. | xians@chromium.org | 2011-10-29 | 2 | -59/+146 |
* | Revert 106513 - The first step to add device selection to linux. | garykac@chromium.org | 2011-10-20 | 2 | -144/+59 |
* | The first step to add device selection to linux. | xians@chromium.org | 2011-10-20 | 2 | -59/+144 |
* | Revert r104043, which causes audio not to play smoothly on Chrome OS. | enal@chromium.org | 2011-10-18 | 2 | -44/+23 |
* | Add a method to the audio manager to find out if recording is currently activ... | leandrogracia@chromium.org | 2011-10-13 | 3 | -15/+29 |
* | Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ... | erg@google.com | 2011-10-13 | 3 | -31/+17 |
* | Add a method to the audio manager to find out if recording is currently activ... | leandrogracia@chromium.org | 2011-10-13 | 3 | -17/+31 |
* | fixing the compilation problem when enable pulse for chrome. | xians@chromium.org | 2011-10-12 | 1 | -1/+3 |
* | 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 | 2 | -1/+23 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 6 | -41/+38 |
* | There is a complain from Valgrind about invalid memory access in snd_device_n... | xians@chromium.org | 2011-09-15 | 3 | -14/+23 |
* | The recording in linux sometimes triggers endless delay warnings, which happe... | xians@chromium.org | 2011-09-09 | 2 | -2/+15 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 3 | -3/+7 |
* | 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 | 1 | -0/+3 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 3 | -7/+3 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 3 | -3/+7 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 2 | -2/+2 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -2/+2 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-14 | 1 | -1/+2 |
* | Fix clang. | jhawkins@chromium.org | 2011-06-22 | 1 | -2/+2 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 4 | -6/+7 |
* | Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but... | enal@chromium.org | 2011-06-08 | 5 | -273/+159 |
* | Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en... | scherkus@chromium.org | 2011-06-01 | 2 | -4/+91 |
* | Description: | annacc@chromium.org | 2011-05-16 | 1 | -22/+33 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | Open ALSA device using hw_params calls | davej@chromium.org | 2011-04-19 | 2 | -4/+72 |
* | Allow audio output on Linux to work with web audio API | crogers@google.com | 2011-04-16 | 1 | -2/+3 |
* | Fix Linux audio playback | davej@chromium.org | 2011-04-14 | 2 | -2/+26 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 3 | -8/+8 |
* | Cleaning up src/media to be consistent with static versus anonymous namespaces. | scherkus@chromium.org | 2011-03-07 | 4 | -47/+29 |
* | Adds method to invoke platform provided audio input UI. | satish@chromium.org | 2011-03-01 | 2 | -0/+23 |
* | Bug-fixes for AudioInputStream: | scherkus@chromium.org | 2011-02-16 | 2 | -2/+3 |
* | clang: Fix several -Woverloaded-virtual warnings. | thakis@chromium.org | 2011-02-11 | 1 | -6/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 4 | -14/+14 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move audio output number limit to AudioManager. | sergeyu@chromium.org | 2010-11-30 | 1 | -0/+8 |
* | Implemented AudioOutputProxy. | sergeyu@chromium.org | 2010-11-24 | 1 | -0/+5 |
* | Simplified AudioOutputStream interface. | sergeyu@chromium.org | 2010-11-11 | 7 | -83/+61 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 2 | -0/+3 |
* | Convert LOG(INFO) to VLOG(1) - media/. | pkasting@chromium.org | 2010-10-19 | 1 | -3/+2 |
* | Fix the issue with audio ended event on Ubuntu 10.10. | sergeyu@chromium.org | 2010-10-19 | 2 | -11/+4 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 3 | -24/+91 |
* | Fix a typo in a comment. | evan@chromium.org | 2010-09-16 | 1 | -1/+2 |
* | 3 channel test removed | fbarchard@chromium.org | 2010-09-13 | 1 | -0/+2 |
* | fix for mock failure in alsa unittest with downmix | fbarchard@chromium.org | 2010-09-13 | 1 | -1/+1 |
* | enable folding code for 6.1 and 7.1 surround sound. | fbarchard@chromium.org | 2010-09-13 | 1 | -2/+2 |