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
/
JpegCompressor.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use stdint types
Pierre Ossman
2023-02-01
1
-5
/
+5
*
Protect key variables from setjmp()
Pierre Ossman
2023-01-05
1
-5
/
+6
*
Explicitly mark switch case fall through
Pierre Ossman
2023-01-05
1
-0
/
+1
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Make direct stream API a bit safer
Pierre Ossman
2020-05-21
1
-7
/
+7
*
Remove special functions from JPEG compressor
Pierre Ossman
2020-05-21
1
-1
/
+1
*
Simplify stream availability handling
Pierre Ossman
2020-05-21
1
-1
/
+1
*
Add stream avail() methods
Pierre Ossman
2020-05-21
1
-2
/
+2
*
Rename ConnParams to ClientParams
Pierre Ossman
2018-11-01
1
-1
/
+1
*
spelling fixes
klemens
2017-01-28
1
-1
/
+1
*
Flush entire JPEG buffer, ignoring state
Pierre Ossman
2015-10-16
1
-1
/
+1
*
Make sure Exceptions do not use unsafe format strings
Pierre Ossman
2015-03-03
1
-2
/
+2
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
1
-1
/
+0
*
Fix some offenders that poke around in the PixelFormat internals
Pierre Ossman
2014-07-07
1
-27
/
+24
*
Consistent use of stride vs pitch
Pierre Ossman
2014-07-07
1
-5
/
+6
*
Make the subsampling setting follow the common style
Pierre Ossman
2014-07-07
1
-4
/
+8
*
Support keeping libjpeg's default compression setting
Pierre Ossman
2014-07-07
1
-3
/
+8
*
Be more liberal with const in places where write access isn't needed.
Pierre Ossman
2012-01-30
1
-1
/
+1
*
Internalise the libjpeg stuff into the JpegCompressor class as the libjpeg
Pierre Ossman
2011-09-07
1
-43
/
+69
*
Fix image corruption issues with, and add a few optimizations for, 16bpp clients
DRC
2011-08-19
1
-1
/
+1
*
Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...
DRC
2011-08-19
1
-0
/
+2
*
Need to include os/print.h to use snprintf on Windows
DRC
2011-08-17
1
-0
/
+1
*
Further optimizations to the Tight encoder to eliminate getImage() overhead. ...
DRC
2011-08-17
1
-3
/
+6
*
Ported encoding optimizations from TurboVNC. The changes to the Tight parame...
DRC
2011-08-11
1
-0
/
+216
*
Remove the "video" feature and its associated custom JPEG handling.
Pierre Ossman
2009-03-05
1
-193
/
+0
*
Changes in mapping of JPEG quality levels. Minor code cleanups.
Constantin Kaplinsky
2007-10-10
1
-3
/
+3
*
Added JpegCompressor abstract class and two implementations -- one cross-plat...
Constantin Kaplinsky
2007-07-24
1
-0
/
+193