Mike Welsh
Mike Welsh
It'd be useful if a `Read` interface were also provided (compare `flate2` which has both `read::DeflateDecoder` and `write::DeflateDecoder`).
Hitting this as well; will the `ipc` feature be enabled by default in the future? Thank you!
Thanks for the patience here, this one's a little chunky but I'll take some time to review it this week
Not sure if we should ping jpeg-decoder again and see if it's within the scope of their project; or else we should track down another JPEG decoder. On web, we...
> So, it could be simply the result of the self-overlapping, partially transparent shape being drawn on top of itself due to the tessellation. I suppose this could be solved...
Hooked this up for SWF PlaceObject tags, AVM1, and AVM2. One slightly annoying thing is that I'd like to implement `FromWStr` for `BlendMode`, but the orphan rules prevent this --...
I think this would be useful as a general "options" panel for the demo page, as I've always wanted to ability to easily change, say, the render backend that a...
I agree, let's instead add an additional global master volume independent from AS. I'm also thinking ahead to the desktop player which would want a similar setting. `AudioBackend::volume` and `set_volume`...