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
/
PixelFormat.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capitalize some more logging and exceptions
Pierre Ossman
2024-11-22
1
-2
/
+2
*
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-1
/
+1
*
Use specific class for protocol problems
Pierre Ossman
2024-11-06
1
-1
/
+1
*
Use standard exception classes
Pierre Ossman
2024-11-06
1
-1
/
+1
*
Use operator overloading for comparison
Pierre Ossman
2023-02-04
1
-2
/
+7
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-1
/
+0
*
Use stdint types
Pierre Ossman
2023-02-01
1
-28
/
+28
*
Use templates for optimized code
Pierre Ossman
2023-02-01
1
-38
/
+130
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+5
*
Handle pixel formats with odd shift values
Pierre Ossman
2019-11-15
1
-0
/
+6
*
Add sanity checks for PixelFormat shift values
Pierre Ossman
2019-11-15
1
-0
/
+7
*
Fix depth sanity test in PixelFormat
Pierre Ossman
2019-11-15
1
-1
/
+1
*
Add unit test for PixelFormat sanity checks
Pierre Ossman
2019-11-15
1
-1
/
+2
*
Fix rounding error in pixel down conversion
Pierre Ossman
2018-03-01
1
-6
/
+12
*
Wrong padding size calculated (copy-paste error)
Pierre Ossman
2014-10-09
1
-1
/
+1
*
Fix endian conversion
Pierre Ossman
2014-09-25
1
-12
/
+22
*
Add optimised buffer conversion
Pierre Ossman
2014-07-09
1
-0
/
+113
*
Add ability to directly convert between two pixel formats
Pierre Ossman
2014-07-09
1
-0
/
+50
*
Use lookup tables for pixel upconversion
Pierre Ossman
2014-07-09
1
-0
/
+36
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-58
/
+90
*
Avoid code duplication for the linear pixel format conversion methods
Pierre Ossman
2014-07-07
1
-79
/
+2
*
Consistent use of stride vs pitch
Pierre Ossman
2014-07-07
1
-6
/
+6
*
Fix possible information leakage
Pierre Ossman
2014-07-07
1
-2
/
+11
*
Use the same algorithm for conversions
Pierre Ossman
2014-07-07
1
-73
/
+53
*
Optimise the RGB to pixel conversion to simple shifts
Pierre Ossman
2014-07-07
1
-49
/
+11
*
Remove unused pixel conversion method
Pierre Ossman
2014-07-07
1
-17
/
+0
*
Converting to RGB might involve a precision increase
Pierre Ossman
2014-07-07
1
-4
/
+11
*
Make sure we check that PixelFormats we get are actually valid.
Pierre Ossman
2014-07-03
1
-6
/
+43
*
Add fast paths for RGB to 16-bit and 8-bit true color conversion
DRC
2011-11-04
1
-0
/
+22
*
If the client and server are using identical pixel formats, then perform Tigh...
DRC
2011-11-03
1
-0
/
+55
*
Fix compiler warnings uncovered with -Wall
DRC
2011-11-03
1
-2
/
+0
*
Do register reduction to re-normalize the performance at the low level
DRC
2011-08-19
1
-8
/
+19
*
Further optimizations to the Tight encoder to eliminate getImage() overhead. ...
DRC
2011-08-17
1
-0
/
+46
*
Converting a integer shift to a byte offset of course depends on endianness
Pierre Ossman
2010-10-13
1
-6
/
+18
*
Make sure we handle endian problems in the conversion code.
Pierre Ossman
2009-04-21
1
-5
/
+11
*
Update shift values in pixel format parse routine.
Pierre Ossman
2009-04-03
1
-0
/
+3
*
Optimise the common pixel format conversion RGB24 to RGB32.
Pierre Ossman
2009-03-31
1
-0
/
+38
*
Needs to be true colour to be 888.
Pierre Ossman
2009-03-25
1
-0
/
+2
*
A quick optimisation of the common 32-bit to 24-bit pixel conversion.
Pierre Ossman
2009-03-25
1
-11
/
+30
*
Consolidate pixel conversion into the PixelFormat class and optimise the
Pierre Ossman
2009-03-06
1
-8
/
+140
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+239