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.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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
tightDecode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
1
-7
/
+8
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-6
/
+6
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-1
/
+1
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-9
/
+9
*
Get rid of unnecessary macros as they are only ever set to a single thing
Pierre Ossman
2014-07-07
1
-6
/
+3
*
Push encoding specific formats into the encoders and decoders
Pierre Ossman
2014-07-07
1
-2
/
+2
*
Consistent use of stride vs pitch
Pierre Ossman
2014-07-07
1
-2
/
+1
*
Be more consistent in referring to pixel byte streams as buffers
Pierre Ossman
2014-07-07
1
-4
/
+4
*
Fix issue uncovered with valgrind
DRC
2011-11-09
1
-1
/
+1
*
The source data here is RGB triplets, not "pixels".
Pierre Ossman
2011-11-08
1
-3
/
+1
*
Further optimizations (avoiding single-byte copies and InStream processing ov...
DRC
2011-11-04
1
-45
/
+32
*
Since fillRect() operates directly on the framebuffer, optimize it and remove...
DRC
2011-11-03
1
-33
/
+1
*
If the client and server are using identical pixel formats, then perform Tigh...
DRC
2011-11-03
1
-158
/
+118
*
Fixed the formatting of a few Cendio copyright lines, so that it is
Peter Åstrand
2011-09-28
1
-1
/
+1
*
[Bugfix] Remove "unused-but-set" variable from tightDecode.h.
Adam Tkac
2011-02-21
1
-2
/
+1
*
The tight decoder is really working on pixel buffers, not Pixel arrays. This
Pierre Ossman
2010-09-30
1
-21
/
+18
*
[Bugfix] Fix memory leak in Tight decoder.
Adam Tkac
2010-01-27
1
-0
/
+2
*
The code to utilize our libjpeg's ability to input/output out native formats
v0.0.90
Pierre Ossman
2009-04-30
1
-19
/
+22
*
Take advantage of libjpeg colorspace extensions, if available
DRC
2009-04-06
1
-9
/
+54
*
Optimise the common pixel format conversion RGB24 to RGB32.
Pierre Ossman
2009-03-31
1
-4
/
+2
*
Consolidate pixel conversion into the PixelFormat class and optimise the
Pierre Ossman
2009-03-06
1
-31
/
+31
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+412