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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move decision if we need to use WASAPI or wave out into separate function.
enal@chromium.org
2011-12-03
3
-8
/
+26
*
Upstream: Media implementation for Android.
michaelbai@chromium.org
2011-12-02
5
-0
/
+487
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-12-01
4
-117
/
+169
*
Revert 112147 - Did not get LGTM from all reviewers.
enal@chromium.org
2011-11-30
3
-163
/
+113
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-11-30
3
-113
/
+163
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
1
-3
/
+5
*
Fixes rounding issue in simple sources.
henrika@chromium.org
2011-11-29
3
-27
/
+51
*
Revert 111890 - This patch ensures that the audio_output_win_unittest works f...
henrika@chromium.org
2011-11-29
3
-50
/
+28
*
This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...
henrika@chromium.org
2011-11-29
3
-28
/
+50
*
Removes call to invalid error handler during audio initialization for Windows...
henrika@chromium.org
2011-11-28
2
-12
/
+0
*
Expose a way for unit tests to terminate the AudioManager singleton to avoid ...
tommi@chromium.org
2011-11-25
2
-0
/
+14
*
Call close_timer_.Reset() from StopStreamTask.
rnk@google.com
2011-11-24
2
-4
/
+12
*
Adds support for capture device enumeration on Windows.
henrika@chromium.org
2011-11-24
5
-21
/
+317
*
enable the device selection for openbsd too to be in sync with linux
robert.nagy@gmail.com
2011-11-23
2
-3
/
+3
*
Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.
scherkus@chromium.org
2011-11-23
1
-1
/
+1
*
Add OVERRIDE to media/.
avi@chromium.org
2011-11-23
1
-6
/
+7
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
19
-78
/
+144
*
Make pulseaudio available for all posix platforms and add support on OpenBSD.
scherkus@chromium.org
2011-11-18
5
-22
/
+116
*
Revert 110584 - Make pulseaudio available for all posix platforms and add sup...
scherkus@chromium.org
2011-11-17
5
-116
/
+22
*
Make pulseaudio available for all posix platforms and add support on OpenBSD.
scherkus@chromium.org
2011-11-17
5
-22
/
+116
*
Add OVERRIDE to media/.
avi@chromium.org
2011-11-16
8
-41
/
+44
*
Low-latency AudioOutputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-11-16
6
-17
/
+1381
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
2
-4
/
+0
*
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
[next]