index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
rfb
/
TightDecoder.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete rewrite of pixel buffer & decoder implementation.
Brian P. Hinz
2016-12-10
1
-174
/
+456
*
Whitespace cleanup only
Brian Hinz
2013-05-12
1
-12
/
+12
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
1
-1
/
+3
*
BufferedImage performance is poor on Microsoft Windows platforms, so fallback...
Brian Hinz
2012-04-05
1
-10
/
+1
*
Improve performance of Java viewer by using buffered image as drawing surface...
Brian Hinz
2012-03-05
1
-14
/
+12
*
Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...
Brian Hinz
2012-02-05
1
-19
/
+13
*
Grabbing the RGB components from the BufferedImage one at a time and converti...
Brian Hinz
2011-12-04
1
-3
/
+8
*
Tight decoder fixes to address issues described in bug #3444605
Brian Hinz
2011-12-01
1
-7
/
+24
*
Sync up java Tight decoder with recent changes to C client as much as possibl...
Brian Hinz
2011-11-27
1
-109
/
+115
*
improved Tight decoder performance.
Brian Hinz
2011-11-14
1
-11
/
+15
*
null out BufferedImage object to make sure it doesn't lead to a memory leak
Brian Hinz
2011-11-11
1
-0
/
+1
*
corrected endianess bug introduced in r4742
Brian Hinz
2011-10-30
1
-3
/
+3
*
massive performance improvements. zrle measured at 2.5x faster (no measuremen...
Brian Hinz
2011-10-30
1
-56
/
+15
*
Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...
Brian Hinz
2011-10-14
1
-54
/
+8
*
Fix more unused local variables and static (class) variables and methods bein...
Brian Hinz
2011-10-09
1
-1
/
+0
*
Move Java source up one level and allow Java viewer to be built as a standalo...
DRC
2011-10-07
1
-0
/
+426