aboutsummaryrefslogtreecommitdiffstats
path: root/ui/vnc-enc-tight.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-6/+6
2011-06-27vnc: Fix compilation with --enable-vnc-pngStefan Weil1-0/+3
2011-06-26Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam1-2/+5
2011-04-10vnc: tight: Fix crash after 2GB of outputMichael Tokarev1-2/+3
2011-02-24ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell1-0/+4
2011-02-23vnc: add a non-adaptive optionCorentin Chary1-1/+1
2011-02-23vnc: tight: tweak adaptive tight settingsCorentin Chary1-10/+10
2011-02-23vnc: fix uint8_t comparisons with negative valuesCorentin Chary1-2/+2
2011-02-23vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary1-13/+62
2010-10-05Fix spelling in commentsStefan Weil1-1/+1
2010-09-04vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui1-4/+4
2010-09-04vnc: tight: remove unused variableSerge Ziryukin1-2/+0
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen1-4/+4
2010-07-31Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl1-1/+1
2010-07-27Fix mingw32 buildBlue Swirl1-9/+9
2010-07-27Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl1-3/+3
2010-07-26vnc: tight: split send_sub_rectCorentin Chary1-25/+55
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary1-5/+10
2010-07-26vnc: fix tight png memory leakCorentin Chary1-0/+3
2010-07-26vnc: encapsulate encoding membersCorentin Chary1-102/+102
2010-07-26vnc: tight: stop using qdict for palette stuffCorentin Chary1-128/+35
2010-07-26vnc: tight: specific zlib level and filters for each compression levelCorentin Chary1-1/+18
2010-07-26vnc: tight add PNG encodingCorentin Chary1-42/+274
2010-07-26vnc: tight: remove a memleak in send_jpeg_rect()Corentin Chary1-2/+3
2010-07-26vnc: tight: don't forget do at the last colorCorentin Chary1-1/+1
2010-07-26vnc: rename vnc-encoding-* vnc-enc-*Corentin Chary1-0/+1520