]> git.proxmox.com Git - qemu.git/history - ui/vnc-enc-tight.c
net: Consistently use qemu_macaddr_default_if_unset
[qemu.git] / ui / vnc-enc-tight.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'amit/for-anthony' into...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-27 Stefan Weilvnc: Fix compilation with --enable-vnc-png
2011-06-26 Roy TamFix MinGW compilation when --enable-vnc-jpeg is specified
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-09 Michael Tokarevvnc: tight: Fix crash after 2GB of output
2011-02-24 Peter Maydellui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_J...
2011-02-23 Corentin Charyvnc: add a non-adaptive option
2011-02-23 Corentin Charyvnc: tight: tweak adaptive tight settings
2011-02-23 Corentin Charyvnc: fix uint8_t comparisons with negative values
2011-02-23 Corentin Charyvnc: tight: use the update frequency to choose between...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-11 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-05 Stefan WeilFix spelling in comments
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-04 Izumi Tsutsuivnc: use bswapNN() rather than bswap_NN()
2010-09-04 Serge Ziryukinvnc: tight: remove unused variable
2010-09-04 Jes Sorensensize_t is unsigned, change to ssize_t to handle errors...
2010-07-31 Blue SwirlInitialize a variable in all cases
2010-07-31 Blue SwirlFix uint8_t comparison with negative value
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-27 Blue SwirlFix mingw32 build
2010-07-27 Blue SwirlInitialize a variable in all cases
2010-07-27 Blue SwirlFix uint8_t comparisons with negative values
2010-07-26 Corentin Charyvnc: tight: split send_sub_rect
2010-07-26 Corentin Charyvnc: tight: fix rgb_prepare_row
2010-07-26 Corentin Charyvnc: fix tight png memory leak
2010-07-26 Corentin Charyvnc: encapsulate encoding members
2010-07-26 Corentin Charyvnc: tight: stop using qdict for palette stuff
2010-07-26 Corentin Charyvnc: tight: specific zlib level and filters for each...
2010-07-26 Corentin Charyvnc: tight add PNG encoding
2010-07-26 Corentin Charyvnc: tight: remove a memleak in send_jpeg_rect()
2010-07-26 Corentin Charyvnc: tight: don't forget do at the last color
2010-07-26 Corentin Charyvnc: rename vnc-encoding-* vnc-enc-*