index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
audio
/
pulse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delay back to back PulseAudio write request callbacks.
dalecurtis@chromium.org
2014-08-01
2
-15
/
+40
*
Switch the input code to use AudioBlockFifo.
xians@chromium.org
2014-07-21
2
-24
/
+16
*
Fix most GN clang errors.
brettw@chromium.org
2014-07-17
1
-0
/
+2
*
Always use the native sample rate for Pulse.
dalecurtis@chromium.org
2014-06-23
1
-4
/
+1
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
4
-10
/
+18
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
4
-18
/
+10
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
4
-10
/
+18
*
generate_stubs: Allow // comments as well as the existing #.
rsesek@chromium.org
2014-06-13
1
-6
/
+6
*
add audio-buffer-size command line flag support to the input audio for all th...
xians@chromium.org
2014-05-20
1
-2
/
+7
*
Use larger buffer sizes for lower power on Linux.
dalecurtis@chromium.org
2014-04-17
1
-3
/
+8
*
Remove unnecessary output spam from pulse audio
enne@chromium.org
2014-04-12
1
-4
/
+4
*
Clean up histogram'd media enum max values.
rileya@chromium.org
2014-02-28
1
-3
/
+1
*
Implement hook to change audio output device for PulseAudio.
grunell@chromium.org
2014-02-13
6
-9
/
+27
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
4
-396
/
+6
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
4
-6
/
+396
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
4
-396
/
+6
*
Build fix when use_alsa=0.
joone.hur@intel.com
2014-02-06
1
-0
/
+4
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
2
-16
/
+16
*
Remove an unused OnClose() method from AudioInputCallback.
tommi@chromium.org
2013-12-18
1
-3
/
+1
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
1
-1
/
+1
*
Revert 240548 "Enable platform echo cancellation through the Aud..."
hashimoto@chromium.org
2013-12-13
1
-1
/
+1
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
1
-1
/
+1
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
2
-6
/
+7
*
Support use_alsa==0 on Linux
spang@chromium.org
2013-11-28
1
-2
/
+2
*
Remove the last vestiges of audio_util.
dalecurtis@chromium.org
2013-10-01
1
-1
/
+0
*
Implement GetAudioOutputDevices for remaining platforms, consolidate tests.
joi@chromium.org
2013-09-16
1
-4
/
+4
*
Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio.
joi@chromium.org
2013-09-05
2
-17
/
+31
*
Add the necessary scaffolding to allow creation of non-default audio output d...
tommi@chromium.org
2013-09-03
2
-1
/
+9
*
Prevent sending 0 as volume to AGC at the beginning of the audio stream.
xians@chromium.org
2013-08-01
1
-2
/
+4
*
Implement the HasAudioOutputDevices() and HasAudioInputDevices() for Pulse to...
xians@chromium.org
2013-08-01
3
-13
/
+40
*
Update include paths in media/audio for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+0
*
Use a direct include of the message_loop header in media/.
avi@chromium.org
2013-07-18
2
-2
/
+2
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
2
-2
/
+2
*
Add some error information to Pulse startup failure.
dalecurtis@chromium.org
2013-06-08
1
-8
/
+5
*
Privitize WaitTillDataReady() and DataReady().
dalecurtis@chromium.org
2013-06-05
3
-4
/
+1
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
4
-11
/
+20
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
4
-20
/
+11
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
4
-11
/
+20
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
4
-20
/
+11
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
4
-11
/
+20
*
Improved AGC update scheme for the audio backend in Chrome.
henrika@chromium.org
2013-05-28
2
-5
/
+8
*
Allow sample rate pass through on Linux.
dalecurtis@google.com
2013-05-24
2
-4
/
+8
*
Add vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
2
-6
/
+2
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
2
-2
/
+2
*
Added the unified IO on Linux.
xians@chromium.org
2013-03-28
8
-194
/
+606
*
Linux: add an option to link pulseaudio directly (DT_NEEDED).
phajdan.jr@chromium.org
2013-03-26
1
-1
/
+6
*
Fixed the media_unittests for pulseaudio.
xians@chromium.org
2013-03-26
2
-15
/
+16
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
2
-6
/
+5
*
Reland r186180 after fixing the --audio-buffer-size flag and cras issue.
xians@chromium.org
2013-03-07
2
-17
/
+44
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
2
-39
/
+18
[next]