aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/ZRLEDecoder.cxx
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle ZRLE cursorsPierre Ossman2024-08-301-2/+2
* Avoid redundant argumentsPierre Ossman2024-06-241-32/+31
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Use stdint typesPierre Ossman2023-02-011-18/+18
* Use templates for optimized codePierre Ossman2023-02-011-38/+186
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+3
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Change streams to be asynchronousPierre Ossman2020-05-211-3/+21
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-4/+4
* Properly handle depth > 24 in ZRLE decoderPierre Ossman2017-02-221-16/+20
* Fix temporary decoder buffer sizesPierre Ossman2016-10-051-6/+5
* Decode rectangles in order if neededPierre Ossman2015-11-271-1/+1
* Add flags member to decodersPierre Ossman2015-11-271-1/+1
* Split decoders into a read and decode stepPierre Ossman2015-11-271-6/+22
* Decouple decoders from CConnectionPierre Ossman2015-11-271-7/+7
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-10/+9
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-4/+5
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-071-3/+0
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-071-0/+20
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-071-1/+1
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-5/+0
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-061-10/+7
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+91