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
/
ZRLEDecoder.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly handle ZRLE cursors
Pierre Ossman
2024-08-30
1
-2
/
+2
*
Avoid redundant arguments
Pierre Ossman
2024-06-24
1
-32
/
+31
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-1
/
+1
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-2
/
+2
*
Use stdint types
Pierre Ossman
2023-02-01
1
-18
/
+18
*
Use templates for optimized code
Pierre Ossman
2023-02-01
1
-38
/
+186
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-2
/
+3
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-3
/
+21
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-4
/
+4
*
Properly handle depth > 24 in ZRLE decoder
Pierre Ossman
2017-02-22
1
-16
/
+20
*
Fix temporary decoder buffer sizes
Pierre Ossman
2016-10-05
1
-6
/
+5
*
Decode rectangles in order if needed
Pierre Ossman
2015-11-27
1
-1
/
+1
*
Add flags member to decoders
Pierre Ossman
2015-11-27
1
-1
/
+1
*
Split decoders into a read and decode step
Pierre Ossman
2015-11-27
1
-6
/
+22
*
Decouple decoders from CConnection
Pierre Ossman
2015-11-27
1
-7
/
+7
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-10
/
+9
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-4
/
+5
*
Get rid of unnecessary macros as they are only ever set to a single thing
Pierre Ossman
2014-07-07
1
-3
/
+0
*
Push encoding specific formats into the encoders and decoders
Pierre Ossman
2014-07-07
1
-0
/
+20
*
Avoid reader/writer duplication in every encoder/decoder
Pierre Ossman
2014-07-07
1
-1
/
+1
*
Get rid of the register mechanism for encoders and decoders
Pierre Ossman
2014-07-07
1
-5
/
+0
*
Consolidate pixel conversion into the PixelFormat class and optimise the
Pierre Ossman
2009-03-06
1
-10
/
+7
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+91