aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/TightEncoder.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-241-2/+2
* Use stdint typesPierre Ossman2023-02-011-15/+15
* Use templates for optimized codePierre Ossman2023-02-011-13/+140
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Don't include palette to full color methodsPierre Ossman2023-01-041-3/+3
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
* Generalise corking to all output streamsPierre Ossman2020-05-211-0/+2
* Rename ConnParams to ClientParamsPierre Ossman2018-11-011-2/+1
* Fix mistake in TightEncoder::setCompressLevel.Michal Srb2016-05-061-1/+1
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
* Remove unused variablesPierre Ossman2015-03-031-1/+1
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-326/+179
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-7/+6
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-6/+7
* Remove full support for colour mapsPierre Ossman2014-07-071-3/+3
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-071-0/+18
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-071-1/+1
* Remove partial update functionalityPierre Ossman2014-07-071-8/+7
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-071-0/+1
* Make the subsampling setting follow the common stylePierre Ossman2014-07-071-19/+15
* Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-071-5/+0
* Reduce dependencies on TransImageGetter.hPierre Ossman2014-07-071-0/+1
* Fix regression caused by r4841. That patch assumed that JPEG encoding always...DRC2012-02-131-16/+0
* The Tight encoder uses the pixel buffer as a scratch pad, which doesn'tPierre Ossman2012-01-301-0/+16
* Increase the default compression level to cater to a broader range of usersPierre Ossman2011-11-201-1/+2
* Fix compiler warnings uncovered with -WallDRC2011-11-031-1/+0
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-191-2/+22
* Fix compiler warning in Visual C++DRC2011-08-191-3/+3
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-53/+42
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-28/+228
* Change JPEG quality/subsampling map to produce meaningful compression ratios,...DRC2009-03-121-10/+28
* Tweak the quality to JPEG settings mapping a bit.Pierre Ossman2009-03-111-10/+10
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+193