Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
13dbd6bb3df3f5b1f8d90f6e1b9c9b474611e9b2
/
java
/
com
/
tigervnc
/
rdr
/
JavaInStream.java
13dbd6b
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.
by Brian Hinz
· 14 years ago
ad78f75
massive performance improvements. zrle measured at 2.5x faster (no measurements for tight, but should be the same or better).
by Brian Hinz
· 14 years ago
a5f0fc8
performance improvements
by Brian Hinz
· 14 years ago
c19ab9e
Move Java source up one level and allow Java viewer to be built as a standalone project (per community request)
by DRC
· 14 years ago
[Renamed from java/src/com/tigervnc/rdr/JavaInStream.java]
b898b88
cleanup of rdr code, uniquify variable names, etc.
by Brian Hinz
· 14 years ago
2c5b44c
Imported JZlib source tree and re-implemented ZlibInStream using JZlib, similar to the way it's implemented in C with zlib. Also set svn:eol-style keyword to 'native' for most of the java files. There are still a handful with inconsistent eols style that need to be corrected.
by Brian Hinz
· 14 years ago
c5dc038
Completely reworked Java viewer (contributed by Brian Hinz)
by DRC
· 14 years ago