Freeze/Melt

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
Line 23: Line 23:
  
 
== Software ==
 
== Software ==
* [http://ibiblio.org/pub/linux/utils/compress/freeze-2.5.0.tar.gz Source code]
+
* [http://ftp.lyx.org/pub/unix/archive/freeze-2.4.tar.Z v2.4.0 source code]
 +
* [https://ibiblio.org/pub/linux/utils/compress/freeze-2.5.0.tar.gz v2.5.0 source code]
 
* Versions 2.1–2.5 were posted to the comp.sources.misc Usenet group in 1991–1993:
 
* Versions 2.1–2.5 were posted to the comp.sources.misc Usenet group in 1991–1993:
 
** [{{CdTextfilesURL|sourcecode/usenet/compsrcs/misc/volume17/freeze/}}], [{{CdTextfilesURL|sourcecode/usenet/compsrcs/misc/volume25/freeze/}}], [{{CdTextfilesURL|sourcecode/usenet/compsrcs/misc/volume26/freeze/}}]
 
** [{{CdTextfilesURL|sourcecode/usenet/compsrcs/misc/volume17/freeze/}}], [{{CdTextfilesURL|sourcecode/usenet/compsrcs/misc/volume25/freeze/}}], [{{CdTextfilesURL|sourcecode/usenet/compsrcs/misc/volume26/freeze/}}]

Revision as of 19:59, 22 January 2021

File Format
Name Freeze/Melt
Ontology
Extension(s) .F, .lzc
Released ≤1991
See Freeze for other formats with that name.

Freeze is a file compression utility used from the command line in Unix-style operating systems. Melt is the corresponding decompressor. The format is sometimes called "frozen". It was developed by Leonid A. Broukhis. It is considered obsolete now in favor of gzip.

Contents

Discussion

File attributes, ownership, etc., are preserved, and a .F extension is added.

Format details

Freeze/Melt uses LZ77 with Huffman coding. The compressed data format is similar in design to that of LHA's "lh" compression methods.

Codes are compressed with adaptive Huffman coding. For the newer format, offsets are decoded with the help of a static Huffman tree stored near the beginning of the file. For the older format, a predefined Huffman-like code is used.

The adaptive Huffman format is derived from the same source ("lzhuf.c") as that used by LHA/LHarc's "lh1" compression method.

Identification

Files begin with a two-byte signature: 0x1f 0x9e for versions 1.x, and 0x1f 0x9f for later versions.

Software

References

  • Man page (in NOAA site, which should know something about freezing!)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox