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
/
audio_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
1
-29
/
+1
*
Reland r186180 after fixing the --audio-buffer-size flag and cras issue.
xians@chromium.org
2013-03-07
1
-15
/
+3
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
1
-0
/
+16
*
Moved AudioUtil static functions:
xians@chromium.org
2013-03-05
1
-16
/
+0
*
Delete AudioOutputMixer.
dalecurtis@chromium.org
2013-02-01
1
-9
/
+0
*
Removes usage of media::IsWASAPISupported and introduces new CoreAudioUtil::I...
henrika@chromium.org
2012-11-14
1
-4
/
+0
*
Use ChannelMixer where applicable. Remove FoldChannels.
dalecurtis@chromium.org
2012-10-20
1
-19
/
+0
*
Convert WebAudio file handlers to use AudioBus.
dalecurtis@chromium.org
2012-08-30
1
-13
/
+0
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
1
-15
/
+0
*
Upgrade AudioBus to support wrapping, interleaving.
dalecurtis@chromium.org
2012-08-21
1
-11
/
+0
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
1
-0
/
+15
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
1
-15
/
+0
*
Switch AudioRenderSink::Callback to use AudioBus.
dalecurtis@chromium.org
2012-08-09
1
-2
/
+2
*
Change the code to use 2 buffers on presumable good Windows boxes.
enal@chromium.org
2012-06-15
1
-0
/
+3
*
Revert 142430 - Do not stop audio physical stream immediately after logical o...
kkania@chromium.org
2012-06-15
1
-3
/
+0
*
Do not stop audio physical stream immediately after logical one had stopped.
enal@chromium.org
2012-06-15
1
-0
/
+3
*
Revert 141770 - Do not stop audio physical stream immediately after logical o...
cpu@chromium.org
2012-06-13
1
-3
/
+0
*
Do not stop audio physical stream immediately after logical one had stopped.
enal@chromium.org
2012-06-12
1
-0
/
+3
*
Revert 141476 - Do not stop audio physical stream immediately after logical o...
sail@chromium.org
2012-06-11
1
-3
/
+0
*
Do not stop audio physical stream immediately after logical one had stopped.
enal@chromium.org
2012-06-11
1
-0
/
+3
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
1
-0
/
+4
*
Change InterleaveFloatToInt16() to work with uint8 and int32
vrk@google.com
2012-04-02
1
-5
/
+6
*
Make AudioParameters a class instead of a struct
vrk@google.com
2012-03-21
1
-6
/
+5
*
Add software audio mixing to the audio utils.
enal@chromium.org
2012-03-20
1
-0
/
+9
*
Adds input volume control support for Windows platforms.
henrika@chromium.org
2012-03-06
1
-4
/
+7
*
Fix muted audio when playback rate != 1.0 or 0.0
vrk@chromium.org
2012-03-06
1
-5
/
+0
*
Clean up audio-related utility functions to compute buffer sizes
vrk@chromium.org
2012-03-05
1
-5
/
+0
*
Increase the buffer size in AudioRendererImpl to fix muted playback rate
vrk@google.com
2012-02-23
1
-0
/
+5
*
Adds support for 16kHz input sample rate and mono channel config. in WebRTC.
henrika@chromium.org
2012-01-19
1
-0
/
+3
*
Clean up AudioRendererAlgorithmBase
vrk@google.com
2012-01-10
1
-1
/
+8
*
Move decision if we need to use WASAPI or wave out into separate function.
enal@chromium.org
2011-12-03
1
-0
/
+8
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
1
-1
/
+4
*
Add API to query for the audio buffer size.
rtoy@google.com
2011-09-15
1
-0
/
+5
*
Windows-only change -- issue is worst on Windows because of pre-buffering. On...
enal@chromium.org
2011-09-15
1
-0
/
+4
*
Revert 99236 - Very short-term change: while working on proper long-term solu...
crogers@google.com
2011-09-02
1
-4
/
+0
*
Very short-term change: while working on proper long-term solution,
enal@chromium.org
2011-09-01
1
-0
/
+4
*
Fix link error with components build and media.dll. I have no idea why the bo...
jam@chromium.org
2011-08-30
1
-6
/
+6
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
1
-21
/
+22
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
1
-0
/
+15
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
1
-15
/
+14
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
1
-14
/
+15
*
Revert 95496 - Create media.dll
apatrick@chromium.org
2011-08-05
1
-15
/
+14
*
Create media.dll
darin@chromium.org
2011-08-04
1
-14
/
+15
*
Move SwizzleCoreAudioLayout5_1() closer to where it's called.
scherkus@chromium.org
2011-07-29
1
-18
/
+1
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
1
-15
/
+1
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-07-15
1
-1
/
+15
*
Add WebKit API to retrieve the audio hardware sample-rate
crogers@google.com
2011-03-23
1
-0
/
+3
*
Add a low-latency AudioOutputStream implementation for Mac OS X.
crogers@google.com
2011-01-29
1
-0
/
+17
*
Implement renderer AudioDevice API for low-latency audio output
crogers@google.com
2011-01-15
1
-0
/
+12
*
(Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...
kbr@google.com
2010-12-16
1
-1
/
+14
[next]