Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
311a2b47cb39567953dad8170b63f3bb4eb7639e
/
java
/
com
/
tigervnc
/
rdr
/
JavaInStream.java
e7f53dc
oops, bad commit! I only meant to commit the changes to the TightDecoder.
by Brian Hinz
· 14 years ago
57e6143
Grabbing the RGB components from the BufferedImage one at a time and converting the to a 24bpp RGB color manually is about 25% faster than using BufferedImage.getRGB().
by Brian Hinz
· 14 years ago
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