1. e7f53dc oops, bad commit! I only meant to commit the changes to the TightDecoder. by Brian Hinz · 14 years ago
  2. 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
  3. 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
  4. 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
  5. a5f0fc8 performance improvements by Brian Hinz · 14 years ago
  6. 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]
  7. b898b88 cleanup of rdr code, uniquify variable names, etc. by Brian Hinz · 14 years ago
  8. 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
  9. c5dc038 Completely reworked Java viewer (contributed by Brian Hinz) by DRC · 14 years ago