aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CopyRectDecoder.cxx
Commit message (Expand)AuthorAgeFilesLines
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Explicitly mark unused parametersPierre Ossman2023-01-041-3/+6
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Change streams to be asynchronousPierre Ossman2020-05-211-1/+4
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-4/+4
* Decode overlapping rectangles in orderPierre Ossman2015-11-271-0/+18
* Add flags member to decodersPierre Ossman2015-11-271-1/+1
* Split decoders into a read and decode stepPierre Ossman2015-11-271-5/+13
* Decouple decoders from CConnectionPierre Ossman2015-11-271-5/+6
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-3/+2
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-4/+4
* Handle CopyRect like any other encodingPierre Ossman2014-07-071-0/+39