15 Commits (d8bbbeb3b37c713a72a113f7ef78741e15cc4a4d)

Author SHA1 Message Date
  Pierre Ossman 0d3ce87f11 Rename ConnParams to ClientParams 5 years ago
  Pierre Ossman f81148c43a Avoid integer overflows in pixel size calculations 5 years ago
  Pierre Ossman c0397269fc Move image encoding logic into a central EncodeManager class 10 years ago
  Pierre Ossman 0c9bd4b0ba Use PixelBuffer objects as the interface for encoders and decoders 9 years ago
  Pierre Ossman 668468b3d4 Encoders/decoders should track the connection object 10 years ago
  Pierre Ossman bcc295e5a6 Get rid of unnecessary macros as they are only ever set to a single thing 10 years ago
  Pierre Ossman 7b5c069d2e Push encoding specific formats into the encoders and decoders 10 years ago
  Pierre Ossman 4aba19e287 Avoid reader/writer duplication in every encoder/decoder 10 years ago
  Pierre Ossman 717c07b967 Remove partial update functionality 10 years ago
  Pierre Ossman 316a32498b Get rid of the register mechanism for encoders and decoders 10 years ago
  Pierre Ossman 4bca911984 Get rid of unused things in the ZRLE encoder 10 years ago
  Pierre Ossman 456b2c20d0 Reduce dependencies on TransImageGetter.h 10 years ago
  DRC ffe09d68f5 Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.) 12 years ago
  Pierre Ossman 67b2b2fa7f Consolidate pixel conversion into the PixelFormat class and optimise the 15 years ago
  Constantin Kaplinsky a2adc8d4cf Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
  Constantin Kaplinsky c44a13c662 Updated buffer size in ZRLE encoder, fix copied from VNC 4.1.1. 18 years ago
  Constantin Kaplinsky 47ed8d321c Initial revision 19 years ago