aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/TightDecoder.java
Commit message (Expand)AuthorAgeFilesLines
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-174/+456
* Whitespace cleanup onlyBrian Hinz2013-05-121-12/+12
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+3
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-051-10/+1
* Improve performance of Java viewer by using buffered image as drawing surface...Brian Hinz2012-03-051-14/+12
* Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...Brian Hinz2012-02-051-19/+13
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-3/+8
* Tight decoder fixes to address issues described in bug #3444605Brian Hinz2011-12-011-7/+24
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-271-109/+115
* improved Tight decoder performance.Brian Hinz2011-11-141-11/+15
* null out BufferedImage object to make sure it doesn't lead to a memory leakBrian Hinz2011-11-111-0/+1
* corrected endianess bug introduced in r4742Brian Hinz2011-10-301-3/+3
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-301-56/+15
* Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...Brian Hinz2011-10-141-54/+8
* Fix more unused local variables and static (class) variables and methods bein...Brian Hinz2011-10-091-1/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+426