aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/zrleDecode.h
Commit message (Collapse)AuthorAgeFilesLines
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-051-1/+1
| | | | | | | | There has been some confusion if fillRect() should accept a buffer or a pixel. This can cause misrendering if your data is not in the native endian order. A buffer makes more sense here though, and is what most of the callers are already assuming, so change the API to follow that.
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-3/+3
| | | | | | | This avoid a lot of unnecessary middle men. This also pushes the responsibility for pixel format conversion into the encoders and decoders. The new bufferFromBuffer() is used for direct conversion, rather than PixelTransformer/TransImageGetter.
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-071-11/+5
|
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-071-5/+5
| | | | Keep the generic stream classes clean and general.
* Remove unused alternative code path from the ZRLE and Hextile decodersPierre Ossman2014-07-071-66/+0
|
* The ZRLE decoder relied on an assert() for boundary checks. A defaultPierre Ossman2014-03-191-3/+10
| | | | | | | | | | Release build however will remove all asserts making it possible to overrun this buffer. This could be exploited by a malicious server. This issue has been assigned CVE-2014-0011. Patch by Tim Waugh for Red Hat. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5167 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+251
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519