| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark overridden virtual functions | Pierre Ossman | 2024-06-24 | 1 | -6/+6 |
* | Use stdint types | Pierre Ossman | 2023-02-01 | 1 | -3/+3 |
* | Use templates for optimized code | Pierre Ossman | 2023-02-01 | 1 | -14/+6 |
* | Don't include palette to full color methods | Pierre Ossman | 2023-01-04 | 1 | -1/+1 |
* | Move image encoding logic into a central EncodeManager class | Pierre Ossman | 2014-07-14 | 1 | -99/+39 |
* | Use PixelBuffer objects as the interface for encoders and decoders | Pierre Ossman | 2014-07-14 | 1 | -3/+3 |
* | Encoders/decoders should track the connection object | Pierre Ossman | 2014-07-07 | 1 | -1/+1 |
* | Push encoding specific formats into the encoders and decoders | Pierre Ossman | 2014-07-07 | 1 | -0/+2 |
* | Consolidate the different palette handler implementations | Pierre Ossman | 2014-07-07 | 1 | -28/+3 |
* | Avoid reader/writer duplication in every encoder/decoder | Pierre Ossman | 2014-07-07 | 1 | -1/+0 |
* | Remove partial update functionality | Pierre Ossman | 2014-07-07 | 1 | -1/+1 |
* | Make the subsampling setting follow the common style | Pierre Ossman | 2014-07-07 | 1 | -3/+4 |
* | Get rid of the register mechanism for encoders and decoders | Pierre Ossman | 2014-07-07 | 1 | -3/+3 |
* | Reduce dependencies on TransImageGetter.h | Pierre Ossman | 2014-07-07 | 1 | -1/+2 |
* | Fix regression caused by r4841. That patch assumed that JPEG encoding always... | DRC | 2012-02-13 | 1 | -4/+7 |
* | The Tight encoder uses the pixel buffer as a scratch pad, which doesn't | Pierre Ossman | 2012-01-30 | 1 | -7/+4 |
* | Put arguments in a more consistent order based on data flow, in order to impr... | DRC | 2011-11-03 | 1 | -18/+21 |
* | Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t... | DRC | 2011-08-19 | 1 | -3/+4 |
* | Further optimizations to the Tight encoder to eliminate getImage() overhead. ... | DRC | 2011-08-17 | 1 | -9/+80 |
* | Ported encoding optimizations from TurboVNC. The changes to the Tight parame... | DRC | 2011-08-11 | 1 | -8/+13 |
* | Change JPEG quality/subsampling map to produce meaningful compression ratios,... | DRC | 2009-03-12 | 1 | -1/+8 |
* | Tweak the quality to JPEG settings mapping a bit. | Pierre Ossman | 2009-03-11 | 1 | -1/+1 |
* | Fixed include path for libjpeg.h, to allow including headers from the install... | Constantin Kaplinsky | 2006-05-30 | 1 | -1/+1 |
* | Migrating to new directory structure adopted from the RealVNC's source tree. ... | Constantin Kaplinsky | 2006-05-25 | 1 | -0/+78 |