summaryrefslogtreecommitdiffstats
path: root/common/rfb/tightDecode.h
Commit message (Expand)AuthorAgeFilesLines
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-7/+8
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-6/+6
* Encoders/decoders should track the connection objectPierre Ossman2014-07-071-1/+1
* Remove full support for colour mapsPierre Ossman2014-07-071-9/+9
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-071-6/+3
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-071-2/+2
* Consistent use of stride vs pitchPierre Ossman2014-07-071-2/+1
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-071-4/+4
* Fix issue uncovered with valgrindDRC2011-11-091-1/+1
* The source data here is RGB triplets, not "pixels".Pierre Ossman2011-11-081-3/+1
* Further optimizations (avoiding single-byte copies and InStream processing ov...DRC2011-11-041-45/+32
* Since fillRect() operates directly on the framebuffer, optimize it and remove...DRC2011-11-031-33/+1
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-158/+118
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-281-1/+1
* [Bugfix] Remove "unused-but-set" variable from tightDecode.h.Adam Tkac2011-02-211-2/+1
* The tight decoder is really working on pixel buffers, not Pixel arrays. ThisPierre Ossman2010-09-301-21/+18
* [Bugfix] Fix memory leak in Tight decoder.Adam Tkac2010-01-271-0/+2
* The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90Pierre Ossman2009-04-301-19/+22
* Take advantage of libjpeg colorspace extensions, if availableDRC2009-04-061-9/+54
* Optimise the common pixel format conversion RGB24 to RGB32.Pierre Ossman2009-03-311-4/+2
* Consolidate pixel conversion into the PixelFormat class and optimise thePierre Ossman2009-03-061-31/+31
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+412