gecko-dev/dom/media/webaudio
Bogdan Tara f302cbb0b3 Merge inbound to mozilla-central. a=merge 2018-09-05 02:24:27 +03:00
..
blink Bug 1483174 use float constants with float delay time variables r=padenot 2018-08-16 11:09:03 +00:00
test Bug 1308436 - Remove test_audioParamSetCurveAtTimeTwice.html because it's now wrong per spec. r=karlt 2018-09-04 14:57:25 +02:00
AlignedTArray.h
AlignmentUtils.h
AnalyserNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AnalyserNode.h Bug 1456259 - Correct AnalyserNode construction issues. r=padenot,smaug 2018-04-26 16:32:52 +02:00
AudioBlock.cpp bug 1474222 consider allocation size instead of used channel count for re-using AudioBlockBuffer r=padenot 2018-08-03 18:32:28 +12:00
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 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioBuffer.h bug 1391482 add a method to create an AudioBuffer from AudioChunk data r=padenot 2017-08-16 17:45:48 +12:00
AudioBufferSourceNode.cpp Bug 1488242 - Throw the correct error type in {ConstantSourceNode,AudioBufferSourceNode}.{Start,Stop}. r=karlt 2018-09-04 13:50:15 +00:00
AudioBufferSourceNode.h Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
AudioContext.cpp Bug 1480678 part 12 - Do a CheckedUnwrap in AudioContext::DecodeAudioData to ensure we don't have a CCW. r=bz 2018-08-09 10:48:29 +02:00
AudioContext.h Bug 1476744 - Pull values from the AudioListener when computing PannerNode values. r=karlt 2018-07-17 12:01:24 +02:00
AudioDestinationNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioDestinationNode.h Bug 1413098 - Part 4 - Rename variable and reorder argument to remove default argument value. r=pehrsons 2018-02-26 15:02:45 +01:00
AudioEventTimeline.cpp Bug 1308436 - Adjust the AudioParam processing algorithm to match the spec. r=karlt 2018-09-04 14:46:11 +02:00
AudioEventTimeline.h Bug 1308436 - Remove TestAudioEventTimeline.cpp. r=karlt 2018-09-04 14:55:38 +02:00
AudioListener.cpp Bug 1477704 - r=karlt 2018-07-23 16:47:44 +02:00
AudioListener.h Bug 1477704 - r=karlt 2018-07-23 16:47:44 +02:00
AudioNode.cpp Bug 1148354 - Remove the doppler effect from the PannerNode. r=baku,karlt 2018-07-19 11:19:29 +02:00
AudioNode.h Bug 1443224 - Throw correct exceptions when trying to set the channelCount, the channelCountMode and the channelInterpretation on a ChannelSplitterNode. r=baku 2018-03-09 15:22:44 +01:00
AudioNodeEngine.cpp Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngine.h Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineNEON.cpp Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineNEON.h Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineSSE2.cpp Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeEngineSSE2.h Bug 1472550 - Add Audio{Buffer,Block}InPlaceScale that takes an array of gain values, with SSE and NEON variants. r=dminor 2018-07-06 15:18:06 +02:00
AudioNodeExternalInputStream.cpp
AudioNodeExternalInputStream.h
AudioNodeStream.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
AudioNodeStream.h bug 1391482 remove now-unused ThreadSharedFloatArrayBufferList SetBuffer() variant r=padenot 2017-08-10 17:49:38 +12:00
AudioParam.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioParam.h Bug 1308436 - Rework the AudioParam event insertion algorithm to be spec compliant, and fix the exception types and values. r=karlt 2018-09-04 14:44:03 +02:00
AudioParamMap.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioParamMap.h Bug 1460907 - Implement AudioParamMap definitions. r=karlt,qdot 2018-05-13 16:16:23 +02:00
AudioParamTimeline.h Bug 1488218 - Remove one more unneeded keyword in dom/media/webaudio. r=karlt 2018-09-04 17:05:41 +02:00
AudioProcessingEvent.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioProcessingEvent.h Bug 1470930: Use enums for passing arguments for event dispatch. r=smaug 2018-06-26 18:22:06 +02:00
AudioScheduledSourceNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioScheduledSourceNode.h
AudioWorkletNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
AudioWorkletNode.h Bug 1458446 - Add AudioWorkletNode interface definitions. r=baku,karlt 2018-06-01 19:10:02 +02:00
AudioWorkletProcessor.cpp Bug 1466182 - Add AudioWorkletProcessor definitions. r=baku,karlt 2018-06-24 20:02:47 +02:00
AudioWorkletProcessor.h Bug 1466182 - Add AudioWorkletProcessor definitions. r=baku,karlt 2018-06-24 20:02:47 +02:00
BiquadFilterNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
BiquadFilterNode.h
ChannelMergerNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ChannelMergerNode.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
ChannelSplitterNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ChannelSplitterNode.h Bug 1443224 - Throw correct exceptions when trying to set the channelCount, the channelCountMode and the channelInterpretation on a ChannelSplitterNode. r=baku 2018-03-09 15:22:44 +01:00
ConstantSourceNode.cpp Bug 1488242 - Throw the correct error type in {ConstantSourceNode,AudioBufferSourceNode}.{Start,Stop}. r=karlt 2018-09-04 13:50:15 +00:00
ConstantSourceNode.h Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
ConvolverNode.cpp bug 1474222 change ConvolverNode output to mono for single channel convolution r=padenot 2018-08-06 21:24:15 +12:00
ConvolverNode.h
DelayBuffer.cpp Bug 1483174 use float constants with float delay time variables r=padenot 2018-08-16 11:09:03 +00:00
DelayBuffer.h bug 1480661 use single precision for operating on delay values r=padenot 2018-08-06 10:18:24 +12:00
DelayNode.cpp bug 1480661 use single precision for operating on delay values r=padenot 2018-08-06 10:18:24 +12:00
DelayNode.h
DynamicsCompressorNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
DynamicsCompressorNode.h
FFTBlock.cpp bug 1476231 switch FFTBlock from libav to ffvpx r=jya 2018-07-14 14:44:43 +12:00
FFTBlock.h bug 1476231 switch FFTBlock from libav to ffvpx r=jya 2018-07-14 14:44:43 +12:00
GainNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
GainNode.h
IIRFilterNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
IIRFilterNode.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
MediaBufferDecoder.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaBufferDecoder.h Bug 1326003 - Remove dead code: WebAudioDecodeJob::mContentType. r=padenot 2017-09-29 16:02:43 +02:00
MediaElementAudioSourceNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
MediaElementAudioSourceNode.h
MediaStreamAudioDestinationNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
MediaStreamAudioDestinationNode.h Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
MediaStreamAudioSourceNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
MediaStreamAudioSourceNode.h
OscillatorNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
OscillatorNode.h Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
PannerNode.cpp Bug 1477704 - r=karlt 2018-07-23 16:47:44 +02:00
PannerNode.h Bug 1476744 - Pull values from the AudioListener when computing PannerNode values. r=karlt 2018-07-17 12:01:24 +02:00
PanningUtils.h
PeriodicWave.cpp Backed out 2 changesets (bug 1456271) for mda failures in dom/media/webaudio/test/test_periodicWave.html 2018-07-16 17:11:14 +03:00
PeriodicWave.h bug 1391482 use AudioChunk to store and pass PeriodicWave data to engine r=padenot 2017-08-10 20:26:20 +12:00
PlayingRefChangeHandler.h
ReportDecodeResultTask.h
ScriptProcessorNode.cpp Bug 1484046 reset variables for main thread buffer dropping logic on the same thread r=padenot 2018-08-17 12:24:51 +00:00
ScriptProcessorNode.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
StereoPannerNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
StereoPannerNode.h
ThreeDPoint.cpp
ThreeDPoint.h
WaveShaperNode.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
WaveShaperNode.h
WebAudioUtils.cpp
WebAudioUtils.h Bug 1441500 - Remove smoothing of the delayTime parameter. r=karlt 2018-02-27 12:59:25 +01:00
moz.build Bug 1308436 - Remove TestAudioEventTimeline.cpp. r=karlt 2018-09-04 14:55:38 +02:00