Re: [Spice-devel] [PATCH] Fix LZ4 supported image formats.

2015-01-22 Thread Javier Celaya
Hello El Miércoles, 21 de enero de 2015 17:05:00 Christophe Fergeau escribió: > Hey, > > Sorry for the late review... > > On Thu, Jan 15, 2015 at 12:50:21PM +0100, Javier Celaya wrote: > > This patch limits the LZ4 algorithm to RGB formats. Other formats are > > compressed with LZ. It also sends

Re: [Spice-devel] [PATCH] Fix LZ4 supported image formats.

2015-01-21 Thread Christophe Fergeau
Hey, Sorry for the late review... On Thu, Jan 15, 2015 at 12:50:21PM +0100, Javier Celaya wrote: > This patch limits the LZ4 algorithm to RGB formats. Other formats are > compressed with LZ. It also sends the top_down flag and the original > format to the client, so that it can create the right k

[Spice-devel] [PATCH] Fix LZ4 supported image formats.

2015-01-15 Thread Javier Celaya
This patch limits the LZ4 algorithm to RGB formats. Other formats are compressed with LZ. It also sends the top_down flag and the original format to the client, so that it can create the right kind of pixman surface. --- server/lz4_encoder.c | 21 +++-- server/lz4_encoder.h | 7 ++