• DRC's avatar
    Fix an issue that affects the existing Tight encoder as well as the... · 503dd6bb
    DRC authored
    Fix an issue that affects the existing Tight encoder as well as the newly-implemented Turbo encoder.
    
    The issue is that, when using the current libvncserver source, it is impossible to disable Tight JPEG encoding.
    The way Tight/Turbo viewers disable JPEG encoding is by simply not sending the Tight quality value, causing the
    server to use the default value of -1.  Thus, cl->tightQualityLevel has to be set to -1 prior to processing the
    encodings message for this mechanism to work.  Similarly, it is not guaranteed that the compress level will be
    set in the encodings message, so it is set to a default value prior to processing the message.
    503dd6bb
Name
Last commit
Last update
..
tightvnc-filetransfer Loading commit data...
Makefile.am Loading commit data...
auth.c Loading commit data...
cargs.c Loading commit data...
config.h Loading commit data...
corre.c Loading commit data...
cursor.c Loading commit data...
cutpaste.c Loading commit data...
draw.c Loading commit data...
font.c Loading commit data...
hextile.c Loading commit data...
httpd.c Loading commit data...
main.c Loading commit data...
private.h Loading commit data...
rfbconfig.h Loading commit data...
rfbcrypto.h Loading commit data...
rfbcrypto_gnutls.c Loading commit data...
rfbcrypto_included.c Loading commit data...
rfbcrypto_openssl.c Loading commit data...
rfbcrypto_polarssl.c Loading commit data...
rfbregion.c Loading commit data...
rfbserver.c Loading commit data...
rfbssl.h Loading commit data...
rfbssl_gnutls.c Loading commit data...
rfbssl_none.c Loading commit data...
rfbssl_openssl.c Loading commit data...
rre.c Loading commit data...
scale.c Loading commit data...
scale.h Loading commit data...
selbox.c Loading commit data...
sockets.c Loading commit data...
stats.c Loading commit data...
tableinit24.c Loading commit data...
tableinitcmtemplate.c Loading commit data...
tableinittctemplate.c Loading commit data...
tabletrans24template.c Loading commit data...
tabletranstemplate.c Loading commit data...
tight.c Loading commit data...
translate.c Loading commit data...
turbo.c Loading commit data...
ultra.c Loading commit data...
websockets.c Loading commit data...
zlib.c Loading commit data...
zrle.c Loading commit data...
zrleencodetemplate.c Loading commit data...
zrleoutstream.c Loading commit data...
zrleoutstream.h Loading commit data...
zrlepalettehelper.c Loading commit data...
zrlepalettehelper.h Loading commit data...
zrletypes.h Loading commit data...