aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/ZRLEEncoder.cxx
Commit message (Expand)AuthorAgeFilesLines
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-2/+2
* Use compressionLevel in ZRLEEncoderAdam Halim2023-11-201-2/+15
* Use stdint typesPierre Ossman2023-02-011-23/+23
* Use templates for optimized codePierre Ossman2023-02-011-14/+108
* Don't include palette to full color methodsPierre Ossman2023-01-041-3/+2
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Remove unused bufSize argument from streamsPierre Ossman2020-05-211-1/+1
* Rename ConnParams to ClientParamsPierre Ossman2018-11-011-2/+1
* Avoid integer overflows in pixel size calculationsPierre Ossman2018-07-251-1/+1
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-63/+200
* 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-8/+9
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-071-2/+0
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-071-0/+15
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-071-2/+2
* Remove partial update functionalityPierre Ossman2014-07-071-10/+7
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-5/+0
* Get rid of unused things in the ZRLE encoderPierre Ossman2014-07-071-18/+9
* Reduce dependencies on TransImageGetter.hPierre Ossman2014-07-071-1/+1
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-1/+1
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-061-11/+7
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+122