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
*
Make AudioParameters a class instead of a struct
vrk@google.com
2012-03-21
7
-35
/
+35
*
mac: Add MEDIA_EXPORT macros needed to link tests in the shared build
thakis@chromium.org
2012-03-15
2
-2
/
+2
*
Stopping the audio thread before destroying the AudioManager<Platform>.
xians@chromium.org
2012-03-14
1
-0
/
+1
*
Improves flaky unit tests on Windows and Mac OS X.
henrika@chromium.org
2012-03-07
1
-15
/
+26
*
Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...
xians@chromium.org
2012-03-07
2
-99
/
+50
*
Adding microphone volume support to chrome in linux. Totally there are 3 APIs...
xians@chromium.org
2012-02-28
4
-3
/
+203
*
Don't query the stream latency when setting up the input stream.
xians@chromium.org
2012-02-21
3
-36
/
+5
*
Make AudioManager non-refcounted.
tommi@chromium.org
2012-02-15
2
-6
/
+6
*
Fix crash on Mac OS X caused by querying audio stream latency.
crogers@google.com
2012-02-01
1
-32
/
+1
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
5
-29
/
+42
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
1
-4
/
+4
*
Remove the headless check for the audio output unittests.
tommi@chromium.org
2012-01-13
1
-3
/
+1
*
Enable the AudioInputTest tests on the build bots and fix a bug in PCMQueueIn...
tommi@chromium.org
2011-12-14
2
-4
/
+12
*
Enable MacAudioInput tests on all mac bots.
tommi@chromium.org
2011-12-14
1
-4
/
+4
*
Adds new full-duplex test which measures and logs the reported audio delays.
henrika@chromium.org
2011-12-14
1
-1
/
+3
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
3
-58
/
+56
*
Make check for 'opened' consistent across all audio stream implementations of...
tommi@chromium.org
2011-12-08
4
-3
/
+12
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
5
-35
/
+77
*
Add OVERRIDE to media/.
avi@chromium.org
2011-11-16
2
-12
/
+13
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
1
-3
/
+0
*
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
[next]