Re: [Qemu-devel] [PATCH v3 05/16] vnc: tight: use the update frequency to choose between lossy and lossless

2011-02-24 Thread Peter Maydell
On 4 February 2011 08:05, Corentin Chary wrote: > Use the new update frequency infrastructure to use jpeg for regions with > high update frequency. > > Signed-off-by: Corentin Chary > @@ -1514,6 +1536,8 @@ static int send_sub_rect(VncState *vs, int x, int y, > int w, int h) >     uint32_t bg =

[Qemu-devel] [PATCH v3 05/16] vnc: tight: use the update frequency to choose between lossy and lossless

2011-02-04 Thread Corentin Chary
Use the new update frequency infrastructure to use jpeg for regions with high update frequency. Signed-off-by: Corentin Chary --- ui/vnc-enc-tight.c | 75 +++- 1 files changed, 62 insertions(+), 13 deletions(-) diff --git a/ui/vnc-enc-tight.c b/