Re: [Qemu-devel] [PATCH] vnc: allow fall back to RAW encoding

2015-09-03 Thread Gerd Hoffmann
On Mo, 2015-08-31 at 10:55 +0200, Peter Lieven wrote: > Am 28.08.2015 um 13:56 schrieb Gerd Hoffmann: > > On Do, 2015-08-27 at 14:46 +0200, Peter Lieven wrote: > >> I have observed that depending on the contents and the encoding it happens > >> that sending data as RAW sometimes would take less spa

Re: [Qemu-devel] [PATCH] vnc: allow fall back to RAW encoding

2015-08-31 Thread Peter Lieven
Am 28.08.2015 um 13:56 schrieb Gerd Hoffmann: On Do, 2015-08-27 at 14:46 +0200, Peter Lieven wrote: I have observed that depending on the contents and the encoding it happens that sending data as RAW sometimes would take less space than the encoded data. This is especially the case for small upd

Re: [Qemu-devel] [PATCH] vnc: allow fall back to RAW encoding

2015-08-28 Thread Peter Lieven
Am 28.08.2015 um 13:56 schrieb Gerd Hoffmann: > On Do, 2015-08-27 at 14:46 +0200, Peter Lieven wrote: >> I have observed that depending on the contents and the encoding it happens >> that sending data as RAW sometimes would take less space than the encoded >> data. >> This is especially the case f

Re: [Qemu-devel] [PATCH] vnc: allow fall back to RAW encoding

2015-08-28 Thread Gerd Hoffmann
On Do, 2015-08-27 at 14:46 +0200, Peter Lieven wrote: > I have observed that depending on the contents and the encoding it happens > that sending data as RAW sometimes would take less space than the encoded > data. > This is especially the case for small updates or areas with high color images. >

[Qemu-devel] [PATCH] vnc: allow fall back to RAW encoding

2015-08-27 Thread Peter Lieven
I have observed that depending on the contents and the encoding it happens that sending data as RAW sometimes would take less space than the encoded data. This is especially the case for small updates or areas with high color images. If sending RAW encoded data is beneficial allow a fall back to RA