36 Commits (dfb3804d478bce02350bdf87534dc7dd3d1ded51)

Author SHA1 Message Date
Markus Armbruster 2e7bcdb99a vnc: Fix tight_detect_smooth_image() for lossless case 12 years ago
Gerd Hoffmann d39fa6d86d vnc: stop using DisplayState 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 14 years ago
Gerd Hoffmann bc210eb163 pixman: fix vnc tight png/jpeg support 14 years ago
Gerd Hoffmann 94362682d3 pixman/vnc: remove dead code. 14 years ago
Gerd Hoffmann 47683d669f pixman/vnc: remove rgb_prepare_row* functions 14 years ago
Gerd Hoffmann 9f64916da2 pixman/vnc: use pixman images in vnc. 14 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Stefan Weil 2fb0c09f4f vnc: Fix compilation with --enable-vnc-png 15 years ago
Roy Tam f26e428da5 Fix MinGW compilation when --enable-vnc-jpeg is specified 15 years ago
Michael Tokarev 2caa9e9d2e vnc: tight: Fix crash after 2GB of output 15 years ago
Peter Maydell cf76a1ce8b ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined 15 years ago
Corentin Chary 80e0c8c39b vnc: add a non-adaptive option 15 years ago
Corentin Chary 8cb4a6b755 vnc: tight: tweak adaptive tight settings 15 years ago
Corentin Chary 368d25881c vnc: fix uint8_t comparisons with negative values 15 years ago
Corentin Chary ce702e93b0 vnc: tight: use the update frequency to choose between lossy and lossless 15 years ago
Stefan Weil b0cd712cc3 Fix spelling in comments 16 years ago
Izumi Tsutsui ba5e7f8216 vnc: use bswapNN() rather than bswap_NN() 16 years ago
Serge Ziryukin 49e3fcc249 vnc: tight: remove unused variable 16 years ago
Jes Sorensen 2116eff93c size_t is unsigned, change to ssize_t to handle errors from tight_compress_data() 16 years ago
Blue Swirl ad7ee4ad6c Initialize a variable in all cases 16 years ago
Blue Swirl aee474ebc6 Fix uint8_t comparison with negative value 16 years ago
Blue Swirl 249cdb420a Fix mingw32 build 16 years ago
Blue Swirl d167f9bc06 Initialize a variable in all cases 16 years ago
Blue Swirl 7bccf57383 Fix uint8_t comparisons with negative values 16 years ago
Corentin Chary 03817eb874 vnc: tight: split send_sub_rect 16 years ago
Corentin Chary 4043a0137b vnc: tight: fix rgb_prepare_row 16 years ago
Corentin Chary b5469b1104 vnc: fix tight png memory leak 16 years ago
Corentin Chary d1af0e056a vnc: encapsulate encoding members 16 years ago
Corentin Chary 5136a05269 vnc: tight: stop using qdict for palette stuff 16 years ago
Corentin Chary 3941bf6fb1 vnc: tight: specific zlib level and filters for each compression level 16 years ago
Corentin Chary efe556adb7 vnc: tight add PNG encoding 16 years ago
Corentin Chary d9c18c24b9 vnc: tight: remove a memleak in send_jpeg_rect() 16 years ago
Corentin Chary 5d8efe39a2 vnc: tight: don't forget do at the last color 16 years ago
Corentin Chary 245f7b51c0 vnc: rename vnc-encoding-* vnc-enc-* 16 years ago
Corentin Chary 3e230dd23b ui: move all ui components in ui/ 16 years ago
Corentin Chary 6f9c78c149 vnc: add lossy option 16 years ago
Corentin Chary 2f6f5c7a00 vnc: tight: add JPEG and gradient subencoding with smooth image detection 16 years ago
Paul Brook 11165820d1 Move stdbool.h 16 years ago
Corentin Chary 270ec21929 vnc: tight: don't forget the third color 16 years ago
Corentin Chary 54d43eacc5 vnc: tight: don't forget last pixel in tight_encode_indexed_rect 16 years ago
Corentin Chary aa7d73fd3d vnc: tight: add palette encoding 16 years ago
Corentin Chary b4bea3f2b8 vnc: add support for tight fill encoding 16 years ago
Corentin Chary 380282b07d vnc: add basic tight support 16 years ago