Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update servo-media: handle decoder errors and use safer/nicer player API | Fernando Jiménez Moreno | 2018-10-08 | 1 | -2/+3 |
* | Auto merge of #21750 - Manishearth:biquad, r=ferjm | bors-servo | 2018-09-20 | 1 | -0/+7 |
|\ | |||||
| * | Add createBiquadFilter() | Manish Goregaokar | 2018-09-20 | 1 | -1/+1 |
| * | Implement BiquadFilterNode | Manish Goregaokar | 2018-09-20 | 1 | -0/+7 |
* | | Format script component | chansuke | 2018-09-19 | 1 | -18/+16 |
|/ | |||||
* | Add createAnalyser | Manish Goregaokar | 2018-09-18 | 1 | -0/+7 |
* | Add support for multichannel decoded audio | Fernando Jiménez Moreno | 2018-09-11 | 1 | -9/+19 |
* | Add createChannelMerger() | Manish Goregaokar | 2018-09-04 | 1 | -0/+8 |
* | Throw on out-of-bounds channelCount in AudioNodes | Manish Goregaokar | 2018-09-03 | 1 | -3/+3 |
* | Handle channel count constraints in panner constructor | Manish Goregaokar | 2018-08-24 | 1 | -1/+1 |
* | Add BaseAudioContext.createPanner() | Manish Goregaokar | 2018-08-24 | 1 | -0/+8 |
* | cleanup: Remove Rc from BaseAudioContext | Manish Goregaokar | 2018-08-24 | 1 | -8/+6 |
* | Add AudioListener DOM interface | Manish Goregaokar | 2018-08-24 | 1 | -0/+16 |
* | OfflineAudioContext | Fernando Jiménez Moreno | 2018-07-30 | 1 | -22/+32 |
* | Fix build errors after rebase | Fernando Jiménez Moreno | 2018-07-30 | 1 | -3/+3 |
* | test-tidy fixes | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+3 |
* | Update servo-media after crate split up. Allows building for Android | Fernando Jiménez Moreno | 2018-07-30 | 1 | -3/+3 |
* | Remove unimplemented PeriodicWave stub | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+1 |
* | Mark DecodeResolver as must_root | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+1 |
* | AudioNode channel related properties getter and setter fixes | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+5 |
* | rustfmt | Fernando Jiménez Moreno | 2018-07-30 | 1 | -86/+123 |
* | Fix construction of destination node (#6) | Manish Goregaokar | 2018-07-30 | 1 | -13/+13 |
* | Fix Trusted usage in audio decoder to queue tasks (#3) | Manish Goregaokar | 2018-07-30 | 1 | -25/+36 |
* | Remove unsafe code to create empty AudioNodeOptions | Fernando Jiménez Moreno | 2018-07-30 | 1 | -19/+5 |
* | decodeAudioData | Fernando Jiménez Moreno | 2018-07-30 | 1 | -8/+100 |
* | createBufferSource and buffer setter on buffer source node | Fernando Jiménez Moreno | 2018-07-30 | 1 | -9/+29 |
* | Create AudioBuffer from BaseAudioContext | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+9 |
* | BaseAudioContext.CreateGain() | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+10 |
* | Queue statechange event | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+6 |
* | Initial AudioParam bindings | Fernando Jiménez Moreno | 2018-07-30 | 1 | -6/+5 |
* | Fix inheritance of DOM structs (#1) | Manish Goregaokar | 2018-07-30 | 1 | -3/+3 |
* | Get destination node engine from context | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+5 |
* | Workaround resume issues | Fernando Jiménez Moreno | 2018-07-30 | 1 | -12/+10 |
* | AudioNode connection | Fernando Jiménez Moreno | 2018-07-30 | 1 | -6/+0 |
* | Properly implement audio context state changes | Fernando Jiménez Moreno | 2018-07-30 | 1 | -34/+124 |
* | AudioContext.suspend() implementation | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+5 |
* | AudioContext.resume() implementation | Fernando Jiménez Moreno | 2018-07-30 | 1 | -4/+29 |
* | Use audio graph processing state | Fernando Jiménez Moreno | 2018-07-30 | 1 | -10/+17 |
* | Get audio context current time from audio graph | Fernando Jiménez Moreno | 2018-07-30 | 1 | -4/+2 |
* | AudioContext construction | Fernando Jiménez Moreno | 2018-07-30 | 1 | -4/+42 |
* | Expose BaseAudioContext.state | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+7 |
* | Audio context options | Fernando Jiménez Moreno | 2018-07-30 | 1 | -5/+15 |
* | Trace and malloc_size_of workarounds for servo_media types | Fernando Jiménez Moreno | 2018-07-30 | 1 | -2/+3 |
* | Update to use latest servo-media | Fernando Jiménez Moreno | 2018-07-30 | 1 | -1/+1 |
* | Update to use latest servo-media API | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+10 |
* | Test OscillatorNode with servo_media | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+10 |
* | Initial WebAudio API stubs | Fernando Jiménez Moreno | 2018-07-30 | 1 | -0/+79 |