summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2008-02-04 17:58:11 +0000
committerdscho <dscho>2008-02-04 17:58:11 +0000
commit26b79b89dbcc56b2695e4ae0bf8eeba535c27c76 (patch)
tree02b1720c70e65ad91f1d9d71f789b980b1ed342b /ChangeLog
parentbefcb6fc14942f3c954586edabf9afa79f696dd3 (diff)
downloadlibtdevnc-26b79b89dbcc56b2695e4ae0bf8eeba535c27c76.tar.gz
libtdevnc-26b79b89dbcc56b2695e4ae0bf8eeba535c27c76.zip
ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
Highlite: * use qualityLevel/zlib_buffer. No new variable is needed. * Change coding style to recursive fashion. * Change meaning of qualityLevel== 9 for easy calc zywrle_level: old:zywrle_level== 1 new:disable ZYWRLE(same as ZRLE) so, we should not use this value for compatible reason. * Color mode handling isn't complete. I provided and checked 16 bit colors(RGB555,RGB565) and some color mode of 32 bit colors for little endian mode. we must make and check 24 bit colors and big endian mode. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39d2e96..9b9b17f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2008-02-04 Noriaki Yamazaki <micro-vnc@ias.hitachi-system.co.jp>
+ * libvncclient/rfbproto.c, libvncclient/zrle.c: Add ZYWRLE
+ support to LibVNCClient
+
+2008-02-04 Noriaki Yamazaki <micro-vnc@ias.hitachi-system.co.jp>
* libvncserver/zywrletemplate.c: Fix mis encode/decode when
width != scanline