• dscho's avatar
    ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) · 26b79b89
    dscho authored
    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: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
    26b79b89
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.am Loading commit data...
corre.c Loading commit data...
cursor.c Loading commit data...
hextile.c Loading commit data...
listen.c Loading commit data...
lzoconf.h Loading commit data...
minilzo.c Loading commit data...
minilzo.h Loading commit data...
rfbproto.c Loading commit data...
rre.c Loading commit data...
sockets.c Loading commit data...
tight.c Loading commit data...
ultra.c Loading commit data...
vncviewer.c Loading commit data...
zlib.c Loading commit data...
zrle.c Loading commit data...