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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-03
10
-61
/
+53
*
Adjust delay calculations on Mac to properly account for the FIFO buffers.
ajm@chromium.org
2013-05-31
2
-5
/
+11
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
46
-322
/
+145
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
46
-145
/
+322
*
Reduce wait time for Windows in AudioOutputController:WaitTillDataReady()
davemoore@chromium.org
2013-05-30
1
-7
/
+2
*
Fix audio capture buffer handling on Android.
wjia@chromium.org
2013-05-28
1
-10
/
+10
*
Fixes crash in AudioInputVolumeTest.InputVolumeTest.
henrika@chromium.org
2013-05-28
1
-1
/
+4
*
Improved AGC update scheme for the audio backend in Chrome.
henrika@chromium.org
2013-05-28
13
-165
/
+247
*
Using native sampling rate and optimal buffer size for audio on Android.
leozwang@chromium.org
2013-05-27
2
-12
/
+41
*
Allow sample rate pass through on Linux.
dalecurtis@google.com
2013-05-24
2
-4
/
+8
*
Improves capture delay estimates on Mac.
henrika@chromium.org
2013-05-22
1
-1
/
+4
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
2
-10
/
+12
*
Revert 201202 "base: Support setting thread priorities generically."
scottmg@chromium.org
2013-05-21
2
-10
/
+8
*
base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-21
2
-8
/
+10
*
Destroy the openSLES objects in the correct order on Android.
rtoy@google.com
2013-05-16
1
-1
/
+1
*
Set default sampling rate to 44100 and query the native output sampling rate.
leozwang@chromium.org
2013-05-16
2
-13
/
+14
*
Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...
thestig@chromium.org
2013-05-16
1
-1
/
+0
*
Report timing statistics for audio controller methods via UMA.
dalecurtis@chromium.org
2013-05-16
2
-0
/
+10
*
Decrease the max wait time for audio on chromeos
davemoore@chromium.org
2013-05-13
1
-5
/
+27
*
Adds support for different sample rates in unified audio on Windows.
henrika@chromium.org
2013-05-10
4
-247
/
+868
*
Fix support for channel layouts other than the hardware layout.
dalecurtis@google.com
2013-05-08
2
-14
/
+14
*
Avoid crash when changing sample-rates using live audio input
crogers@google.com
2013-05-06
1
-2
/
+4
*
Make sure not to use aggregate devices if sample-rates of input and output de...
crogers@google.com
2013-05-06
1
-7
/
+15
*
Remove a bunch of old media switches.
dalecurtis@google.com
2013-05-03
3
-30
/
+5
*
Disable timer check for no data in AudioInputController for mirroring.
miu@chromium.org
2013-04-25
2
-16
/
+38
*
media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-24
4
-4
/
+4
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
5
-7
/
+7
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
31
-108
/
+113
*
Add OSX aggregate audio device support for best performance.
crogers@google.com
2013-04-18
6
-18
/
+476
*
Merge AssociateStreamWithProducer message into CreateStream message for both ...
miu@chromium.org
2013-04-17
7
-183
/
+183
*
Resolves "Huge increase in audio latency on Windows following r192046".
henrika@chromium.org
2013-04-17
1
-8
/
+17
*
Revert 194407 "Revert 194371"
wjia@chromium.org
2013-04-16
4
-77
/
+83
*
Revert 194371
cpu@chromium.org
2013-04-16
4
-83
/
+77
*
Remove unused flush operation from Chromium audio.
miu@chromium.org
2013-04-16
8
-34
/
+7
*
Refactor android specific code in AudioManagerBase class.
wjia@chromium.org
2013-04-16
4
-77
/
+83
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media.
dcheng@chromium.org
2013-04-15
10
-11
/
+11
*
Android implementation of WebAudio audio file decoder.
rtoy@google.com
2013-04-15
1
-3
/
+3
*
Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.
pkasting@chromium.org
2013-04-13
3
-20
/
+8
*
Do not register JNI in inidividual tests.
nileshagrawal@chromium.org
2013-04-09
3
-33
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Fix a couple bugs with OSX audio buffer size selection.
dalecurtis@chromium.org
2013-04-08
3
-16
/
+42
*
Add vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
12
-233
/
+11
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
6
-6
/
+6
*
Increased initial timer interval to ensure that we don't trigger error callba...
henrika@chromium.org
2013-04-05
1
-1
/
+7
*
Adding force-wave-audio flag on Windows.
henrika@chromium.org
2013-04-05
1
-0
/
+7
*
Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.
dcheng@chromium.org
2013-04-05
1
-1
/
+1
*
Adds support for CoreAudioUtil::IsChannelLayoutSupported().
henrika@chromium.org
2013-04-03
4
-15
/
+150
*
Add a unified audio I/O backend for ChromeOS.
dgreid@chromium.org
2013-04-03
8
-698
/
+651
[next]