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
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
4
-47
/
+29
*
Adds method to invoke platform provided audio input UI.
satish@chromium.org
2011-03-01
2
-0
/
+23
*
Bug-fixes for AudioInputStream:
scherkus@chromium.org
2011-02-16
2
-2
/
+3
*
clang: Fix several -Woverloaded-virtual warnings.
thakis@chromium.org
2011-02-11
1
-6
/
+2
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
4
-14
/
+14
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move audio output number limit to AudioManager.
sergeyu@chromium.org
2010-11-30
1
-0
/
+8
*
Implemented AudioOutputProxy.
sergeyu@chromium.org
2010-11-24
1
-0
/
+5
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
7
-83
/
+61
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
2
-0
/
+3
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
1
-3
/
+2
*
Fix the issue with audio ended event on Ubuntu 10.10.
sergeyu@chromium.org
2010-10-19
2
-11
/
+4
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
3
-24
/
+91
*
Fix a typo in a comment.
evan@chromium.org
2010-09-16
1
-1
/
+2
*
3 channel test removed
fbarchard@chromium.org
2010-09-13
1
-0
/
+2
*
fix for mock failure in alsa unittest with downmix
fbarchard@chromium.org
2010-09-13
1
-1
/
+1
*
enable folding code for 6.1 and 7.1 surround sound.
fbarchard@chromium.org
2010-09-13
1
-2
/
+2
*
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
[next]