summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0710-15/+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-0712-132/+0
* | 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
* | Remove unused pixel conversion methodPierre Ossman2014-07-072-18/+0
* | Remove unsused, commented out codePierre Ossman2014-07-072-24/+0
* | Reduce dependencies on TransImageGetter.hPierre Ossman2014-07-077-7/+8
* | Support keeping libjpeg's default compression settingPierre Ossman2014-07-071-3/+8
* | Converting to RGB might involve a precision increasePierre Ossman2014-07-073-15/+59
* | Make sure we check that PixelFormats we get are actually valid.Pierre Ossman2014-07-032-6/+45
|/
* The ZRLE decoder relied on an assert() for boundary checks. A defaultPierre Ossman2014-03-191-3/+10
* Make sure the fill function pointer gets updated if thePierre Ossman2014-01-072-5/+24
* Simplify rfb::ParameterIterator - we always iterate over all enabled params.Adam Tkac2013-03-141-4/+4
* Remove unused assignment operator declaration from rfb::ConfigurationAdam Tkac2013-03-142-22/+0
* Remove unused parameter from rfb::Configuration::Configuration()Adam Tkac2013-03-142-9/+1
* We were not handling the "sync next" fence properly as we sent the responsePierre Ossman2012-07-202-6/+10
* Also check for negative encodings, in case the server is throwing unexpectedPierre Ossman2012-07-192-3/+3
* ScreenSet references rdr types, so we need to make sure those are defined.Pierre Ossman2012-07-131-0/+1