]> source.dussan.org Git - tigervnc.git/commit
Sync up java Tight decoder with recent changes to C client as much as possible. These...
authorBrian Hinz <bphinz@users.sourceforge.net>
Sun, 27 Nov 2011 20:43:47 +0000 (20:43 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sun, 27 Nov 2011 20:43:47 +0000 (20:43 +0000)
commit13dbd6bb3df3f5b1f8d90f6e1b9c9b474611e9b2
tree5f3af5f60c3fa8b00a36a1447712673d62ac101f
parentf5e59aff466e7e647dde7c25c3dc995d4483d7d7
Sync up java Tight decoder with recent changes to C client as much as possible. These changes should also fix the 16bpp issue reported in bug #3429667.  I think there are probably errors in the FilterGradient* code but I can't get any servers to actually send this type of data to test it.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4819 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/rdr/InStream.java
java/com/tigervnc/rdr/JavaInStream.java
java/com/tigervnc/rfb/CMsgHandler.java
java/com/tigervnc/rfb/PixelFormat.java
java/com/tigervnc/rfb/TightDecoder.java
java/com/tigervnc/vncviewer/CConn.java
java/com/tigervnc/vncviewer/DesktopWindow.java
java/com/tigervnc/vncviewer/PixelBufferImage.java