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
*
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
*
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
[next]