gecko/content/media/webaudio
2013-05-21 15:17:47 -04:00
..
blink Bug 881558 - Re-introduce try-locking in the reverb implementation; r=roc 2013-06-12 20:57:17 -04:00
compiledtest Bug 865231 - Implement AudioParam.setValueCurveAtTime; r=roc 2013-05-06 19:50:45 -04:00
test Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc 2013-05-21 15:17:47 -04:00
AnalyserNode.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
AnalyserNode.h Bug 815643 - Part 2: Refactor our Web Audio FFT code into the FFTBlock class; r=roc 2013-06-10 16:08:21 -04:00
AudioBuffer.cpp Bug 868485 - Part 1: Implement the mixToMono behavior for createBuffer; r=roc 2013-05-05 11:15:58 -04:00
AudioBuffer.h Bug 868485 - Part 1: Implement the mixToMono behavior for createBuffer; r=roc 2013-05-05 11:15:58 -04:00
AudioBufferSourceNode.cpp Bug 880265 - Remove AudioBufferSourceNode.gain; r=ehsan 2013-06-08 00:55:04 +05:30
AudioBufferSourceNode.h Bug 880265 - Remove AudioBufferSourceNode.gain; r=ehsan 2013-06-08 00:55:04 +05:30
AudioContext.cpp Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc 2013-05-21 15:17:47 -04:00
AudioContext.h Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc 2013-05-21 15:17:47 -04:00
AudioDestinationNode.cpp Bug 865244 - Implement AudioContext.destination.maxChannelCount. r=ehsan 2013-06-10 19:32:28 +02:00
AudioDestinationNode.h Bug 865244 - Implement AudioContext.destination.maxChannelCount. r=ehsan 2013-06-10 19:32:28 +02:00
AudioListener.cpp Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
AudioListener.h Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
AudioNode.cpp Bug 865247 - Part 2: Tell MediaInputPorts about their input and output ports; r=roc 2013-05-05 11:47:59 -04:00
AudioNode.h Bug 865244 - Implement AudioContext.destination.maxChannelCount. r=ehsan 2013-06-10 19:32:28 +02:00
AudioParam.cpp Bug 873553 - Part 2: Teach each AudioNodeStream about its sampling rate, and store the value inside AudioContext; r=roc 2013-05-24 13:09:29 -04:00
AudioParam.h Bug 878328 - Sanitize the time argument of AudioParam.setValueCurveAtTime; r=roc 2013-06-02 09:26:06 -04:00
AudioParamTimeline.h Bug 866434 - Part 3: Mix in the value generated by AudioNode inputs to AudioParams when getting their values during audio processing; r=roc 2013-05-01 23:12:59 -04:00
AudioProcessingEvent.cpp Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor 2013-05-22 10:05:28 -06:00
AudioProcessingEvent.h Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
BiquadFilterNode.cpp Bug 879014 - Part 2: Implement the alternate enum values for BiquadFilterNode; r=roc 2013-06-03 19:23:06 -04:00
BiquadFilterNode.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
ChannelMergerNode.cpp Bug 868855 - Respect the input's volume in ChannelMergerNode and ChannelSplitterNode; r=roc 2013-05-06 14:30:47 -04:00
ChannelMergerNode.h Bug 865248 - Implement ChannelMergerNode; r=roc 2013-05-05 11:49:37 -04:00
ChannelSplitterNode.cpp Bug 868855 - Respect the input's volume in ChannelMergerNode and ChannelSplitterNode; r=roc 2013-05-06 14:30:47 -04:00
ChannelSplitterNode.h Bug 865248 - Implement ChannelMergerNode; r=roc 2013-05-05 11:49:37 -04:00
ConvolverNode.cpp Bug 815643 - Part 5: Implement ConvolverNode's processing based on the Blink implementation; r=roc 2013-06-10 16:09:12 -04:00
ConvolverNode.h Bug 815643 - Part 1: Implement the DOM bindings for ConvolverNode; r=roc 2013-06-10 16:07:55 -04:00
DelayNode.cpp Bug 878407 - Allocate a large enough delay buffer when the delay time fraction value is less than 0.5; r=roc 2013-06-02 09:25:46 -04:00
DelayNode.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
DynamicsCompressorNode.cpp Bug 873553 - Part 8: Port DynamicsCompressorNode to use the stream's sampling rate; r=roc 2013-05-24 13:10:59 -04: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
EnableWebAudioCheck.cpp
EnableWebAudioCheck.h Use #include guards in the web audio code, no bug 2012-10-30 17:39:38 -04:00
FFTBlock.h Bug 815643 - Part 6: Optimize FFTBlock to avoid recreating kiss_fftr_cfg objects all the time; r=roc 2013-06-10 16:09:25 -04:00
GainNode.cpp Bug 880265 - Remove AudioBufferSourceNode.gain; r=ehsan 2013-06-08 00:55:04 +05:30
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
Makefile.in Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
MediaBufferDecoder.cpp Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor 2013-05-22 10:05:26 -06:00
MediaBufferDecoder.h Bug 870174 - Eliminate some lags and glitches caused by resampling in decodeAudioData and AudioBufferSourceNode.cpp, and make the code simpler too!; r=roc 2013-05-13 00:17:00 -04:00
MediaStreamAudioDestinationNode.cpp Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc 2013-05-21 15:17:47 -04:00
MediaStreamAudioDestinationNode.h Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc 2013-05-21 15:17:47 -04:00
moz.build Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc 2013-05-21 15:17:47 -04:00
OfflineAudioCompletionEvent.cpp Bug 836599 - Part 9: Implement the DOM binding for OfflineAudioContext; r=roc 2013-05-16 19:30:41 -04:00
OfflineAudioCompletionEvent.h Bug 836599 - Part 11: Implement the processing of OfflineAudioContext; r=roc 2013-05-16 19:30:57 -04:00
PannerNode.cpp Bug 815643 - Part 4: Add the Convolution processing implementation to the build system; r=roc 2013-06-10 16:09:01 -04:00
PannerNode.h Bug 879014 - Part 1: Implement the alternate enum values for PannerNode; r=roc 2013-06-03 19:22:48 -04: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 Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor 2013-05-22 10:05:28 -06:00
ScriptProcessorNode.h Bug 868409 - ScriptProcessorNode's playing ref should remain active as long as there are outstanding connections; r=roc 2013-05-03 10:59:41 -04:00
ThreeDPoint.cpp Bug 849918 - Initial support for PannerNode's 3D positional audio (equalpower panning model). r=ehsan,roc 2013-03-21 17:45:53 +01:00
ThreeDPoint.h Bug 849918 - Initial support for PannerNode's 3D positional audio (equalpower panning model). r=ehsan,roc 2013-03-21 17:45:53 +01:00
WaveShaperNode.cpp Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
WaveShaperNode.h Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
WaveTable.cpp Bug 865256 - Part 1: Implement the DOM bindings for WaveTable; r=roc 2013-05-28 07:19:07 -04:00
WaveTable.h Bug 865256 - Part 1: Implement the DOM bindings for WaveTable; r=roc 2013-05-28 07:19:07 -04:00
WebAudioUtils.cpp Bug 873553 - Part 9: Port WebAudioUtils to use the stream's sampling rate; r=roc 2013-05-24 13:11:18 -04:00
WebAudioUtils.h Bug 876024 - Sanity check all of the time values passed to Web Audio; r=roc 2013-05-30 20:53:15 -04:00