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
*
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
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-0
/
+1
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-1
/
+3
*
Limit frequency of audio to 48000.
fbarchard@chromium.org
2009-11-05
1
-0
/
+9
*
Reduce sleep time on Mac to 500 ms, same as PC
fbarchard@chromium.org
2009-11-05
1
-1
/
+1
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
12
-87
/
+71
*
Quick fix for Alsa stutter - Wake up sooner.
fbarchard@chromium.org
2009-10-22
1
-0
/
+3
*
Fold first 3 channels of multichannel instead of 5. Use fixed point.
fbarchard@chromium.org
2009-10-20
2
-94
/
+113
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
7
-119
/
+656
*
Pad time to next audio data write to compensate for nanosleep inaccuracy on l...
ajwong@chromium.org
2009-10-15
1
-0
/
+10
*
Support 8 and 32 bit formats for Mac Channel Swizzler.
fbarchard@chromium.org
2009-10-09
1
-2
/
+4
*
quick syntax fix
fbarchard@chromium.org
2009-10-08
1
-1
/
+1
*
Support 8 and 32 bit formats for Mac Channel Swizzler.
fbarchard@chromium.org
2009-10-08
1
-7
/
+13
*
Mac Surround Sound 5.1 channel layout adapter from AAC layout to native Audio...
fbarchard@chromium.org
2009-10-06
3
-12
/
+60
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-1
/
+1
*
Fixing audio in mac
hclam@chromium.org
2009-09-17
3
-8
/
+94
*
Pause for <video> should have immediate effect on audio
hclam@chromium.org
2009-09-17
1
-2
/
+3
*
AudioHardwareGetProperty is deprecated in Mac OS X 10.6 ("Snow Leopard").
mark@chromium.org
2009-09-17
1
-5
/
+15
*
Don't redefine what Snow Leopard provides if Snow Leopard has provided it.
mark@chromium.org
2009-09-16
1
-1
/
+3
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-1
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+1
*
Provide unplayed bytes ALSA implementation of audio
hclam@chromium.org
2009-08-24
4
-3
/
+32
*
Providing unplayed bytes in audio hardware buffer
hclam@chromium.org
2009-08-24
13
-33
/
+115
*
Threadsafe access to AudioSource callback. Release stream on close. Handle er...
ajwong@chromium.org
2009-08-21
5
-46
/
+151
*
Remove the folding define macro.
ajwong@chromium.org
2009-08-20
1
-7
/
+0
*
Bump kNumBuffers to 3
fbarchard@chromium.org
2009-08-20
2
-16
/
+22
*
Enabled mono playback support for Linux.
scherkus@chromium.org
2009-08-20
2
-5
/
+20
*
Possible deadlock in PCM audio Start() method
cpu@chromium.org
2009-08-18
2
-6
/
+47
*
AudioRendererHost send ViewMsg_AudioStreamState
hclam@chromium.org
2009-08-11
1
-9
/
+0
*
Fix a leak in AudioRendererBaseTest::OneCompleteReadCycle
hclam@chromium.org
2009-08-06
1
-1
/
+2
*
Reimplement the AlsaPcmOutputStream and fix the threading issues.
ajwong@chromium.org
2009-08-04
8
-512
/
+1136
*
Surround Sound handling by folding 5 channels down to stereo.
fbarchard@chromium.org
2009-07-25
5
-5
/
+207
*
Software volume control hook-up in linux.
ajwong@chromium.org
2009-07-25
2
-3
/
+14
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@google.com
2009-07-22
18
-191
/
+189
*
Revert r21137 to fix Chromium mac valgrind
hclam@chromium.org
2009-07-21
17
-188
/
+190
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@chromium.org
2009-07-21
17
-190
/
+188
*
Software volume adjustment by changing samples.
fbarchard@chromium.org
2009-07-20
5
-26
/
+178
*
Allow 6 channel to pass thru to driver.
fbarchard@chromium.org
2009-07-16
1
-2
/
+11
*
Put some hard limits on the low level audio api
cpu@google.com
2009-07-01
3
-0
/
+50
*
Changing overstrict CHECKs to just setting the object into an invalid state.
ajwong@chromium.org
2009-06-20
1
-5
/
+17
*
Setting svn:eol-style LF for media source files.
scherkus@chromium.org
2009-06-17
4
-78
/
+79
*
Changed to use PushSource for the intermediate buffer
hclam@chromium.org
2009-06-05
2
-0
/
+41
*
Fix build bustage due to media_tests
hclam@chromium.org
2009-06-04
2
-44
/
+45
*
Allow PushSource to have smaller write size than read size (packet size)
hclam@chromium.org
2009-06-04
4
-56
/
+132
[next]