summaryrefslogtreecommitdiffstats
path: root/ui/vnc-enc-tight.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling in commentsStefan Weil2010-10-051-1/+1
* vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui2010-09-041-4/+4
* vnc: tight: remove unused variableSerge Ziryukin2010-09-041-2/+0
* size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen2010-09-041-4/+4
* Initialize a variable in all casesBlue Swirl2010-07-311-0/+2
* Fix uint8_t comparison with negative valueBlue Swirl2010-07-311-1/+1
* Fix mingw32 buildBlue Swirl2010-07-271-9/+9
* Initialize a variable in all casesBlue Swirl2010-07-271-0/+2
* Fix uint8_t comparisons with negative valuesBlue Swirl2010-07-271-3/+3
* vnc: tight: split send_sub_rectCorentin Chary2010-07-261-25/+55
* vnc: tight: fix rgb_prepare_rowCorentin Chary2010-07-261-5/+10
* vnc: fix tight png memory leakCorentin Chary2010-07-261-0/+3
* vnc: encapsulate encoding membersCorentin Chary2010-07-261-102/+102
* vnc: tight: stop using qdict for palette stuffCorentin Chary2010-07-261-128/+35
* vnc: tight: specific zlib level and filters for each compression levelCorentin Chary2010-07-261-1/+18
* vnc: tight add PNG encodingCorentin Chary2010-07-261-42/+274
* vnc: tight: remove a memleak in send_jpeg_rect()Corentin Chary2010-07-261-2/+3
* vnc: tight: don't forget do at the last colorCorentin Chary2010-07-261-1/+1
* vnc: rename vnc-encoding-* vnc-enc-*Corentin Chary2010-07-261-0/+1520
OpenPOWER on IntegriCloud