1. 816baa3 Fix rounding error in pixel down conversion by Pierre Ossman · 8 years ago
  2. 41deb88 Add pixel conversion correctness test by Pierre Ossman · 11 years ago
  3. a4148f8 PixelTransformer is gone so we can protect these now by Pierre Ossman · 11 years ago
  4. c02c05d Add optimised buffer conversion by Pierre Ossman · 12 years ago
  5. 761fe24 Add ability to directly convert between two pixel formats by Pierre Ossman · 12 years ago
  6. 2fe68da Use lookup tables for pixel upconversion by Pierre Ossman · 11 years ago
  7. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  8. a10d8fe Consistent use of stride vs pitch by Pierre Ossman · 12 years ago
  9. 8b874e4 Optimise the RGB to pixel conversion to simple shifts by Pierre Ossman · 12 years ago
  10. 823665c Document the different pixel representations that we deal with by Pierre Ossman · 12 years ago
  11. 867bd12 Remove unused pixel conversion method by Pierre Ossman · 12 years ago
  12. 6e5cd5d Converting to RGB might involve a precision increase by Pierre Ossman · 12 years ago
  13. 6655d96 Make sure we check that PixelFormats we get are actually valid. by Pierre Ossman · 12 years ago
  14. 33c15e3 If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines. by DRC · 14 years ago
  15. ffe09d6 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.) by DRC · 14 years ago
  16. 19dbca2 Make sure we handle endian problems in the conversion code. by Pierre Ossman · 16 years ago
  17. 19501b8 Optimise the common pixel format conversion RGB24 to RGB32. by Pierre Ossman · 16 years ago
  18. 67b2b2f Consolidate pixel conversion into the PixelFormat class and optimise the by Pierre Ossman · 17 years ago
  19. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago