| Commit message (Expand) | Author | Age | Files | Lines |
* | Support use_alsa==0 on Linux | spang@chromium.org | 2013-11-28 | 1 | -870/+0 |
* | Add the necessary scaffolding to allow creation of non-default audio output d... | tommi@chromium.org | 2013-09-03 | 1 | -2/+4 |
* | Use a direct include of the message_loop header in media/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Refactored DataBuffer to use unix_hacker style methods. | tyoverby@chromium.org | 2013-06-25 | 1 | -8/+8 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Try relanding this CL, the original CL passed the try bots but failed the mac... | xians@chromium.org | 2013-06-03 | 1 | -2/+2 |
* | Revert 203686 "Trying relanding this CL, the original CL passed ..." | xians@chromium.org | 2013-06-03 | 1 | -2/+2 |
* | Trying relanding this CL, the original CL passed the try bots but failed the ... | xians@chromium.org | 2013-06-03 | 1 | -2/+2 |
* | Revert 203427 "Hook up the device selection to the WebAudio live..." | justinlin@chromium.org | 2013-05-31 | 1 | -2/+2 |
* | Hook up the device selection to the WebAudio live audio. | xians@chromium.org | 2013-05-31 | 1 | -2/+2 |
* | Use base::MessageLoop in media code. | xhwang@chromium.org | 2013-04-22 | 1 | -2/+2 |
* | Remove unused parameter to OnError() | jrummell@chromium.org | 2013-03-23 | 1 | -1/+1 |
* | Reduce Linux low latency buffer size to 512. | dalecurtis@google.com | 2013-02-07 | 1 | -5/+4 |
* | Revert 181105 | vitalybuka@chromium.org | 2013-02-07 | 1 | -4/+5 |
* | Reduce Linux low latency buffer size to 512. | dalecurtis@chromium.org | 2013-02-07 | 1 | -5/+4 |
* | Fix hang in AlsaPcmOutputStreamTest.StartStop test. | dalecurtis@chromium.org | 2012-11-08 | 1 | -1/+5 |
* | Use ChannelMixer where applicable. Remove FoldChannels. | dalecurtis@chromium.org | 2012-10-20 | 1 | -2/+3 |
* | Allow audio system to handle synchronized low-latency audio I/O | crogers@google.com | 2012-09-12 | 1 | -0/+3 |
* | Fix unitialized reads in AudioOutputController unittest. | dalecurtis@google.com | 2012-09-05 | 1 | -7/+6 |
* | Fix unitialized data access in AlsaOutputUnittest. | dalecurtis@google.com | 2012-09-05 | 1 | -4/+10 |
* | Switch OnMoreData() to use AudioBus. | dalecurtis@chromium.org | 2012-09-05 | 1 | -14/+14 |
* | Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ... | fischman@chromium.org | 2012-08-07 | 1 | -4/+0 |
* | Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ... | fischman@chromium.org | 2012-08-06 | 1 | -5/+0 |
* | Revert 138939 - alsa_output: Drain and pause pcm when stopping. | scherkus@chromium.org | 2012-06-05 | 1 | -6/+0 |
* | Remove logspam from media_unittests. | fischman@chromium.org | 2012-05-30 | 1 | -4/+4 |
* | Audio in linux became choppy after some system update, I suppose one of the r... | xians@chromium.org | 2012-05-29 | 1 | -25/+57 |
* | Better handle error condition in ALSA output. | enal@chromium.org | 2012-05-26 | 1 | -1/+8 |
* | alsa_output: Drain and pause pcm when stopping. | dgreid@chromium.org | 2012-05-25 | 1 | -0/+5 |
* | Remove unused parameter "stream" from all variants of OnMoreData(). | enal@chromium.org | 2012-04-24 | 1 | -8/+5 |
* | Move media/audio files into media namespace (relanding) | vrk@google.com | 2012-04-03 | 1 | -0/+4 |
* | Revert 130180 - Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -4/+0 |
* | Move media/audio files into media namespace | vrk@google.com | 2012-04-02 | 1 | -0/+4 |
* | Replace size_t with int in a few media classes. | scherkus@chromium.org | 2012-03-27 | 1 | -8/+8 |
* | Make AudioParameters a class instead of a struct | vrk@google.com | 2012-03-21 | 1 | -7/+7 |
* | Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t... | xians@chromium.org | 2012-03-07 | 1 | -139/+175 |
* | Make AudioManager non-refcounted. | tommi@chromium.org | 2012-02-15 | 1 | -9/+9 |
* | Detect errors in audio output and report them upstream. | fischman@chromium.org | 2012-01-27 | 1 | -6/+4 |
* | Add thread safety to AudioManagerBase to protect access to the audio thread m... | tommi@chromium.org | 2012-01-19 | 1 | -3/+3 |
* | Make linux output streams consistent with other output stream implementations. | tommi@chromium.org | 2011-12-14 | 1 | -23/+9 |
* | Remove the AudioManager singleton. | tommi@chromium.org | 2011-12-12 | 1 | -13/+18 |
* | Enable the device selection for linux and mac by passing a device unique id f... | xians@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | Revert r104043, which causes audio not to play smoothly on Chrome OS. | enal@chromium.org | 2011-10-18 | 1 | -8/+7 |
* | Re-write the alsa polling scheduling to make it work with low buffer audio, f... | xians@chromium.org | 2011-10-05 | 1 | -8/+9 |
* | PulseAudio Sound Playback on Linux | slock@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Fix clang. | jhawkins@chromium.org | 2011-06-22 | 1 | -2/+2 |
* | Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but... | enal@chromium.org | 2011-06-08 | 1 | -49/+41 |
* | 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 |
* | Fix Linux audio playback | davej@chromium.org | 2011-04-14 | 1 | -2/+2 |
* | clang: Fix several -Woverloaded-virtual warnings. | thakis@chromium.org | 2011-02-11 | 1 | -6/+2 |