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
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
10
-83
/
+492
*
This test now works for the mac audio capture code as well, and in a future C...
satish@chromium.org
2010-09-02
2
-2
/
+2
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
5
-70
/
+46
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
1
-1
/
+0
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
4
-42
/
+18
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
4
-18
/
+42
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
4
-42
/
+18
*
GTTF: more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-07-27
1
-21
/
+24
*
Add a fake audio input stream for testing purposes.
satish@chromium.org
2010-07-15
1
-0
/
+6
*
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
3
-1
/
+28
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
5
-25
/
+27
*
Some fixups for AudioController and unit tests
hclam@chromium.org
2010-06-22
1
-0
/
+6
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
2
-4
/
+1
*
patch
thakis@chromium.org
2010-06-16
2
-1
/
+4
*
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
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
3
-3
/
+6
*
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
*
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
3
-69
/
+68
*
More plumbing of the low latency mode
cpu@chromium.org
2010-01-13
1
-1
/
+1
*
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
*
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
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
3
-8
/
+11
*
Quick fix for Alsa stutter - Wake up sooner.
fbarchard@chromium.org
2009-10-22
1
-0
/
+3
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
6
-117
/
+655
*
Pad time to next audio data write to compensate for nanosleep inaccuracy on l...
ajwong@chromium.org
2009-10-15
1
-0
/
+10
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-1
/
+1
*
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
3
-8
/
+11
*
Threadsafe access to AudioSource callback. Release stream on close. Handle er...
ajwong@chromium.org
2009-08-21
5
-46
/
+151
*
Enabled mono playback support for Linux.
scherkus@chromium.org
2009-08-20
2
-5
/
+20
*
Reimplement the AlsaPcmOutputStream and fix the threading issues.
ajwong@chromium.org
2009-08-04
7
-509
/
+1135
*
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
4
-17
/
+10
*
Revert r21137 to fix Chromium mac valgrind
hclam@chromium.org
2009-07-21
4
-10
/
+17
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@chromium.org
2009-07-21
4
-17
/
+10
*
Changing overstrict CHECKs to just setting the object into an invalid state.
ajwong@chromium.org
2009-06-20
1
-5
/
+17
*
Change default audio device from "plug:default" to "default".
ajwong@chromium.org
2009-05-27
3
-4
/
+5
*
Third attempt at http://codereview.chromium.org/115276
ajwong@chromium.org
2009-05-21
4
-3
/
+782
*
Revert r16622
estade@chromium.org
2009-05-21
4
-782
/
+3
[next]