aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/TightJPEGEncoder.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-8/+8
| | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden.
* Use stdint typesPierre Ossman2023-02-011-2/+2
| | | | | Avoid having our own custom stuff and instead use the modern, standard types, for familiarity.
* Add method to get compression settings from encoderPierre Ossman2018-09-201-0/+2
|
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-0/+54
This allows us to apply a lot more server logic independently of which encoder is in use. Most of this class are things moved over from the Tight encoder.