aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/JpegCompressor.h
Commit message (Expand)AuthorAgeFilesLines
* Use stdint typesPierre Ossman2023-02-011-1/+1
* Remove special functions from JPEG compressorPierre Ossman2020-05-211-6/+0
* Simplify stream availability handlingPierre Ossman2020-05-211-2/+2
* Make the subsampling setting follow the common stylePierre Ossman2014-07-071-10/+1
* Be more liberal with const in places where write access isn't needed.Pierre Ossman2012-01-301-1/+1
* Internalise the libjpeg stuff into the JpegCompressor class as the libjpegPierre Ossman2011-09-071-21/+8
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-191-2/+4
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-1/+1
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-0/+87
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-82/+0
* [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to makeAdam Tkac2008-10-221-1/+1
* Added JpegCompressor abstract class and two implementations -- one cross-plat...Constantin Kaplinsky2007-07-241-0/+82