aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/TightEncoder.h
Commit message (Expand)AuthorAgeFilesLines
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-99/+39
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-3/+3
* 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
* Consolidate the different palette handler implementationsPierre Ossman2014-07-071-28/+3
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-071-1/+0
* Remove partial update functionalityPierre Ossman2014-07-071-1/+1
* Make the subsampling setting follow the common stylePierre Ossman2014-07-071-3/+4
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-3/+3
* Reduce dependencies on TransImageGetter.hPierre Ossman2014-07-071-1/+2
* Fix regression caused by r4841. That patch assumed that JPEG encoding always...DRC2012-02-131-4/+7
* The Tight encoder uses the pixel buffer as a scratch pad, which doesn'tPierre Ossman2012-01-301-7/+4
* Put arguments in a more consistent order based on data flow, in order to impr...DRC2011-11-031-18/+21
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-191-3/+4
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-9/+80
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-8/+13
* Change JPEG quality/subsampling map to produce meaningful compression ratios,...DRC2009-03-121-1/+8
* Tweak the quality to JPEG settings mapping a bit.Pierre Ossman2009-03-111-1/+1
* Fixed include path for libjpeg.h, to allow including headers from the install...Constantin Kaplinsky2006-05-301-1/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+78