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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
TightEncoder.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-2
/
+2
*
Use stdint types
Pierre Ossman
2023-02-01
1
-15
/
+15
*
Use templates for optimized code
Pierre Ossman
2023-02-01
1
-13
/
+140
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Don't include palette to full color methods
Pierre Ossman
2023-01-04
1
-3
/
+3
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+5
*
Generalise corking to all output streams
Pierre Ossman
2020-05-21
1
-0
/
+2
*
Rename ConnParams to ClientParams
Pierre Ossman
2018-11-01
1
-2
/
+1
*
Fix mistake in TightEncoder::setCompressLevel.
Michal Srb
2016-05-06
1
-1
/
+1
*
Fix bad signed/unsigned comparisons
Pierre Ossman
2015-03-03
1
-1
/
+1
*
Remove unused variables
Pierre Ossman
2015-03-03
1
-1
/
+1
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
1
-326
/
+179
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-7
/
+6
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-6
/
+7
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-3
/
+3
*
Push encoding specific formats into the encoders and decoders
Pierre Ossman
2014-07-07
1
-0
/
+18
*
Avoid reader/writer duplication in every encoder/decoder
Pierre Ossman
2014-07-07
1
-1
/
+1
*
Remove partial update functionality
Pierre Ossman
2014-07-07
1
-8
/
+7
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
1
-0
/
+1
*
Make the subsampling setting follow the common style
Pierre Ossman
2014-07-07
1
-19
/
+15
*
Get rid of the register mechanism for encoders and decoders
Pierre Ossman
2014-07-07
1
-5
/
+0
*
Reduce dependencies on TransImageGetter.h
Pierre Ossman
2014-07-07
1
-0
/
+1
*
Fix regression caused by r4841. That patch assumed that JPEG encoding always...
DRC
2012-02-13
1
-16
/
+0
*
The Tight encoder uses the pixel buffer as a scratch pad, which doesn't
Pierre Ossman
2012-01-30
1
-0
/
+16
*
Increase the default compression level to cater to a broader range of users
Pierre Ossman
2011-11-20
1
-1
/
+2
*
Fix compiler warnings uncovered with -Wall
DRC
2011-11-03
1
-1
/
+0
*
Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...
DRC
2011-08-19
1
-2
/
+22
*
Fix compiler warning in Visual C++
DRC
2011-08-19
1
-3
/
+3
*
Further optimizations to the Tight encoder to eliminate getImage() overhead. ...
DRC
2011-08-17
1
-53
/
+42
*
Ported encoding optimizations from TurboVNC. The changes to the Tight parame...
DRC
2011-08-11
1
-28
/
+228
*
Change JPEG quality/subsampling map to produce meaningful compression ratios,...
DRC
2009-03-12
1
-10
/
+28
*
Tweak the quality to JPEG settings mapping a bit.
Pierre Ossman
2009-03-11
1
-10
/
+10
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+193