gecko-dev/content/media/webaudio
Karl Tomlinson 0eb63bd381 b=857610 optimize delay clamping a little, by clamping in only one place r=padenot
--HG--
rename : content/media/webaudio/DelayProcessor.cpp => content/media/webaudio/DelayBuffer.cpp
rename : content/media/webaudio/DelayProcessor.h => content/media/webaudio/DelayBuffer.h
extra : rebase_source : 48d60cb003205a550504bcd0042ef73fc8727f97
2014-03-03 12:49:46 +13:00
..
blink b=857610 remove unnecessary HRTFPanner loop as a block is always the same size r=padenot 2014-03-03 12:49:45 +13:00
compiledtest Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
test test for bug 972678 2014-02-27 11:45:04 +13:00
AnalyserNode.cpp Bug 976471 - Implement AnalyserNode.getFloatTimeDomainData(). r=karlt 2014-02-25 11:30:48 +01:00
AnalyserNode.h Bug 976471 - Implement AnalyserNode.getFloatTimeDomainData(). r=karlt 2014-02-25 11:30:48 +01:00
AudioBuffer.cpp Bug 884368 - Part 1: Add a memory reporter for AudioContexts; r=roc,njn 2014-01-04 13:15:41 -05:00
AudioBuffer.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioBufferSourceNode.cpp b=913854 pass start time as double parameter and subsample align r=padenot 2014-02-27 11:45:04 +13:00
AudioBufferSourceNode.h b=967972 change DURATION engine parameter to BUFFEREND r=padenot 2014-02-06 08:27:45 +13:00
AudioContext.cpp Bug 821062 - Share a decoding thread pool for all AudioContexts; r=padenot 2014-02-20 09:02:14 -05:00
AudioContext.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioDestinationNode.cpp Bug 952893. Part 1: Block the AudioDestinationNode when it's the only node in the AudioContext. r=padenot,karlt 2014-01-16 00:08:20 +13:00
AudioDestinationNode.h Bug 952893. Part 1: Block the AudioDestinationNode when it's the only node in the AudioContext. r=padenot,karlt 2014-01-16 00:08:20 +13:00
AudioListener.cpp Bug 884368 - Part 1: Add a memory reporter for AudioContexts; r=roc,njn 2014-01-04 13:15:41 -05:00
AudioListener.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioNode.cpp Bug 952893. Part 1: Block the AudioDestinationNode when it's the only node in the AudioContext. r=padenot,karlt 2014-01-16 00:08:20 +13:00
AudioNode.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioParam.cpp Bug 943589 - Handle AudioChunk::mVolume (from GainNode) in AudioParam. r=ehsan 2014-01-10 15:30:40 +01:00
AudioParam.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
AudioParamTimeline.h b=944851 don't consider AudioNode input when getting AudioParam values on the main thread r=ehsan 2014-01-07 12:53:47 +13:00
AudioProcessingEvent.cpp Bug 920377 part.31 Get rid of nsEvent r=roc 2013-10-02 12:46:04 +09:00
AudioProcessingEvent.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
BiquadFilterNode.cpp b=924288 continue producing BiquadFilter sound output after input becomes null r=ehsan 2013-10-25 14:05:42 +13:00
BiquadFilterNode.h Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug 2013-08-05 13:40:01 -04:00
ChannelMergerNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ChannelMergerNode.h Bug 865248 - Implement ChannelMergerNode; r=roc 2013-05-05 11:49:37 -04:00
ChannelSplitterNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
ChannelSplitterNode.h Bug 865248 - Implement ChannelMergerNode; r=roc 2013-05-05 11:49:37 -04:00
ConvolverNode.cpp b=923301 use MediaStreamGraph to dispatch the other PlayingRefChangeHandlers too r=trivial 2013-10-25 14:05:41 +13:00
ConvolverNode.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13:00
DelayBuffer.cpp b=857610 optimize delay clamping a little, by clamping in only one place r=padenot 2014-03-03 12:49:46 +13:00
DelayBuffer.h b=857610 optimize delay clamping a little, by clamping in only one place r=padenot 2014-03-03 12:49:46 +13:00
DelayNode.cpp b=857610 optimize delay clamping a little, by clamping in only one place r=padenot 2014-03-03 12:49:46 +13:00
DelayNode.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13:00
DynamicsCompressorNode.cpp Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc 2013-06-27 20:30:41 +09:00
DynamicsCompressorNode.h Bug 867588 - Remove support for implementing Web Audio nodes which are not connected to the MediaStreams backend; r=roc 2013-05-01 11:09:07 -04:00
FFTBlock.cpp b=956604 optimize inverse FFT scaling during convolution r=padenot 2014-01-08 16:58:11 +13:00
FFTBlock.h b=956604 optimize inverse FFT scaling during convolution r=padenot 2014-01-08 16:58:11 +13:00
GainNode.cpp b=949683 optimize zero-gain in GainNode r=padenot 2014-01-07 12:53:48 +13:00
GainNode.h Bug 867588 - Remove support for implementing Web Audio nodes which are not connected to the MediaStreams backend; r=roc 2013-05-01 11:09:07 -04:00
MediaBufferDecoder.cpp Bug 821062 - Share a decoding thread pool for all AudioContexts; r=padenot 2014-02-20 09:02:14 -05:00
MediaBufferDecoder.h Bug 821062 - Share a decoding thread pool for all AudioContexts; r=padenot 2014-02-20 09:02:14 -05:00
MediaElementAudioSourceNode.cpp Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaElementAudioSourceNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaStreamAudioDestinationNode.cpp Bug 934440 - Statically assert that MEDIA_STREAM_DEST_TRACK_ID is different than AUDIO_TRACK. r=jdm 2013-11-12 08:37:17 -05:00
MediaStreamAudioDestinationNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
MediaStreamAudioSourceNode.cpp Bug 856361. Part 6: Make MediaStreamAudioSourceNode keep its DOMMediaStream alive, and make the DOMMediaStream keep the MediaStreamAudioSourceNode alive. r=ehsan 2013-07-25 14:07:34 +12:00
MediaStreamAudioSourceNode.h Bug 856361. Part 6: Make MediaStreamAudioSourceNode keep its DOMMediaStream alive, and make the DOMMediaStream keep the MediaStreamAudioSourceNode alive. r=ehsan 2013-07-25 14:07:34 +12:00
moz.build b=857610 rename DelayProcessor to DelayBuffer r=padenot 2014-03-03 12:49:45 +13:00
OfflineAudioCompletionEvent.cpp Bug 920377 part.31 Get rid of nsEvent r=roc 2013-10-02 12:46:04 +09:00
OfflineAudioCompletionEvent.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
OscillatorNode.cpp Bug 952893. Part 1: Block the AudioDestinationNode when it's the only node in the AudioContext. r=padenot,karlt 2014-01-16 00:08:20 +13:00
OscillatorNode.h b=914033 use AudioContext::RegisterActiveNode() in OscillatorNode r=ehsan 2013-09-24 13:45:41 +12:00
PannerNode.cpp b=857610 remove unnecessary HRTFPanner loop as a block is always the same size r=padenot 2014-03-03 12:49:45 +13:00
PannerNode.h Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-20 21:33:49 -05:00
PeriodicWave.cpp Bug 865256 - Part 4: Implement custom waveforms. r=ehsan,padenot 2013-08-28 15:39:26 -07:00
PeriodicWave.h Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
PlayingRefChangeHandler.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13:00
ReportDecodeResultTask.h Bug 856822: Annotate ~1700 methods with MOZ_OVERRIDE in /content r=smaug 2013-05-29 13:43:41 -07:00
ScriptProcessorNode.cpp b=972678 move stream time methods from WebAudioUtils to AudioNodeStream r=padenot 2014-02-17 09:46:56 +13:00
ScriptProcessorNode.h b=914033 use AudioContext::RegisterActiveNode() in ScriptProcessorNode r=ehsan 2013-09-24 13:46:30 +12:00
ThreeDPoint.cpp b=907986 normalize orientation vectors early and keep existing state if directions are undefined r=padenot 2013-09-04 21:20:59 +12:00
ThreeDPoint.h b=907986 remove unused ThreeDPoint::Distance() r=padenot 2013-09-04 21:21:00 +12:00
WaveShaperNode.cpp Bug 921695 - Part 2: Modify callers. r=karlt 2013-10-01 14:22:57 +08:00
WaveShaperNode.h Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-15 15:44:14 -04:00
WebAudioUtils.cpp b=972678 move stream time methods from WebAudioUtils to AudioNodeStream r=padenot 2014-02-17 09:46:56 +13:00
WebAudioUtils.h b=972678 move stream time methods from WebAudioUtils to AudioNodeStream r=padenot 2014-02-17 09:46:56 +13:00