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
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
1
-15
/
+1
*
Get ChannelLayout on OSX with non-deprecated methods.
dalecurtis@chromium.org
2012-08-09
1
-15
/
+7
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-07
2
-10
/
+0
*
Move AudioDevice and AudioInputDevice to media.
tommi@chromium.org
2012-07-27
1
-1
/
+3
*
Make audio build on the Mac OS X 10.7
abarth@chromium.org
2012-07-26
3
-0
/
+3
*
Ignore -Wdeprecated-declarations in audio_output_mac.cc.
rsesek@chromium.org
2012-07-23
1
-0
/
+3
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
2
-14
/
+0
*
Revert 142862 - Change the way we are stopping audio stream on Mac once again.
kkania@chromium.org
2012-06-19
2
-63
/
+22
*
Change the way we are stopping audio stream on Mac once again.
enal@chromium.org
2012-06-18
2
-22
/
+63
*
Change the way we are stopping audio stream on Mac.
enal@chromium.org
2012-06-14
2
-16
/
+43
*
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
thestig@chromium.org
2012-05-16
1
-1
/
+1
*
Remove unused parameter "stream" from all variants of OnMoreData().
enal@chromium.org
2012-04-24
3
-10
/
+11
*
Replace NOTREACHED() with LOG(ERROR) in PCMQueueOutAudioOutputStream::HandleE...
scherkus@chromium.org
2012-04-04
1
-2
/
+2
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
12
-1
/
+48
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
12
-48
/
+1
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
12
-1
/
+48
*
AUAudioOutputStream::Stop() first sets the source_ to NULL then calls AudioOu...
xians@chromium.org
2012-03-29
2
-2
/
+11
*
Adds Analog Gain Control (AGC) to the WebRTC client.
henrika@chromium.org
2012-03-28
5
-9
/
+46
*
Replace size_t with int in a few media classes.
scherkus@chromium.org
2012-03-27
1
-4
/
+4
*
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
[next]