Lines Matching full:lz4frame
29 perf: improved lz4frame streaming API speed, by @dreambottle
39 api : fix : lz4frame initializers compatibility with c++, reported by @degski
95 API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
96 API : lz4frame : can control block checksum and dictionary ID
109 API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)
145 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
173 New : lz4frame & lz4cli frame content size support
174 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
189 New : lz4frame API is now integrated into liblz4
199 Updated : lz4io, now uses lz4frame
212 Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings