~pcsx2-team/pcsx2-github-mirror/+git/lz4:level2

Last commit made on 2024-02-08
Get this branch:
git clone -b level2 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/lz4

Branch merges

Branch information

Recent commits

d676576... by Yann Collet

fix incorrect assert

80b7db0... by Yann Collet

fix overly cautious static analyzer warning

9712d31... by Yann Collet

fix inaccurate address overflow condition

5ccd334... by Yann Collet

fix out-of-limit match in level 2

0abb17f... by Yann Collet

fix back limit bug

cc0f287... by Yann Collet

fix minor sign comparison warning

9e8649e... by Yann Collet

removed assert always true

ad204dc... by Yann Collet

fix "source has 2 buffers" for level 2

by not searching into the 2nd buffer
which is an inefficiency (less compression opportunities)
but makes the code sensibly simpler to read
and is a use-case avoided by lz4frame.

bde614d... by Yann Collet

fix dictionary support for level 2

65ee88f... by Yann Collet

fix _destSize() variant for level 2