summaryrefslogtreecommitdiffstats
path: root/common/rfb/tightEncode.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-071-6/+1
* Consistent use of stride vs pitchPierre Ossman2014-07-071-1/+1
* Make the subsampling setting follow the common stylePierre Ossman2014-07-071-1/+1
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-071-2/+2
* Fix regression caused by r4841. That patch assumed that JPEG encoding always...DRC2012-02-131-25/+40
* The Tight encoder uses the pixel buffer as a scratch pad, which doesn'tPierre Ossman2012-01-301-44/+39
* Put arguments in a more consistent order based on data flow, in order to impr...DRC2011-11-031-20/+20
* Rename and document TransImageGetter::getPixelsRW() to make it more obviousPierre Ossman2011-11-031-2/+2
* Remove unused variablesDRC2011-08-241-1/+0
* Do register reduction to re-normalize the performance at the low levelDRC2011-08-191-4/+7
* Fix image corruption issues with, and add a few optimizations for, 16bpp clientsDRC2011-08-191-10/+17
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-191-4/+6
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-190/+238
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-189/+63
* Merge further fixes to Zlib encoder from 1.1 branchDRC2011-08-091-5/+7
* Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com...DRC2011-08-091-1/+4
* libjpeg-turbo produces about the same image quality with the fast integer DCT...DRC2011-02-081-0/+2
* Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be inPierre Ossman2010-09-301-1/+1
* The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90Pierre Ossman2009-04-301-19/+21
* Take advantage of libjpeg colorspace extensions if availableDRC2009-04-061-12/+52
* Change JPEG quality/subsampling map to produce meaningful compression ratios,...DRC2009-03-121-2/+9
* Tweak the quality to JPEG settings mapping a bit.Pierre Ossman2009-03-111-0/+7
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-061-64/+22
* [Cleanup] Fixed some compiler warningsAdam Tkac2008-10-101-0/+2
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+720