]> git.proxmox.com Git - mirror_novnc.git/commit - core/decoders/copyrect.js
Move decoders to separate classes
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Jul 2018 14:05:16 +0000 (16:05 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 22 Aug 2018 13:12:34 +0000 (15:12 +0200)
commit923cd22083bf9c9cc5f460c863fedfbcce5c4907
tree631943db45b90543ee47ef858c7568f65d2535ed
parent11309f32434bdd56dcea380ed7abd98abe9e9fae
Move decoders to separate classes

Makes things a lot clearer by letting each encoding handle its own
details and state.
core/decoders/copyrect.js [new file with mode: 0644]
core/decoders/hextile.js [new file with mode: 0644]
core/decoders/raw.js [new file with mode: 0644]
core/decoders/rre.js [new file with mode: 0644]
core/decoders/tight.js [new file with mode: 0644]
core/decoders/tightpng.js [new file with mode: 0644]
core/rfb.js