summaryrefslogtreecommitdiffstats
path: root/ui/vnc-enc-tight.c
Commit message (Expand)AuthorAgeFilesLines
* Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri2022-04-271-9/+9
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* vnc: Remove the superfluous breakLiao Pingfang2020-09-011-1/+0Star
* vnc: fix memory leak when vnc disconnectLi Qiang2019-09-171-108/+111
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* vnc: fix unalignment access in tight_pack24Li Qiang2019-03-181-3/+4
* ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2018-08-241-1/+1
* vnc: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* ui/vnc-enc-tight: remove switch and have single returnAlex Bennée2016-09-281-4/+2Star
* vnc-tight: fix regression with libxenstorePeter Lieven2016-07-151-7/+21
* vnc-enc-tight: fix off-by-one bugHerongguang (Stephen)2016-07-151-1/+2
* vnc-enc-tight: use thread local storage for palettePeter Lieven2016-07-121-11/+12
* ui: Clean up includesPeter Maydell2016-02-041-2/+1Star
* vnc-enc-tight: fix Arguments in wrong orderGonglei2014-12-101-1/+1
* console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-8/+4Star
* 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/+27Star
* pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann2012-11-011-74/+10Star
* pixman/vnc: use pixman images in vnc.Gerd Hoffmann2012-11-011-76/+68Star
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-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/+0Star
* 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-271-25/+55
* vnc: tight: fix rgb_prepare_rowCorentin Chary2010-07-271-5/+10
* vnc: fix tight png memory leakCorentin Chary2010-07-271-0/+3
* vnc: encapsulate encoding membersCorentin Chary2010-07-271-102/+102
* vnc: tight: stop using qdict for palette stuffCorentin Chary2010-07-271-128/+35Star
* vnc: tight: specific zlib level and filters for each compression levelCorentin Chary2010-07-271-1/+18