aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/TightDecoder.h
Commit message (Expand)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-12/+11
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-3/+3
* Use stdint typesPierre Ossman2023-02-011-5/+5
* Use templates for optimized codePierre Ossman2023-02-011-12/+6
* Change streams to be asynchronousPierre Ossman2020-05-211-1/+1
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-3/+3
* Allow parallel decoding of Tight JPEG rectsPierre Ossman2015-11-271-1/+0
* Allow conditional dependencies between rects when decodingPierre Ossman2015-11-271-0/+7
* Split decoders into a read and decode stepPierre Ossman2015-11-271-24/+21
* Decouple decoders from CConnectionPierre Ossman2015-11-271-2/+3
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-11/+0
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-2/+2
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-1/+1
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-071-0/+2
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-071-1/+0
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-4/+2
* Further optimizations (avoiding single-byte copies and InStream processing ov...DRC2011-11-041-8/+8
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-0/+32
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+49