libreoffice-online/kit
Michael Meeks 2def6dc3d5 Switch to zstd image compression.
zstd provides for much faster compression server-side, as well
as better decompression.

zstd allows us to de-compress a keyframe and several deltas in a
single call in JS, so it is necessar to add a terminator to the
delta stream so that we can detect when to flush the buffer we
are working on - so the next delta applies to the correct data.

Change-Id: I0e292e3a697b4902d6488b7c04deaba2d1485e94
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
2022-11-02 12:09:53 +01:00
..
ChildSession.cpp masterpage: correctly parse invalidatetiles message with mode 2022-10-27 13:58:26 +03:00
ChildSession.hpp Replace #ifdef-s with #if-s, and enable -Wundef 2022-08-03 11:07:38 +02:00
Delta.hpp Switch to zstd image compression. 2022-11-02 12:09:53 +01:00
DummyLibreOfficeKit.cpp
DummyLibreOfficeKit.hpp
ForKit.cpp wsd: fix multi-part logging 2022-09-13 09:45:43 +02:00
Kit.cpp Fix typo 2022-10-28 07:28:06 +02:00
Kit.hpp wsd: jail: no need to pass loSubPath between processes 2022-07-12 13:43:43 +01:00
KitHelper.hpp masterpage: get & set optional mode parameter for tiles (server side) 2022-09-19 15:18:23 +02:00
SetupKitEnvironment.hpp rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
TestStubs.cpp
Watermark.hpp