summaryrefslogtreecommitdiffstats
path: root/libvncclient/tight.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the turbojpeg.h dependency from public headersChristian Beier2018-09-271-0/+2
* Include Tight decoding optimizations from TurboVNCDRC2018-01-221-130/+101
* Add function pointers for every type of rectangleBalazs Ludmany2016-06-291-4/+7
* signed vs unsigned warnings eliminated (gcc 4.0.1)steven_carr2006-05-021-3/+3
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-0/+3
* implement ZRLE decodingdscho2005-05-241-0/+2
* init a structure *before* using it...dscho2005-05-231-1/+2
* remove wrong commentdscho2005-05-231-16/+0
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-63/+151
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-4/+4
* make --without-jpeg, --without-zlib workdscho2003-08-081-0/+4
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-301-5/+5
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-281-14/+14
* first alpha version of libvncclientdscho2003-07-271-0/+606