gecko-dev/dom/media/webaudio
Karl Tomlinson d7e9aa7cc4 bug 1172979 use AutoTArray for AudioChunk::mChannelData to reduce allocations r=padenot
MozReview-Commit-ID: wabk0WlLv5

--HG--
extra : rebase_source : c7477c47a50c46ffdb3f3b10c9497eaec1bf02dd
2017-08-11 11:54:36 +12:00
..
blink bug 1389641 add 'f' to literal initializer for float const r=trivial 2017-08-16 12:32:32 +12:00
gtest Bug 1308437 - Part 3: Change expected error to TypeError when testing setValueCurveAtTime with non-finite elements in TestAudioEventTimeline.cpp. r=dminor, a=padenot 2017-02-07 22:12:06 +07:00
test Bug 1388591 - Implement OfflineAudioCanvas dict constructor; r=padenot,smaug 2017-08-08 22:55:43 -04:00
AlignedTArray.h
AlignmentUtils.h
AnalyserNode.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
AnalyserNode.h
AudioBlock.cpp
AudioBlock.h bug 1172979 use AutoTArray for AudioChunk::mChannelData to reduce allocations r=padenot 2017-08-11 11:54:36 +12:00
AudioBuffer.cpp Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
AudioBuffer.h Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
AudioBufferSourceNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
AudioBufferSourceNode.h Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
AudioContext.cpp merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-08-10 17:41:11 +02:00
AudioContext.h merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-08-10 17:41:11 +02:00
AudioDestinationNode.cpp Bug 1388668 - Replace NS_DispatchToCurrentThread call with AbstractThread dispatch. r=padenot 2017-08-09 17:02:52 +08:00
AudioDestinationNode.h Bug 1388236 - Remove B2G-only AudioChannel code from WebAudio. r=padenot 2017-08-10 13:00:08 +12:00
AudioEventTimeline.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
AudioEventTimeline.h Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
AudioListener.cpp
AudioListener.h
AudioNode.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
AudioNode.h Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
AudioNodeEngine.cpp bug 1389638 use correct input elements for summing squares of trailing unaligned input r=dminor 2017-08-11 23:42:46 +12:00
AudioNodeEngine.h Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
AudioNodeEngineNEON.cpp
AudioNodeEngineNEON.h
AudioNodeEngineSSE2.cpp
AudioNodeEngineSSE2.h
AudioNodeExternalInputStream.cpp Bug 1341555 - Consolidate use of the MSG's AbstractMainThread, and stop having AbstractMainThread on MediaStreams. r=pehrsons 2017-06-29 11:30:57 -07:00
AudioNodeExternalInputStream.h Bug 1341555 - Consolidate use of the MSG's AbstractMainThread, and stop having AbstractMainThread on MediaStreams. r=pehrsons 2017-06-29 11:30:57 -07:00
AudioNodeStream.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
AudioNodeStream.h Bug 1341555 - Consolidate use of the MSG's AbstractMainThread, and stop having AbstractMainThread on MediaStreams. r=pehrsons 2017-06-29 11:30:57 -07:00
AudioParam.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
AudioParam.h Bug 1324659 - AudioParam.minValue/maxValue, r=padenot 2016-12-21 10:53:38 +01:00
AudioParamTimeline.h
AudioProcessingEvent.cpp Bug 1329744 - AudioBuffer ctor updated, r=padenot 2017-01-10 21:30:28 +00:00
AudioProcessingEvent.h
AudioScheduledSourceNode.cpp Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
AudioScheduledSourceNode.h Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
BiquadFilterNode.cpp Backed out changeset 6dc016256eba (bug 1378067) for bustage at dom/media/webaudio/WebAudioUtils.cpp:107. r=backout on a CLOSED TREE 2017-07-18 11:51:22 +02:00
BiquadFilterNode.h
ChannelMergerNode.cpp
ChannelMergerNode.h
ChannelSplitterNode.cpp
ChannelSplitterNode.h
ConstantSourceNode.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
ConstantSourceNode.h Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
ConvolverNode.cpp bug 1024182 remove buffer copy for short impulse responses and so correct normalization scale r=padenot 2017-08-09 16:52:01 +12:00
ConvolverNode.h
DelayBuffer.cpp
DelayBuffer.h Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
DelayNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
DelayNode.h
DynamicsCompressorNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
DynamicsCompressorNode.h
FFTBlock.cpp
FFTBlock.h
GainNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
GainNode.h
IIRFilterNode.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
IIRFilterNode.h
MediaBufferDecoder.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
MediaBufferDecoder.h Bug 1328422 - Make WebAudioDecodeJob not be refcounted, and instead manage its lifetime explicitly; r=padenot 2017-01-16 15:53:45 +08:00
MediaElementAudioSourceNode.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
MediaElementAudioSourceNode.h Bug 1322883 - AudioNode constructors - part 16 - MediaElementAudioSourceNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamAudioDestinationNode.cpp Bug 1322883 - AudioNode constructors - part 18 - MediaStreamAudioDestinationNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamAudioDestinationNode.h Bug 1322883 - AudioNode constructors - part 18 - MediaStreamAudioDestinationNode, r=padenot 2016-12-15 19:24:43 +01:00
MediaStreamAudioSourceNode.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
MediaStreamAudioSourceNode.h Bug 1322883 - AudioNode constructors - part 17 - MediaStreamAudioSourceNode, r=padenot 2016-12-15 19:24:43 +01:00
moz.build Bug 1378295. P3 - remove BufferDecoder. r=jya 2017-07-13 15:33:02 +08:00
OscillatorNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
OscillatorNode.h Bug 1324568 - Implement AudioScheduledSourceNode, r=padenot 2016-12-21 10:53:17 +01:00
PannerNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
PannerNode.h
PanningUtils.h
PeriodicWave.cpp Bug 1324181 - Better implementation of PeriodicWave constructor, r=padenot 2016-12-22 15:37:33 +01:00
PeriodicWave.h
PlayingRefChangeHandler.h Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
ReportDecodeResultTask.h
ScriptProcessorNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
ScriptProcessorNode.h Bug 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
StereoPannerNode.cpp Bug 1373727 - Annotate Web Audio pointer to RefPtr use; r=karlt 2017-06-15 11:51:28 -04:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h Bug 1355798 - Fix a division by zero in PannerNode.cpp. r=dminor 2017-04-12 15:44:19 +02:00
WaveShaperNode.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
WaveShaperNode.h
WebAudioUtils.cpp Bug 1388288 - Make dom/media/webaudio build non-Unified. r=padenot 2017-08-08 11:38:02 +08:00
WebAudioUtils.h Backed out changeset 6dc016256eba (bug 1378067) for bustage at dom/media/webaudio/WebAudioUtils.cpp:107. r=backout on a CLOSED TREE 2017-07-18 11:51:22 +02:00