Go to file
Frediano Ziglio 5603961ffa fix 16 bpp LZ image decompression
LZ image decompression was broken for 16 bpp:
- stride was computed not computed correctly (as width*4). This caused
  also a buffer underflow;
- stride in pixman is always multiple of 4 bytes (so for 16 bpp is
  ALIGN(width*2, 4)) so image decompressed by lz_decode as some missing
  bytes to be fixed.

The alignment code is reused from LZ4 function.

This fix also https://bugzilla.redhat.com/show_bug.cgi?id=1285469.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
2016-04-15 14:25:58 +01:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common fix 16 bpp LZ image decompression 2016-04-15 14:25:58 +01:00
m4 log: Make sure glib threading is initialized 2016-04-05 15:38:18 +02:00
python_modules codegen: simplify FdType 2016-03-10 16:01:42 +01:00
tests log: Use SPICE_CONSTRUCTOR_FUNC 2016-04-05 15:38:17 +02:00
.gitmodules Remove spice-protocol submodule 2015-08-11 10:26:06 +02:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac 2/2] Add check for openssl 2016-03-31 11:25:49 +02:00
COPYING Remove trailing whitespace 2015-12-18 11:41:15 +01:00
git.mk Update git.mk to latest version 2012-09-21 10:51:17 +02:00
Makefile.am Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
spice1.proto Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
spice_codegen.py Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
spice.proto protocol: Add support for the VP8 and h264 video codecs 2016-03-10 16:59:18 +01:00