.. |
blink
|
Bug 881558 - Re-introduce try-locking in the reverb implementation; r=roc
|
2013-06-12 20:57:17 -04:00 |
compiledtest
|
Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc
|
2013-06-27 20:30:41 +09:00 |
test
|
Bug 888271 - Make test_AudioBufferSourceNodeOffset.html fuzzier.
|
2013-07-10 15:03:19 +02: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 890543 - Make AudioBuffer not inherit from nsISupports; r=mccr8
|
2013-07-05 16:21:52 -04:00 |
AudioBuffer.h
|
Bug 891543 - Remove the version of AudioBuffer::GetChannelData that is unused; r=roc
|
2013-07-09 17:35:05 -04:00 |
AudioBufferSourceNode.cpp
|
Bug 888271 - Don't substract twice by mOffset in AudioBufferSourceNode. r=ehsan
|
2013-07-09 10:41:54 +02:00 |
AudioBufferSourceNode.h
|
Bug 880265 - Remove AudioBufferSourceNode.gain; r=ehsan
|
2013-06-08 00:55:04 +05:30 |
AudioContext.cpp
|
Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc
|
2013-07-04 09:25:12 -04:00 |
AudioContext.h
|
Bug 879111 - Mute Web Audio when allowMedia is false on the docshell. r=ehsan
|
2013-07-03 17:44:32 -07:00 |
AudioDestinationNode.cpp
|
Bug 879111 - Mute Web Audio when allowMedia is false on the docshell. r=ehsan
|
2013-07-03 17:44:32 -07:00 |
AudioDestinationNode.h
|
Bug 879111 - Mute Web Audio when allowMedia is false on the docshell. r=ehsan
|
2013-07-03 17:44:32 -07:00 |
AudioListener.cpp
|
|
|
AudioListener.h
|
|
|
AudioNode.cpp
|
Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12:00 |
AudioNode.h
|
Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12: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
|
|
|
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
|
|
|
BiquadFilterNode.cpp
|
Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc
|
2013-06-27 20:30:41 +09:00 |
BiquadFilterNode.h
|
|
|
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 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12:00 |
ConvolverNode.h
|
Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12:00 |
DelayNode.cpp
|
Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12:00 |
DelayNode.h
|
Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12:00 |
DynamicsCompressorNode.cpp
|
Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc
|
2013-06-27 20:30:41 +09:00 |
DynamicsCompressorNode.h
|
|
|
EnableWebAudioCheck.cpp
|
|
|
EnableWebAudioCheck.h
|
|
|
FFTBlock.h
|
Bug 886660 - Fix the leak in FFTBlock::SetFFTSize(); r=roc
|
2013-06-25 20:37:56 -04:00 |
GainNode.cpp
|
Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc
|
2013-06-27 20:30:41 +09:00 |
GainNode.h
|
|
|
Makefile.in
|
Bug 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc
|
2013-06-27 20:30:41 +09:00 |
MediaBufferDecoder.cpp
|
Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
|
2013-06-28 18:38:32 -07: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 859022 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/media. r=roc
|
2013-06-27 20:30:41 +09:00 |
MediaStreamAudioDestinationNode.h
|
Bug 865257 - Implement MediaStreamAudioDestinationNode. r=ehsan,roc
|
2013-05-21 15:17:47 -04:00 |
moz.build
|
Bug 865256 - Part 2: Rename WaveTable to PeriodicWave; r=roc
|
2013-06-19 18:24:26 -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 886165 - Hide the alternate names in the spec behind prefs which are turned off by default; r=roc
|
2013-06-23 19:22:10 -04:00 |
PeriodicWave.cpp
|
Bug 865256 - Part 2: Rename WaveTable to PeriodicWave; r=roc
|
2013-06-19 18:24:26 -04:00 |
PeriodicWave.h
|
Bug 865256 - Part 2: Rename WaveTable to PeriodicWave; r=roc
|
2013-06-19 18:24:26 -04:00 |
PlayingRefChangeHandler.h
|
Bug 890248. Avoid situations where adding a new input to an AudioNode can race with a message telling the AudioNode to release its mPlayingRef. r=ehsan
|
2013-07-05 13:49:53 +12: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
|
|
|
ThreeDPoint.cpp
|
|
|
ThreeDPoint.h
|
|
|
WaveShaperNode.cpp
|
Bug 865251 - Implement WaveShaperNode; r=roc
|
2013-05-14 00:12:30 -04:00 |
WaveShaperNode.h
|
Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz
|
2013-06-18 11:00:38 +01: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 |