23 Commits (d8bbbeb3b37c713a72a113f7ef78741e15cc4a4d)

Author SHA1 Message Date
  Pierre Ossman 3648c70422 Fix bad size check in Tight decoder 5 years ago
  Pierre Ossman beb59a4320 Remove variable length arrays 5 years ago
  Pierre Ossman b14a6bc1aa Split out ServerParams from ConnParams 5 years ago
  Pierre Ossman f81148c43a Avoid integer overflows in pixel size calculations 5 years ago
  Pierre Ossman bf431a6b98 Allow parallel decoding of Tight JPEG rects 8 years ago
  Pierre Ossman e6ad445623 Allow conditional dependencies between rects when decoding 8 years ago
  Pierre Ossman a862add9b5 Decode rectangles in order if needed 8 years ago
  Pierre Ossman 570cd5c478 Add flags member to decoders 8 years ago
  Pierre Ossman 6f318e4451 Clear up ZlibInStream::reset() behaviour 8 years ago
  Pierre Ossman 80b4209b54 Split decoders into a read and decode step 8 years ago
  Pierre Ossman 8635062c07 Decouple decoders from CConnection 8 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 316a32498b Get rid of the register mechanism for encoders and decoders 10 years ago
  DRC 3461d590b7 Remove unneeded EXTRA_ARGS definition 12 years ago
  DRC 33c15e3a3a 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. 12 years ago
  Peter Åstrand d69bcc4739 Fixed the formatting of a few Cendio copyright lines, so that it is 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
  Peter Åstrand e2ab84ec14 Updated copyright year 19 years ago
  Peter Åstrand 1154ebf151 Added RGB24_TO_PIXEL32 macro. 19 years ago
  Peter Åstrand 0af24d4282 Implemented client side gradient filter. Only tested with 16 bpp, though. 19 years ago
  Peter Åstrand b04748d18b Added our copyright notice. 19 years ago
  Peter Åstrand b4a2316372 jpeglib.h should be included via extern "C". 19 years ago
  Peter Åstrand a6bb770435 JPEG decompression support 19 years ago
  Peter Åstrand 462753d02c Added basic almost-functional Tight support, from tightrealvnc project. Decoder only. 19 years ago
  Constantin Kaplinsky 47ed8d321c Initial revision 19 years ago