<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/vnc-encoding-hextile.c, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/vnc-encoding-hextile.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/vnc-encoding-hextile.c?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2010-07-26T22:35:54+00:00</updated>
<entry>
<title>ui: move all ui components in ui/</title>
<updated>2010-07-26T22:35:54+00:00</updated>
<author>
<name>Corentin Chary</name>
</author>
<published>2010-07-07T18:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3e230dd23b750f19a2fb95cf08250c74432ed164'/>
<id>urn:sha1:3e230dd23b750f19a2fb95cf08250c74432ed164</id>
<content type='text'>
Move sdl, vnc, curses and cocoa UI into ui/ to cleanup
the root directory. Also remove some unnecessary explicit
targets from Makefile.

aliguori: fix build when srcdir != objdir

Signed-off-by: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>vnc: return the number of rectangles</title>
<updated>2010-06-01T17:53:09+00:00</updated>
<author>
<name>Corentin Chary</name>
</author>
<published>2010-05-19T07:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a885211eed4e853c64d1419a0113c12048ecd5a1'/>
<id>urn:sha1:a885211eed4e853c64d1419a0113c12048ecd5a1</id>
<content type='text'>
Some encodings like tight supports tiling (spliting in
multiple sub-rectangles). So we needed a way to tell
vnc_update_client() how much rectangles are in the buffer.

zlib, raw and hextile always send a full rectangle.

Signed-off-by: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>vnc: split encoding in specific files</title>
<updated>2010-05-03T17:09:47+00:00</updated>
<author>
<name>Corentin Chary</name>
</author>
<published>2010-05-03T12:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=70a4568fe0c5a64adaa3da5030b7109e5199e692'/>
<id>urn:sha1:70a4568fe0c5a64adaa3da5030b7109e5199e692</id>
<content type='text'>
This will allow to implement new encodings (tight, zrle, ..)
in a cleaner way. This may hurt performances, because some
functions like vnc_convert_pixel are not static anymore, but
should not be a problem with gcc 4.5 and the new -flto.

Signed-off-by: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
</feed>
