gecko-dev/dom/media/webaudio
Iris Hsiao 725d265c2c Backed out changeset 0fc93ec9ccd7 (bug 1213517) 2016-07-18 15:41:37 +08: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 1265394 - Update tests; r=padenot 2016-06-23 13:41:52 -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 Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
AudioContext.cpp Bug 1266646 - Disable assert temporarily to not cause too much pain to sherrifs. 2016-07-07 18:42:23 +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 1273009 - Prune AudioParam events in the main thread when inserting new events. r=karlt 2016-06-29 10:25:58 +02:00
AudioEventTimeline.h Bug 1273009 - Prune AudioParam events in the main thread when inserting new events. r=karlt 2016-06-29 10:25:58 +02: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 Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
AudioNodeEngineNEON.cpp Bug 1105513 - Add a NEON version for AudioBlockPanStereoToStereo when aIsOnTheLeft is an array r=padenot 2015-12-17 13:15:54 -05:00
AudioNodeEngineNEON.h Bug 1105513 - Add a NEON version for AudioBlockPanStereoToStereo when aIsOnTheLeft is an array r=padenot 2015-12-17 13:15:54 -05:00
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 Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
AudioNodeStream.cpp Bug 1266646 - Move group of MediaStreamListener to a new header file. r=pehrsons 2016-06-30 15:07:48 +08: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 Bug 1273009 - Prune AudioParam events in the main thread when inserting new events. r=karlt 2016-06-29 10:25:58 +02:00
AudioParam.h Bug 1273009 - Prune AudioParam events in the main thread when inserting new events. r=karlt 2016-06-29 10:25:58 +02: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 Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
BiquadFilterNode.cpp Bug 1265408 - Log biquad channel change warning to console; r=padenot 2016-06-03 14:17:41 -04:00
BiquadFilterNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
BufferDecoder.cpp Bug 1267918 - Add GMPCrashHelper for WebAudio buffer decoder. r=karlt 2016-06-29 11:42:10 +12:00
BufferDecoder.h Bug 1267918 - Add GMPCrashHelper for WebAudio buffer decoder. r=karlt 2016-06-29 11:42:10 +12:00
ChannelMergerNode.cpp Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
ChannelMergerNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
ChannelSplitterNode.cpp Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
ChannelSplitterNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
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 Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
DelayBuffer.cpp
DelayBuffer.h Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
DelayNode.cpp Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
DelayNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
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 Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
FFTBlock.cpp
FFTBlock.h Bug 1158741 - Implement a version of omxSP_FFTInv_CCSToR_F32_Sfs in openmax DL's FFT that is not scaled r=padenot 2016-01-25 06:38:29 -05:00
GainNode.cpp Bug 877662 - Align audio buffer allocations to 16 byte boundaries r=padenot 2016-04-13 15:31:50 -04:00
GainNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
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 1267918 - Add GMPCrashHelper for WebAudio buffer decoder. r=karlt 2016-06-29 11:42:10 +12:00
MediaBufferDecoder.h
MediaElementAudioSourceNode.cpp bug 1223670 replace public constructors with fallible factory methods r=baku 2015-12-10 11:25:54 -05:00
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 Backed out changeset 0fc93ec9ccd7 (bug 1213517) 2016-07-18 15:41:37 +08:00
MediaStreamAudioDestinationNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
MediaStreamAudioSourceNode.cpp Bug 934512 - Mark MediaStream source node as active while it has live audio tracks. r=padenot 2016-06-27 17:30:01 +02:00
MediaStreamAudioSourceNode.h Bug 1280445 - Clean up MediaStreamAudioSourceNode's TrackListener on destruction. r=padenot 2016-06-21 13:45:52 +02:00
OfflineAudioCompletionEvent.cpp
OfflineAudioCompletionEvent.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
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 1265394 - Use new PannerNode AudioParams; r=padenot 2016-06-23 13:42:12 -04:00
PannerNode.h Bug 1265394 - Handle infinite values in SetPosition and SetOrientation; r=padenot 2016-07-05 14:29:59 -04: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 1283910 - Fix initialization of WaveShaperNode output buffer in null input case; r=padenot 2016-07-04 13:38:35 -04:00
WaveShaperNode.h Bug 1240411: P1. Clean up webaudio headers. r=cpearce 2016-01-19 19:47:28 +11:00
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