1. 80b4209 Split decoders into a read and decode step by Pierre Ossman · 10 years ago
  2. 8635062 Decouple decoders from CConnection by Pierre Ossman · 10 years ago
  3. 56f99d6 Change fillRect() to take a buffer instead of a pixel by Pierre Ossman · 10 years ago
  4. 3b07fc1 Remove unused assert.h include by Pierre Ossman · 11 years ago
  5. c039726 Move image encoding logic into a central EncodeManager class by Pierre Ossman · 11 years ago
  6. 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
  7. 668468b Encoders/decoders should track the connection object by Pierre Ossman · 12 years ago
  8. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  9. bcc295e Get rid of unnecessary macros as they are only ever set to a single thing by Pierre Ossman · 12 years ago
  10. 7b5c069 Push encoding specific formats into the encoders and decoders by Pierre Ossman · 11 years ago
  11. a10d8fe Consistent use of stride vs pitch by Pierre Ossman · 12 years ago
  12. 945cdda Be more consistent in referring to pixel byte streams as buffers by Pierre Ossman · 12 years ago
  13. 77b5028 Fix issue uncovered with valgrind by DRC · 14 years ago
  14. e3cb4a2 The source data here is RGB triplets, not "pixels". by Pierre Ossman · 14 years ago
  15. a5004a3 Further optimizations (avoiding single-byte copies and InStream processing overhead) by DRC · 14 years ago
  16. 4f24c1a Since fillRect() operates directly on the framebuffer, optimize it and remove the separate version in TightDecoder. by DRC · 14 years ago
  17. 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
  18. d69bcc4 Fixed the formatting of a few Cendio copyright lines, so that it is by Peter Åstrand · 14 years ago
  19. bc9bb15 [Bugfix] Remove "unused-but-set" variable from tightDecode.h. by Adam Tkac · 15 years ago
  20. 7c4efd7 The tight decoder is really working on pixel buffers, not Pixel arrays. This by Pierre Ossman · 15 years ago
  21. 43d6823 [Bugfix] Fix memory leak in Tight decoder. by Adam Tkac · 16 years ago
  22. 6f0ce58 The code to utilize our libjpeg's ability to input/output out native formats by Pierre Ossman · 16 years ago
  23. e420dcb Take advantage of libjpeg colorspace extensions, if available by DRC · 16 years ago
  24. 19501b8 Optimise the common pixel format conversion RGB24 to RGB32. by Pierre Ossman · 16 years ago
  25. 67b2b2f Consolidate pixel conversion into the PixelFormat class and optimise the by Pierre Ossman · 17 years ago
  26. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago