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
*
Guarantee PPAPI Audio playbacks are stopped in Pause().
neb@chromium.org
2010-08-31
1
-0
/
+7
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
2
-1
/
+1
*
Displays a speech input UI bubble during speech recognition.
satish@chromium.org
2010-08-27
1
-0
/
+3
*
Add missing backslash to fix build break caused by
satish@chromium.org
2010-08-27
1
-1
/
+1
*
Mac audio input implementation
joth@chromium.org
2010-08-27
6
-17
/
+392
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
26
-236
/
+367
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
21
-347
/
+228
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
21
-228
/
+347
*
Allow unit tests to use a mock audio input controller.
satish@chromium.org
2010-08-10
4
-3
/
+179
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
1
-2
/
+0
*
base: rename Environment::HasEnv to Environment::HasVar.
tfarina@chromium.org
2010-08-04
1
-1
/
+1
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
2
-3
/
+2
*
Uninitialized member in AudioInputController.
finnur@chromium.org
2010-08-02
1
-0
/
+1
*
GTTF: more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-07-27
1
-21
/
+24
*
Add an AudioInputController to help with audio recording.
satish@chromium.org
2010-07-16
3
-0
/
+406
*
Audio pause and seek better
hclam@chromium.org
2010-07-15
2
-19
/
+69
*
AudioController sets volume to 1.0 by default
hclam@chromium.org
2010-07-15
1
-1
/
+1
*
Add a fake audio input stream for testing purposes.
satish@chromium.org
2010-07-15
6
-1
/
+198
*
Fixed ended event when playing audio on linux.
sergeyu@chromium.org
2010-07-14
3
-43
/
+3
*
Add recording capability to AudioManager, and implemented on windows using th...
satish@chromium.org
2010-07-14
13
-5
/
+693
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
25
-151
/
+157
*
Renamed AudioController to AudioOutputController.
satish@chromium.org
2010-07-09
3
-107
/
+122
*
Rewrite AudioRendererHost to use AudioController
hclam@chromium.org
2010-07-07
3
-14
/
+31
*
Some fixups for AudioController and unit tests
hclam@chromium.org
2010-06-22
4
-21
/
+81
*
AudioController accepts hardware buffer size as parameter.
hclam@chromium.org
2010-06-16
3
-22
/
+51
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
2
-4
/
+1
*
patch
thakis@chromium.org
2010-06-16
2
-1
/
+4
*
AudioController to perform audio operations on a separate thread
hclam@chromium.org
2010-06-07
5
-7
/
+697
*
Removed PushSource::Packet. SeekableBuffer.current_time() fixed to return
sergeyu@chromium.org
2010-05-26
2
-56
/
+16
*
Fix folding code to respect new AAC channel order caused by ffmpeg roll. Als...
fbarchard@chromium.org
2010-05-17
2
-11
/
+8
*
Fixed memory leaks in media_unittests that cause heapcheck errors.
sergeyu@chromium.org
2010-05-16
1
-0
/
+9
*
Fixed memleak in alsa_output.cc
sergeyu@chromium.org
2010-05-16
1
-1
/
+2
*
Fixed media_unittests.
sergeyu@chromium.org
2010-05-15
3
-26
/
+69
*
Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...
sergeyu@chromium.org
2010-05-14
5
-187
/
+217
*
Revert 46314 - floating point audio support in util functions for volume and ...
fbarchard@chromium.org
2010-05-04
3
-65
/
+29
*
floating point audio support in util functions for volume and folding
fbarchard@chromium.org
2010-05-04
3
-29
/
+65
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
3
-3
/
+6
*
Looping for audio / video
hclam@chromium.org
2010-04-14
1
-3
/
+25
*
Too many audio hangs Leopard
hclam@chromium.org
2010-04-13
1
-0
/
+1
*
Flush audio data after seek
hclam@chromium.org
2010-04-08
4
-15
/
+17
*
Assume pending buffered bytes is zero when ALSA has underrun.
scherkus@chromium.org
2010-04-08
5
-16
/
+73
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
1
-1
/
+1
*
- OpenBSD media/audio support stub
pvalchev@google.com
2010-03-26
2
-0
/
+91
*
Prevent integer underflow when calculating next_fill_time_ms in AlsaPcmOutput...
scherkus@chromium.org
2010-02-25
1
-5
/
+14
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
15
-187
/
+188
*
More plumbing of the low latency mode
cpu@chromium.org
2010-01-13
6
-27
/
+69
*
Retry 35837 linux: grab device name before closing it
ajwong@chromium.org
2010-01-09
2
-3
/
+14
*
Revert 35837 - Failed media tests - linux: grab device name before closing it
rsesek@chromium.org
2010-01-08
1
-3
/
+2
*
linux: grab device name before closing it
evan@chromium.org
2010-01-08
1
-2
/
+3
*
Add a low-latency audio test that uses syncsockets
cpu@chromium.org
2009-12-17
1
-0
/
+118
[next]