aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Decoder.cxx
Commit message (Expand)AuthorAgeFilesLines
* Avoid shadowing variablesPierre Ossman2024-06-241-1/+1
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-3/+3
* Explicitly mark unused parametersPierre Ossman2023-01-041-6/+11
* H264 DecoderVladimir Sukhonosov2022-01-211-0/+10
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-2/+2
* Allow conditional dependencies between rects when decodingPierre Ossman2015-11-271-0/+8
* Decode overlapping rectangles in orderPierre Ossman2015-11-271-0/+8
* Add flags member to decodersPierre Ossman2015-11-271-1/+1
* Decouple decoders from CConnectionPierre Ossman2015-11-271-8/+8
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-8/+8
* Handle CopyRect like any other encodingPierre Ossman2014-07-071-0/+4
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-071-0/+4
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-32/+26
* Also check for negative encodings, in case the server is throwing unexpectedPierre Ossman2012-07-191-2/+2
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-101-3/+3
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+70