summaryrefslogtreecommitdiffstats
path: root/common/rfb/PixelFormat.h
Commit message (Expand)AuthorAgeFilesLines
* Add optimised buffer conversionPierre Ossman2014-07-091-0/+23
* Add ability to directly convert between two pixel formatsPierre Ossman2014-07-091-0/+8
* Use lookup tables for pixel upconversionPierre Ossman2014-07-091-0/+6
* Remove full support for colour mapsPierre Ossman2014-07-071-13/+17
* Consistent use of stride vs pitchPierre Ossman2014-07-071-2/+2
* Optimise the RGB to pixel conversion to simple shiftsPierre Ossman2014-07-071-2/+2
* Document the different pixel representations that we deal withPierre Ossman2014-07-071-1/+10
* Remove unused pixel conversion methodPierre Ossman2014-07-071-1/+0
* Converting to RGB might involve a precision increasePierre Ossman2014-07-071-3/+3
* Make sure we check that PixelFormats we get are actually valid.Pierre Ossman2014-07-031-0/+2
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-0/+2
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-0/+3
* Make sure we handle endian problems in the conversion code.Pierre Ossman2009-04-211-1/+2
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-311-0/+3
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-061-1/+33
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+58