gecko-dev/dom/media/webaudio
Karl Tomlinson 605cd07259 bug 1199561 delay offline buffer allocation until non-null input is received r=padenot
The avoids the allocation and copying altogether when the output buffer
is silent.

--HG--
extra : rebase_source : f225628dc9bb2ea0cd0ec414a2212e39da92405f
2015-08-24 19:34:15 +12:00
..
blink bug 1188704 use existing FFTBlock arrays instead of allocating and copying and scaling r=rillian 2015-08-03 09:28:32 +12:00
compiledtest
test Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku 2015-08-19 21:00:18 -04:00
AlignedTArray.h
AnalyserNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
AnalyserNode.h bug 1184801 process AnalyserNode input only when required r=padenot 2015-07-22 19:50:37 +12:00
AudioBuffer.cpp bug 1199559 remove now unused SetRawChannelContents r=padenot 2015-08-25 11:46:30 +12:00
AudioBuffer.h bug 1199559 remove now unused SetRawChannelContents r=padenot 2015-08-25 11:46:30 +12:00
AudioBufferSourceNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
AudioBufferSourceNode.h
AudioContext.cpp Bug 1195051 - Part 2: Mute the destination node when the AudioContext is suspended, and unmute when resumed; r=padenot 2015-08-17 08:55:00 -04:00
AudioContext.h
AudioDestinationNode.cpp bug 1199561 delay offline buffer allocation until non-null input is received r=padenot 2015-08-24 19:34:15 +12:00
AudioDestinationNode.h Bug 1195051 - Part 2: Mute the destination node when the AudioContext is suspended, and unmute when resumed; r=padenot 2015-08-17 08:55:00 -04:00
AudioEventTimeline.h
AudioListener.cpp Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj. 2015-07-28 23:24:24 -07:00
AudioListener.h
AudioNode.cpp bug 1191649 add notification of input node changes r=padenot 2015-08-06 19:25:53 +12:00
AudioNode.h bug 1191649 add notification of input node changes r=padenot 2015-08-06 19:25:53 +12:00
AudioNodeEngine.cpp bug 1199559 add a helper to fallibly allocate ThreadSharedFloatArrayBufferList with buffers r=padenot 2015-08-27 20:35:43 +12:00
AudioNodeEngine.h bug 1199559 add a helper to fallibly allocate ThreadSharedFloatArrayBufferList with buffers r=padenot 2015-08-27 20:35:43 +12:00
AudioNodeEngineNEON.cpp
AudioNodeEngineNEON.h
AudioNodeExternalInputStream.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
AudioNodeExternalInputStream.h bug 1197043 move AudioNodeStream creation to stream class r=padenot 2015-08-12 11:26:24 +12:00
AudioNodeStream.cpp bug 1197028 release shared buffers from downstream so that upstream can re-use r=padenot 2015-08-21 13:26:58 +12:00
AudioNodeStream.h bug 1197028 release shared buffers from downstream so that upstream can re-use r=padenot 2015-08-21 13:26:58 +12:00
AudioParam.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
AudioParam.h Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj. 2015-07-28 23:24:24 -07:00
AudioParamTimeline.h
AudioProcessingEvent.cpp
AudioProcessingEvent.h
BiquadFilterNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
BiquadFilterNode.h
BufferDecoder.cpp Backed out changesets 7610baf4a3ae, 6226b99f19bd, 157e41e32906, 60a3b1862f71 (bug 1195158). r=backout 2015-08-18 10:52:09 +02:00
BufferDecoder.h Backed out changesets 7610baf4a3ae, 6226b99f19bd, 157e41e32906, 60a3b1862f71 (bug 1195158). r=backout 2015-08-18 10:52:09 +02:00
ChannelMergerNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
ChannelMergerNode.h
ChannelSplitterNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
ChannelSplitterNode.h
ConvolverNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
ConvolverNode.h
DelayBuffer.cpp Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj. 2015-07-28 23:24:24 -07:00
DelayBuffer.h bug 1186779 use ChannelFloatsForWrite() instead of const_cast r=padenot 2015-07-22 17:59:21 +12:00
DelayNode.cpp bug 1197028 re-use DelayNode output buffer r=padenot 2015-08-21 13:36:31 +12:00
DelayNode.h
DynamicsCompressorNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
DynamicsCompressorNode.h
FFTBlock.cpp
FFTBlock.h bug 1188704 remove now unused PerformInverseFFT() variation r=rillian 2015-07-30 12:51:48 +12:00
GainNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
GainNode.h
MediaBufferDecoder.cpp bug 1199559 write decodeAudioData buffer in a format suitable for direct use by AudioBuffer r=padenot 2015-08-28 11:15:39 +12:00
MediaBufferDecoder.h bug 1199559 write decodeAudioData buffer in a format suitable for direct use by AudioBuffer r=padenot 2015-08-28 11:15:39 +12:00
MediaElementAudioSourceNode.cpp
MediaElementAudioSourceNode.h
MediaStreamAudioDestinationNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
MediaStreamAudioDestinationNode.h
MediaStreamAudioSourceNode.cpp bug 1197043 move AudioNodeStream creation to stream class r=padenot 2015-08-12 11:26:24 +12:00
MediaStreamAudioSourceNode.h
moz.build
OfflineAudioCompletionEvent.cpp
OfflineAudioCompletionEvent.h
OscillatorNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
OscillatorNode.h
PannerNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
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
ReportDecodeResultTask.h
ScriptProcessorNode.cpp bug 1199559 write audioprocess input buffer in a format suitable for direct use by AudioBuffer r=padenot 2015-08-28 18:30:17 +12:00
ScriptProcessorNode.h bug 916387 keep ScriptProcessorNode alive after input is GCed r=padenot 2015-08-06 17:56:06 +12:00
StereoPannerNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp bug 1197043 use flags to distinguish between external streams and events r=padenot 2015-08-13 16:13:34 +12:00
WaveShaperNode.h
WebAudioUtils.cpp
WebAudioUtils.h