noVNC/core/decoders
Pierre Ossman 87143b361e Reduce kept state in JPEG decoder
We don't have to keep track of this much data between rects, so
restructure things to make it more simple. This allows the JPEG parsing
code to be a pure function which only depends on the input.
2023-06-04 19:00:33 +02:00
..
copyrect.js Handle empty rects from the server 2020-09-04 16:16:44 +02:00
hextile.js Switch to RGBx pixel format 2020-06-08 07:57:17 +02:00
jpeg.js Reduce kept state in JPEG decoder 2023-06-04 19:00:33 +02:00
raw.js Handle correct data offset in raw decoder 2022-03-28 08:45:40 +02:00
rre.js Update copyright to 2019 for modified files 2019-09-30 15:35:33 +02:00
tight.js Handle empty rects from the server 2020-09-04 16:16:44 +02:00
tightpng.js Validate decoded image dimensions 2019-12-23 15:42:02 +01:00
zrle.js Added support for ZRLE encoding 2021-11-23 12:02:42 -05:00