Search found 2 matches

by oneeighthundred
Fri Sep 26, 2025 2:55 pm
Forum: wimlib discussion
Topic: Licensing LZX compressor as LGPLv2 for integration to Wine?
Replies: 1
Views: 13742

Licensing LZX compressor as LGPLv2 for integration to Wine?

Hey I've been working for a bit on trying to create an OSS solution for creating LZX-compressed cabinets, and got one working with a fork of Wine's cabinet DLL based on a heavily-modified fork of wimlib's LZX compressor: https://github.com/elasota/liblzx

I've been looking at merging the changes ...
by oneeighthundred
Mon Jun 02, 2025 12:57 am
Forum: wimlib discussion
Topic: Adapting wimlib to CAB LZX
Replies: 3
Views: 64729

Re: Adapting wimlib to CAB LZX

Old post sorry but just FYI I am attempting to do this in a fork:
https://github.com/elasota/wimlib

So far it is working but I still need to finish adding cross-block matchfinding.

LZX window size max is only 2MB for CAB and 64MB for LZX DELTA and it has to do full bitstream flushes every 32kb for ...