• 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
VisualNaCro Loading commit data...
client_examples Loading commit data...
common Loading commit data...
examples Loading commit data...
libvncclient Loading commit data...
libvncserver Loading commit data...
rfb Loading commit data...
test Loading commit data...
utils Loading commit data...
vncterm Loading commit data...
webclients Loading commit data...
x11vnc Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CMakeLists.txt Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LibVNCServer.spec.in Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
acinclude.m4 Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
libvncclient.pc.in Loading commit data...
libvncserver-config.in Loading commit data...
libvncserver.pc.in Loading commit data...
ltmain.sh Loading commit data...
prepare_x11vnc_dist.sh Loading commit data...
tightvnc-1.3dev5-vncviewer-alpha-cursor.patch Loading commit data...