summaryrefslogtreecommitdiff
path: root/core/decoders
Commit message (Expand)AuthorAgeFilesLines
* Handle correct data offset in raw decoderPierre Ossman2022-03-281-1/+1
* Add RealVNC's JPEG encodingpdlan2021-11-261-0/+141
* Added support for ZRLE encodingPaul Dumais2021-11-231-0/+185
* Handle empty rects in RAW decoder as wellPierre Ossman2020-09-071-0/+4
* Handle empty rects from the serverPierre Ossman2020-09-042-0/+13
* Switch to RGBx pixel formatPierre Ossman2020-06-083-23/+34
* Standardise on a single blit functionPierre Ossman2020-06-081-9/+17
* Fix bad BasicCompression check in Tight decoderPierre Ossman2020-06-081-1/+1
* Move tile handling to Hextile decoderPierre Ossman2020-06-061-3/+52
* Standardize on camelCase in DecodersSamuel Mannehed2020-05-312-16/+16
* Split api of inflateNiko Lehto2020-02-171-2/+6
* Move error handling to Inflate classNiko Lehto2020-02-171-6/+0
* Remove unused inflate argumentNiko Lehto2020-02-171-2/+2
* Validate decoded image dimensionsPierre Ossman2019-12-232-2/+2
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-306-18/+6
* Consume data properly in Hextile decoderPierre Ossman2019-02-141-0/+1
* Add getters/setter to websockJuanjo Diaz2018-12-083-8/+7
* Use `new` when constructing errorsJuanjo Diaz2018-11-243-8/+8
* Merge branch 'style' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-172-3/+3
* Move decoders to separate classesPierre Ossman2018-08-226-0/+615