gecko/dom/media/webaudio
2015-07-22 18:51:11 +12:00
..
blink Bug 1184419 - Part 2: Get rid of HRTFDatabaseLoader::shutdownEnumFunc; r=padenot 2015-07-16 14:47:59 -04:00
compiledtest
test bug 1184801 Test effect of AnalyserNode on GainNode output 2015-07-17 13:24:54 +12:00
AlignedTArray.h Bug 1182808 - Part 3: Rename AlignedTArray_Impl to AlignedTArray and remove existing AlignedTArray. r=padenot 2015-07-15 12:58:22 -07:00
AnalyserNode.cpp bug 1184801 process AnalyserNode input only when required r=padenot 2015-07-22 19:50:37 +12:00
AnalyserNode.h bug 1184801 process AnalyserNode input only when required r=padenot 2015-07-22 19:50:37 +12:00
AudioBuffer.cpp
AudioBuffer.h
AudioBufferSourceNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
AudioBufferSourceNode.h
AudioContext.cpp Bug 1184419 - Part 1: Get rid of FindConnectedSourcesOn; r=padenot 2015-07-16 14:47:58 -04:00
AudioContext.h
AudioDestinationNode.cpp Bug 1156472 - Part 6 - Connect HTMLMediaElement and AudioContext to the capture stream when capturing is needed. r=roc 2015-07-24 14:28:17 +02:00
AudioDestinationNode.h Bug 1156472 - Part 6 - Connect HTMLMediaElement and AudioContext to the capture stream when capturing is needed. r=roc 2015-07-24 14:28:17 +02:00
AudioEventTimeline.h
AudioListener.cpp
AudioListener.h
AudioNode.cpp Bug 1185176 - Account for the fact that it is possible for nodes to not have streams. r=karlt 2015-07-24 15:09:19 +02:00
AudioNode.h
AudioNodeEngine.cpp bug 1186781 skip reallocation when audio block is not shared r=padenot 2015-07-22 18:51:11 +12:00
AudioNodeEngine.h bug 1186781 skip reallocation when audio block is not shared r=padenot 2015-07-22 18:51:11 +12:00
AudioNodeEngineNEON.cpp
AudioNodeEngineNEON.h
AudioNodeExternalInputStream.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
AudioNodeExternalInputStream.h
AudioNodeStream.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
AudioNodeStream.h
AudioParam.cpp
AudioParam.h
AudioParamTimeline.h
AudioProcessingEvent.cpp
AudioProcessingEvent.h
BiquadFilterNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
BiquadFilterNode.h
BufferDecoder.cpp Bug 1184634 - Rename MediaTaskQueue to TaskQueue. r=gerald 2015-07-16 22:23:06 -07:00
BufferDecoder.h Bug 1184634 - Move various includes into the mozilla namespace. r=gerald 2015-07-16 22:23:18 -07:00
ChannelMergerNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
ChannelMergerNode.h
ChannelSplitterNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
ChannelSplitterNode.h
ConvolverNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
ConvolverNode.h
DelayBuffer.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
DelayBuffer.h bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
DelayNode.cpp
DelayNode.h
DynamicsCompressorNode.cpp bug 914392 use NodeMainThread() to avoid NodeMutex() use on main thread r=padenot 2015-07-14 21:57:01 +12:00
DynamicsCompressorNode.h
FFTBlock.cpp
FFTBlock.h
GainNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
GainNode.h
MediaBufferDecoder.cpp Bug 1184634 - Rename MediaTaskQueue to TaskQueue. r=gerald 2015-07-16 22:23:06 -07:00
MediaBufferDecoder.h
MediaElementAudioSourceNode.cpp
MediaElementAudioSourceNode.h
MediaStreamAudioDestinationNode.cpp
MediaStreamAudioDestinationNode.h
MediaStreamAudioSourceNode.cpp
MediaStreamAudioSourceNode.h
moz.build
OfflineAudioCompletionEvent.cpp
OfflineAudioCompletionEvent.h
OscillatorNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
OscillatorNode.h
PannerNode.cpp
PannerNode.h
PanningUtils.h bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
PeriodicWave.cpp
PeriodicWave.h
PlayingRefChangeHandler.h bug 914392 use NodeMainThread() to avoid NodeMutex() use on main thread r=padenot 2015-07-14 21:57:01 +12:00
ReportDecodeResultTask.h
ScriptProcessorNode.cpp bug 914392 don't check engine's Node existence in ProcessBlock r=padenot 2015-07-14 23:11:59 +12:00
ScriptProcessorNode.h bug 914392 move mSharedBuffers ownership to engine r=padenot 2015-07-14 22:51:44 +12:00
StereoPannerNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
WaveShaperNode.h Bug 1186343: Throw an InvalidStateError when we set the curve attribute of a WaveShaperNode with a Float32Array of length less than 2; r=padenot,smaug 2015-07-22 13:32:12 +02:00
WebAudioUtils.cpp
WebAudioUtils.h