]> git.proxmox.com Git - qemu.git/history - ui/vnc-enc-tight.c
Update version for 1.7.0-rc1 release
[qemu.git] / ui / vnc-enc-tight.c
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.2' into staging
2013-03-18 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v8' into...
2013-03-18 Gerd Hoffmannvnc: stop using DisplayState
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonziniqapi: move include files to include/qobject/
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-15 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-12-14 Gerd Hoffmannpixman: fix vnc tight png/jpeg support
2012-11-03 Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v3' into...
2012-11-01 Gerd Hoffmannpixman/vnc: remove dead code.
2012-11-01 Gerd Hoffmannpixman/vnc: remove rgb_prepare_row* functions
2012-11-01 Gerd Hoffmannpixman/vnc: use pixman images in vnc.
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
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-*