Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark overridden virtual functions | Pierre Ossman | 2024-06-24 | 1 | -8/+8 |
| | | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden. | ||||
* | Use stdint types | Pierre Ossman | 2023-02-01 | 1 | -2/+2 |
| | | | | | Avoid having our own custom stuff and instead use the modern, standard types, for familiarity. | ||||
* | Add method to get compression settings from encoder | Pierre Ossman | 2018-09-20 | 1 | -0/+2 |
| | |||||
* | Move image encoding logic into a central EncodeManager class | Pierre Ossman | 2014-07-14 | 1 | -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. |