gecko-dev/dom/media/webaudio
Paul Adenot 5e9d303d47 Bug 1269741 - Allow resuming a suspended AudioContext in the same event loop run. r=karlt
MozReview-Commit-ID: L7WlO96d2vh
2016-06-27 14:17:38 +02:00
..
blink Bug 1265395 - Implement new low pass filter equation; r=padenot 2016-06-08 12:49:40 -04:00
compiledtest bug 1257718 don't export implementation of complex timeline methods r=padenot 2016-06-17 05:26:13 +12:00
test Bug 1279092 - Wait for the webaudio-node-demise event, r=padenot 2016-06-24 12:49:51 -04:00
AlignedTArray.h Bug 1261168 - Add AlignedAutoTArray type in Web Audio; r=padenot 2016-05-17 15:47:56 -04:00
AlignmentUtils.h Bug 877662 - Add AlignmentUtils.h r=padenot 2016-04-12 10:51:35 -04:00
AnalyserNode.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
AnalyserNode.h
AudioBlock.cpp Bug 877662 - Align audio buffer allocations to 16 byte boundaries r=padenot 2016-04-13 15:31:50 -04:00
AudioBlock.h
AudioBuffer.cpp Bug 1241096 - Add a better memory reporting system for AudioBuffers. r=erahm 2016-04-01 13:36:41 +02:00
AudioBuffer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AudioBufferSourceNode.cpp Bug 1274083: don't return early from rate changes if we overflow r=jmspeex 2016-05-20 01:53:27 -04:00
AudioBufferSourceNode.h
AudioContext.cpp Bug 1269741 - Allow resuming a suspended AudioContext in the same event loop run. r=karlt 2016-06-27 14:17:38 +02:00
AudioContext.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AudioDestinationNode.cpp Bug 1206637: P2. Replace all cached preferences with MediaPrefs ones. r=cpearce 2016-05-10 11:02:28 +10:00
AudioDestinationNode.h Bug 1242874 - part3 : implement different suspended methods. r=baku, r=jwwang 2016-05-03 09:52:38 +08:00
AudioEventTimeline.cpp bug 1213313 set mComputedValue for each tick so that SetTarget values are calculated correctly r=padenot 2016-06-21 18:02:06 +12:00
AudioEventTimeline.h bug 1213313 set mComputedValue for each tick so that SetTarget values are calculated correctly r=padenot 2016-06-21 18:02:06 +12:00
AudioListener.cpp
AudioListener.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AudioNode.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
AudioNode.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AudioNodeEngine.cpp Bug 1263910 - Make AudioBufferAddWithScale handle unaligned buffers; r=padenot 2016-05-10 06:37:45 -04:00
AudioNodeEngine.h
AudioNodeEngineNEON.cpp
AudioNodeEngineNEON.h
AudioNodeEngineSSE2.cpp Bug 1266047 - Fix crash in mozilla::AudioBufferAddWithScale_SSE r=padenot 2016-04-20 11:54:50 -04:00
AudioNodeEngineSSE2.h Bug 877662 - Update SSE2 versions of AudioNodeEngine functions r=padenot 2016-04-11 16:10:45 -04:00
AudioNodeExternalInputStream.cpp Bug 1261168 - Add AlignedAutoTArray type in Web Audio; r=padenot 2016-05-17 15:47:56 -04:00
AudioNodeExternalInputStream.h
AudioNodeStream.cpp Bug 1261168 - Add AlignedAutoTArray type in Web Audio; r=padenot 2016-05-17 15:47:56 -04:00
AudioNodeStream.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AudioParam.cpp
AudioParam.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
AudioParamTimeline.h bug 1257718 don't export implementation of complex timeline methods r=padenot 2016-06-17 05:26:13 +12:00
AudioProcessingEvent.cpp Bug 1255718. Remove the unused JSContext argument of AudioBuffer::Create. r=ehsan 2016-03-11 16:43:31 -05:00
AudioProcessingEvent.h
BiquadFilterNode.cpp Bug 1265408 - Log biquad channel change warning to console; r=padenot 2016-06-03 14:17:41 -04:00
BiquadFilterNode.h
BufferDecoder.cpp
BufferDecoder.h
ChannelMergerNode.cpp
ChannelMergerNode.h
ChannelSplitterNode.cpp
ChannelSplitterNode.h
ConvolverNode.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ConvolverNode.h
DelayBuffer.cpp
DelayBuffer.h
DelayNode.cpp
DelayNode.h
DynamicsCompressorNode.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
DynamicsCompressorNode.h
FFTBlock.cpp
FFTBlock.h
GainNode.cpp Bug 877662 - Align audio buffer allocations to 16 byte boundaries r=padenot 2016-04-13 15:31:50 -04:00
GainNode.h
IIRFilterNode.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
IIRFilterNode.h Bug 1265408 - Implement IIRFilterNode; r=padenot 2016-06-03 13:42:03 -04:00
MediaBufferDecoder.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
MediaBufferDecoder.h
MediaElementAudioSourceNode.cpp
MediaElementAudioSourceNode.h Bug 996685 - Report an error in the console when a cross-origin media element is used with a Media(ElementAudio|Stream)SourceNode. r=pehrsons 2016-04-26 17:46:31 +02:00
MediaStreamAudioDestinationNode.cpp Bug 1266644 - Rename DOMMediaStream:: CreateXXXStream to DOMMediaStream:: CreateXXXStreamAsInput. r=jesup r=pehrsons 2016-04-25 11:43:27 +08:00
MediaStreamAudioDestinationNode.h
MediaStreamAudioSourceNode.cpp Bug 1281408 - Nullcheck `mInputPort` in MediaStreamAudioSourceNode to prevent crashing when getting memory reports after the underlying MediaStream has been destroyed. r=pehrsons 2016-06-22 18:20:46 +02:00
MediaStreamAudioSourceNode.h Bug 996685 - Report an error in the console when a cross-origin media element is used with a Media(ElementAudio|Stream)SourceNode. r=pehrsons 2016-04-26 17:46:31 +02:00
OfflineAudioCompletionEvent.cpp
OfflineAudioCompletionEvent.h
OscillatorNode.cpp Bug 1265405 - Use a dictionary to specify how PeriodicWave should be normalized (or not); r=padenot 2016-04-25 11:37:20 -04:00
OscillatorNode.h Bug 1206637: P2. Replace all cached preferences with MediaPrefs ones. r=cpearce 2016-05-10 11:02:28 +10:00
PannerNode.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
PannerNode.h Bug 1206637: P2. Replace all cached preferences with MediaPrefs ones. r=cpearce 2016-05-10 11:02:28 +10:00
PanningUtils.h
PeriodicWave.cpp Bug 1265405 - Use a dictionary to specify how PeriodicWave should be normalized (or not); r=padenot 2016-04-25 11:37:20 -04:00
PeriodicWave.h Bug 1265405 - Use a dictionary to specify how PeriodicWave should be normalized (or not); r=padenot 2016-04-25 11:37:20 -04:00
PlayingRefChangeHandler.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
ReportDecodeResultTask.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
ScriptProcessorNode.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ScriptProcessorNode.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
StereoPannerNode.cpp Bug 877662 - Align audio buffer allocations to 16 byte boundaries r=padenot 2016-04-13 15:31:50 -04:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp Bug 1276483 - Fix WaveShaper when connected from a silent GainNode; r=padenot 2016-06-20 10:42:50 -04:00
WaveShaperNode.h
WebAudioUtils.cpp Bug 1265408 - Add LogToDeveloperConsole to WebAudioUtils; r=padenot 2016-06-03 14:23:11 -04:00
WebAudioUtils.h Bug 1265408 - Add LogToDeveloperConsole to WebAudioUtils; r=padenot 2016-06-03 14:23:11 -04:00
moz.build bug 1257718 don't export implementation of complex timeline methods r=padenot 2016-06-17 05:26:13 +12:00