aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/baseaudiocontext.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-12/+5
* StereoPannerNode DOMMaria Sable2019-04-301-0/+11
* Pass InCompartment by valueAron Zwaan2019-04-251-2/+2
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-4/+11
* Auto merge of #23215 - ferjm:decoder.channels, r=jdmbors-servo2019-04-181-1/+12
|\
| * Keep a map between channel position and channel index for decoded audioFernando Jiménez Moreno2019-04-171-1/+12
* | Move media backend initialization to process startup.Josh Matthews2019-04-151-3/+0
|/
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-2/+4
* Use servo-media-auto and call ServoMedia::init where requiredFernando Jiménez Moreno2019-03-251-0/+3
* Shutdown player when HTMLMediaElement is droppedFernando Jiménez Moreno2019-03-251-3/+3
* Implement DOM APIs for ChannelSplitterNodeMauricio Collares2019-01-101-0/+9
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-5/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-7/+9
* Update uuidBastien Orivel2018-11-091-1/+1
* Reorder importsPyfisch2018-11-061-2/+4
* Format remaining filesPyfisch2018-11-061-5/+13
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-37/+37
* Update servo-media: handle decoder errors and use safer/nicer player APIFernando Jiménez Moreno2018-10-081-2/+3
* Auto merge of #21750 - Manishearth:biquad, r=ferjmbors-servo2018-09-201-0/+7
|\
| * Add createBiquadFilter()Manish Goregaokar2018-09-201-1/+1
| * Implement BiquadFilterNodeManish Goregaokar2018-09-201-0/+7
* | Format script componentchansuke2018-09-191-18/+16
|/
* Add createAnalyserManish Goregaokar2018-09-181-0/+7
* Add support for multichannel decoded audioFernando Jiménez Moreno2018-09-111-9/+19
* Add createChannelMerger()Manish Goregaokar2018-09-041-0/+8
* Throw on out-of-bounds channelCount in AudioNodesManish Goregaokar2018-09-031-3/+3
* Handle channel count constraints in panner constructorManish Goregaokar2018-08-241-1/+1
* Add BaseAudioContext.createPanner()Manish Goregaokar2018-08-241-0/+8
* cleanup: Remove Rc from BaseAudioContextManish Goregaokar2018-08-241-8/+6
* Add AudioListener DOM interfaceManish Goregaokar2018-08-241-0/+16
* OfflineAudioContextFernando Jiménez Moreno2018-07-301-22/+32
* Fix build errors after rebaseFernando Jiménez Moreno2018-07-301-3/+3
* test-tidy fixesFernando Jiménez Moreno2018-07-301-1/+3
* Update servo-media after crate split up. Allows building for AndroidFernando Jiménez Moreno2018-07-301-3/+3
* Remove unimplemented PeriodicWave stubFernando Jiménez Moreno2018-07-301-0/+1
* Mark DecodeResolver as must_rootFernando Jiménez Moreno2018-07-301-1/+1
* AudioNode channel related properties getter and setter fixesFernando Jiménez Moreno2018-07-301-0/+5
* rustfmtFernando Jiménez Moreno2018-07-301-86/+123
* Fix construction of destination node (#6)Manish Goregaokar2018-07-301-13/+13
* Fix Trusted usage in audio decoder to queue tasks (#3)Manish Goregaokar2018-07-301-25/+36
* Remove unsafe code to create empty AudioNodeOptionsFernando Jiménez Moreno2018-07-301-19/+5
* decodeAudioDataFernando Jiménez Moreno2018-07-301-8/+100
* createBufferSource and buffer setter on buffer source nodeFernando Jiménez Moreno2018-07-301-9/+29
* Create AudioBuffer from BaseAudioContextFernando Jiménez Moreno2018-07-301-0/+9
* BaseAudioContext.CreateGain()Fernando Jiménez Moreno2018-07-301-0/+10
* Queue statechange eventFernando Jiménez Moreno2018-07-301-1/+6
* Initial AudioParam bindingsFernando Jiménez Moreno2018-07-301-6/+5