aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/JpegCompressor.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use stdint typesPierre Ossman2023-02-011-5/+5
* Protect key variables from setjmp()Pierre Ossman2023-01-051-5/+6
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+1
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Make direct stream API a bit saferPierre Ossman2020-05-211-7/+7
* Remove special functions from JPEG compressorPierre Ossman2020-05-211-1/+1
* Simplify stream availability handlingPierre Ossman2020-05-211-1/+1
* Add stream avail() methodsPierre Ossman2020-05-211-2/+2
* Rename ConnParams to ClientParamsPierre Ossman2018-11-011-1/+1
* spelling fixesklemens2017-01-281-1/+1
* Flush entire JPEG buffer, ignoring statePierre Ossman2015-10-161-1/+1
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-2/+2
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-1/+0
* Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-071-27/+24
* Consistent use of stride vs pitchPierre Ossman2014-07-071-5/+6
* Make the subsampling setting follow the common stylePierre Ossman2014-07-071-4/+8
* Support keeping libjpeg's default compression settingPierre Ossman2014-07-071-3/+8
* 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