summaryrefslogtreecommitdiffstats
path: root/common/rfb/JpegCompressor.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+69
* Fix image corruption issues with, and add a few optimizations for, 16bpp clientsDRC2011-08-191-1/+1
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-191-0/+2
* Need to include os/print.h to use snprintf on WindowsDRC2011-08-171-0/+1
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-3/+6
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-0/+216
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-193/+0
* Changes in mapping of JPEG quality levels. Minor code cleanups.Constantin Kaplinsky2007-10-101-3/+3
* Added JpegCompressor abstract class and two implementations -- one cross-plat...Constantin Kaplinsky2007-07-241-0/+193