![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [RELEASE] libLZR 0.11 - de- and encoding of LZR-compressed data within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; This is the initial public release of libLZR - a small open source library that handles the decompression and encoding ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
This is the initial public release of libLZR - a small open source library that handles the decompression and encoding of LZR-compressed data. (LZR-compression is frequently encountered in PSP firmware resource files.) Download libLZR from here.
Decompression results of libLZR should be identical to Sonys internal decompression algorithm. Please report incompatible streams to me. Compression in libLZR currently does not actually compress the data, but only produces a valid LZR stream. I'm thinking about implementing real compression, but - since it's not easy - I ask myself: Are there applications, where an LZR-compressor is needed? Would you have a use for LZR-compressed streams? Cheers, BenHur |
|
|
|
|
|
#2 |
![]() No longer a community member.
|
It could be useful, however there is already gzip which is implemented by sony in the FW and requires no additional library. There probably is LZR too which would just need some decoding. But since gzip is soo widely common and available I do not think you need to waste time writing a LZR compressor, unless you would like a good learning experience in compression algorithms.
|
|
|
|
|
|
#3 | |
![]() |
Quote:
About the applications of the compressor: it coud be used to modify data, where the firmware expects an LZR stream. E.g. to change the look-up tables for codepage conversion. Since this example doesn't make sense, I was looking for others... But unless I know of an interesting application I'll work on other things. Cheers, BenHur |
|
|
|
|
![]() |
| Tags |
| 011 , data , encoding , liblzr , lzrcompressed , release |
| Thread Tools | |
|
|