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
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement polling for data becoming ready when starting audio stream.
enal@chromium.org
2011-11-09
1
-0
/
+7
*
This patch will loop through the soundcard and return a list of available dev...
xians@chromium.org
2011-10-28
1
-6
/
+128
*
Adding input and output delay estimation for mac.
xians@chromium.org
2011-10-27
5
-25
/
+287
*
Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu...
scherkus@chromium.org
2011-10-26
1
-13
/
+14
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
3
-13
/
+22
*
Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...
erg@google.com
2011-10-13
3
-22
/
+13
*
Add a method to the audio manager to find out if recording is currently activ...
leandrogracia@chromium.org
2011-10-13
3
-13
/
+22
*
Implementation of AudioInputStream for Mac OS X using the special AUHAL input...
henrika@chromium.org
2011-10-05
5
-2
/
+760
*
Adding delay estimation to input audio.
xians@chromium.org
2011-10-04
1
-1
/
+2
*
Add a lock around getting and setting of source_ to avoid possible compiler r...
ajwong@chromium.org
2011-09-21
2
-11
/
+32
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
Move SwizzleCoreAudioLayout5_1() closer to where it's called.
scherkus@chromium.org
2011-07-29
1
-1
/
+16
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
8
-10
/
+12
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-22
3
-0
/
+4
*
Improve and unify Mac OS X run-time version checks.
mark@chromium.org
2011-06-14
1
-4
/
+2
*
Fix for CoreAudio stereo problem for unknown speakers
annacc@chromium.org
2011-06-08
1
-2
/
+22
*
Better memory management for audio channel swizzle code.
annacc@chromium.org
2011-06-02
1
-10
/
+16
*
Revert 87535 - Better memory management for audio channel swizzle code.
michaeln@google.com
2011-06-01
1
-16
/
+10
*
Better memory management for audio channel swizzle code.
annacc@chromium.org
2011-06-01
1
-10
/
+16
*
Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...
scherkus@chromium.org
2011-06-01
2
-0
/
+15
*
Surround sound swizzling for Mac based on device channel layout preferences.
annacc@chromium.org
2011-05-26
2
-20
/
+213
*
Description:
annacc@chromium.org
2011-05-16
1
-6
/
+8
*
Mac platform was not treating 8bit PCM audio as unsigned data.
sjl@google.com
2011-04-01
1
-4
/
+15
*
Use default "output" rather than "input" device when querying hardware sample...
crogers@google.com
2011-03-22
1
-3
/
+3
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
2
-17
/
+8
*
media/audio/mac/audio_low_latency_output_mac.cc is missing an #include.
mark@chromium.org
2011-02-02
1
-0
/
+2
*
Add a low-latency AudioOutputStream implementation for Mac OS X.
crogers@google.com
2011-01-29
4
-9
/
+331
*
Move audio output number limit to AudioManager.
sergeyu@chromium.org
2010-11-30
2
-5
/
+63
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
7
-46
/
+40
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
2
-11
/
+21
*
This test now works for the mac audio capture code as well, and in a future C...
satish@chromium.org
2010-09-02
5
-109
/
+12
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
8
-75
/
+55
*
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
3
-21
/
+6
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
2
-5
/
+21
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
2
-21
/
+5
*
Add a fake audio input stream for testing purposes.
satish@chromium.org
2010-07-15
1
-0
/
+6
*
Add recording capability to AudioManager, and implemented on windows using th...
satish@chromium.org
2010-07-14
2
-2
/
+22
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
5
-24
/
+29
*
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
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
3
-23
/
+23
*
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
3
-19
/
+12
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
1
-2
/
+1
*
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
[next]