summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Use printf constructor safelyPierre Ossman2014-07-211-1/+1
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-1434-1603/+2248
* Remove PixelTransformer and TransImageGetterPierre Ossman2014-07-147-682/+0
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-1437-169/+154
* Store the mouse cursor in the ConnParams objectPierre Ossman2014-07-146-118/+153
* Allow PixelBuffers to be constPierre Ossman2014-07-144-15/+17
* Add helper class for a rendered cursorPierre Ossman2014-07-145-25/+74
* Add convenience variant of getImage()Pierre Ossman2014-07-142-0/+25
* Add convenience functions to ModifiablePixelBufferPierre Ossman2014-07-092-0/+29
* Add optimised buffer conversionPierre Ossman2014-07-093-0/+291
* Add ability to directly convert between two pixel formatsPierre Ossman2014-07-092-0/+58
* Use lookup tables for pixel upconversionPierre Ossman2014-07-093-44/+64
* Only grab the regions we actually needPierre Ossman2014-07-071-22/+33
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-073-26/+89
* Get rid of getStride()Pierre Ossman2014-07-072-14/+11
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-076-17/+29
* We don't need a fillRect() that is this optimisedPierre Ossman2014-07-072-83/+19
* Avoid having virtual methods where not neededPierre Ossman2014-07-072-17/+10
* getImage() doesn't need to be overloadable, keep it simplePierre Ossman2014-07-073-38/+5
* Encoders/decoders should track the connection objectPierre Ossman2014-07-0734-109/+102
* Push encoder and decoder handling down into the connection objectsPierre Ossman2014-07-079-140/+57
* Remove full support for colour mapsPierre Ossman2014-07-0726-853/+240
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-0715-85/+30
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-0712-63/+91
* Consolidate the different palette handler implementationsPierre Ossman2014-07-078-493/+272
* Handle CopyRect like any other encodingPierre Ossman2014-07-077-21/+86
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-0724-26/+27
* Remove partial update functionalityPierre Ossman2014-07-0715-80/+46
* Move serialisation of pseudorects into separate functionsPierre Ossman2014-07-072-69/+72
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-0720-1140/+818
* Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-071-1/+1
|\
| * librfb needs librdr so make sure it always gets pulled inPierre Ossman2014-07-041-1/+1
* | Remove a lot of platform compatibilty stuffPierre Ossman2014-07-0722-428/+10
* | Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-073-60/+47
* | Avoid code duplication for the linear pixel format conversion methodsPierre Ossman2014-07-071-79/+2
* | Consistent use of stride vs pitchPierre Ossman2014-07-076-23/+24
* | Fix possible information leakagePierre Ossman2014-07-071-2/+11
* | Use the same algorithm for conversionsPierre Ossman2014-07-071-73/+53
* | Optimise the RGB to pixel conversion to simple shiftsPierre Ossman2014-07-073-51/+65
* | Remove magic JPEG variables from ConnParamsPierre Ossman2014-07-073-14/+3
* | Clean up the encoding parser in ConnParamsPierre Ossman2014-07-071-48/+55
* | Make the subsampling setting follow the common stylePierre Ossman2014-07-078-45/+64
* | Stop storing a copy of the encodings as we don't use it for anythingPierre Ossman2014-07-072-14/+3
* | Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-0725-183/+77
* | Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-078-29/+29
* | Document the different pixel representations that we deal withPierre Ossman2014-07-071-1/+10
* | Get rid of unused things in the ZRLE encoderPierre Ossman2014-07-073-35/+13
* | Remove the scaled pixel buffer classes as they are not used.Pierre Ossman2014-07-073-354/+0
* | Remove unused (and commented out) PixelBuffer::getPixel()Pierre Ossman2014-07-072-17/+0
* | Remove unused alternative code path from the ZRLE and Hextile decodersPierre Ossman2014-07-072-81/+0