ruffle/core
Mike Welsh 800147043a swf: Try to recover from incorrect zlib streams
Some SWFs are compressed incorrectly, often with incorrect
compressed/uncompressed lengths, causing the zlib decoders
to vomit if you try to decompress them fully. However, often times
the data still decompresses all the way to the End tag, and we
still want to try to play it even if it's corrupt.
Now these errors only omit a warning, and we'll continue to run
the SWF.

Addresses #86.
2019-10-10 13:41:43 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
src swf: Try to recover from incorrect zlib streams 2019-10-10 13:41:43 -07:00
tests chore: add tests for equality and greaterthan 2019-10-08 20:45:39 +01:00
Cargo.toml Added object property attributes (initially just DontDelete) 2019-10-08 14:30:36 +02:00