summaryrefslogtreecommitdiffstats
path: root/ui/vnc-enc-tight.c
Commit message (Expand)AuthorAgeFilesLines
* vnc-enc-tight: fix Arguments in wrong orderGonglei2014-12-101-1/+1
* console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-8/+4
* vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei2014-06-021-1/+7
* vnc: Fix tight_detect_smooth_image() for lossless caseMarkus Armbruster2014-03-101-1/+1
* vnc: stop using DisplayStateGerd Hoffmann2013-03-181-3/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* pixman: fix vnc tight png/jpeg supportGerd Hoffmann2012-12-141-2/+2
* pixman/vnc: remove dead code.Gerd Hoffmann2012-11-011-37/+27
* pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann2012-11-011-74/+10
* pixman/vnc: use pixman images in vnc.Gerd Hoffmann2012-11-011-76/+68
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* vnc: Fix compilation with --enable-vnc-pngStefan Weil2011-06-271-0/+3
* Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam2011-06-261-2/+5
* vnc: tight: Fix crash after 2GB of outputMichael Tokarev2011-04-101-2/+3
* ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell2011-02-241-0/+4
* vnc: add a non-adaptive optionCorentin Chary2011-02-231-1/+1
* vnc: tight: tweak adaptive tight settingsCorentin Chary2011-02-231-10/+10
* vnc: fix uint8_t comparisons with negative valuesCorentin Chary2011-02-231-2/+2
* vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary2011-02-231-13/+62
* 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