gecko/content/media/webaudio
Paul Adenot 4d3c709951 Bug 976471 - Implement AnalyserNode.getFloatTimeDomainData(). r=karlt
--HG--
extra : rebase_source : cfe6f31f7991c84cf8e0f2679cd89560260d0f40
2014-02-25 11:30:48 +01:00
..
blink Bug 963056 - Part 1: Name unnamed struct in IRC_Composite_C_R0195-incl.cpp. r=ehsan 2014-02-11 13:31:57 -05: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
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
ChannelMergerNode.cpp
ChannelMergerNode.h
ChannelSplitterNode.cpp
ChannelSplitterNode.h
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
DelayNode.cpp b=923301 use MediaStreamGraph to dispatch the other PlayingRefChangeHandlers too r=trivial 2013-10-25 14:05:41 +13:00
DelayNode.h b=923301 remove now-unnecessary node-type templating of PlayingRefChangeHandler r=roc 2013-10-25 12:12:12 +13:00
DelayProcessor.cpp Bug 918861 - Allow the MSG to choose a better samplerate than 48000Hz. r=roc 2013-10-17 15:44:52 +02:00
DelayProcessor.h
DynamicsCompressorNode.cpp
DynamicsCompressorNode.h
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
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
MediaElementAudioSourceNode.h
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
MediaStreamAudioSourceNode.cpp
MediaStreamAudioSourceNode.h
moz.build Bug 968479 - Remove the media.webaudio.enabled pref; r=roc 2014-02-06 08:36:46 -05:00
OfflineAudioCompletionEvent.cpp
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
PannerNode.cpp b=933304 use AudioChunk::mVolume to optimize distance and cone gain r=padenot 2014-01-28 18:14:25 +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
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
ScriptProcessorNode.cpp b=972678 move stream time methods from WebAudioUtils to AudioNodeStream r=padenot 2014-02-17 09:46:56 +13:00
ScriptProcessorNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp
WaveShaperNode.h
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