aboutsummaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Expand)AuthorAgeFilesLines
* ZlibInStream must be reset after use, or we will end up withPeter Åstrand2004-12-201-1/+6
* Support for gradient filter with 24 bpp.Peter Åstrand2004-12-131-3/+70
* Jpeg decompressor now supports 24/32 bpp.Peter Åstrand2004-12-131-6/+3
* 24 bpp "cutZeros" support for copy filter.Peter Åstrand2004-12-131-5/+14
* Fill compression type and palette reading now supports 24 bppPeter Åstrand2004-12-121-5/+28
* colour -> colorPeter Åstrand2004-12-121-8/+15
* Added RGB24_TO_PIXEL32 macro.Peter Åstrand2004-12-121-0/+5
* Implemented client side gradient filter. Only tested with 16 bpp, though.Peter Åstrand2004-12-092-5/+74
* Added our copyright notice.Peter Åstrand2004-12-072-0/+2
* Added Tight decoder to rfb project.Peter Åstrand2004-12-071-0/+13
* jpeglib.h should be included via extern "C".Peter Åstrand2004-12-071-0/+2
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-625/+625
* Added command line option -QualityLevelPeter Åstrand2004-12-071-2/+3
* JPEG decompression supportPeter Åstrand2004-12-073-3/+157
* Using C++ style comments.Peter Åstrand2004-11-171-2/+2
* Using constants defined in TightDecoder.h, instead of hardcoded valuesPeter Åstrand2004-11-172-7/+18
* Flushing zlib streams if we are told by the server to do so.Peter Åstrand2004-11-171-16/+2
* Added basic almost-functional Tight support, from tightrealvnc project. Decod...Peter Åstrand2004-11-1611-1/+312
* Added .cvsignore entries for building under Win32.Constantin Kaplinsky2004-10-081-0/+4
* Added .cvsignore files.Constantin Kaplinsky2004-10-081-0/+1
* Initial revisionConstantin Kaplinsky2004-10-08130-0/+16468