Searched hist:"557 ba0e57200014bd4f453f6516f02b61bdfc782" (Results 1 – 2 of 2) sorted by relevance
/qemu/ui/ |
H A D | vnc-enc-zrle.c | 557ba0e57200014bd4f453f6516f02b61bdfc782 Tue Jan 21 05:00:52 UTC 2020 Cameron Esfahani <dirty@apple.com> vnc: prioritize ZRLE compression over ZLIB
In my investigation, ZRLE always compresses better than ZLIB so prioritize ZRLE over ZLIB, even if the client hints that ZLIB is preferred.
zlib buffer is always reset in zrle_compress_data(), so using offset to calculate next_out and avail_out is useless.
Signed-off-by: Cameron Esfahani <dirty@apple.com> Message-Id: <b5d129895d08a90d0a2a6183b95875bacfa998b8.1579582674.git.dirty@apple.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vnc.c | 557ba0e57200014bd4f453f6516f02b61bdfc782 Tue Jan 21 05:00:52 UTC 2020 Cameron Esfahani <dirty@apple.com> vnc: prioritize ZRLE compression over ZLIB
In my investigation, ZRLE always compresses better than ZLIB so prioritize ZRLE over ZLIB, even if the client hints that ZLIB is preferred.
zlib buffer is always reset in zrle_compress_data(), so using offset to calculate next_out and avail_out is useless.
Signed-off-by: Cameron Esfahani <dirty@apple.com> Message-Id: <b5d129895d08a90d0a2a6183b95875bacfa998b8.1579582674.git.dirty@apple.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|