![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Files | |
| alone_decoder.c | |
| Decoder for LZMA_Alone files. | |
| alone_decoder.h | |
| Decoder for LZMA_Alone files. | |
| alone_encoder.c | |
| Encoder for LZMA_Alone files. | |
| auto_decoder.c | |
| Autodetect between .xz, .lzma (LZMA_Alone), and .lz (lzip) | |
| block_buffer_decoder.c | |
| Single-call .xz Block decoder. | |
| block_buffer_encoder.c | |
| Single-call .xz Block encoder. | |
| block_buffer_encoder.h | |
| Single-call .xz Block encoder. | |
| block_decoder.c | |
| Decodes .xz Blocks. | |
| block_decoder.h | |
| Decodes .xz Blocks. | |
| block_encoder.c | |
| Encodes .xz Blocks. | |
| block_encoder.h | |
| Encodes .xz Blocks. | |
| block_header_decoder.c | |
| Decodes Block Header from .xz files. | |
| block_header_encoder.c | |
| Encodes Block Header for .xz files. | |
| block_util.c | |
| Utility functions to handle lzma_block. | |
| common.c | |
| Common functions needed in many places in liblzma. | |
| common.h | |
| Definitions common to the whole liblzma library. | |
| easy_buffer_encoder.c | |
| Easy single-call .xz Stream encoder. | |
| easy_decoder_memusage.c | |
| Decoder memory usage calculation to match easy encoder presets. | |
| easy_encoder.c | |
| Easy .xz Stream encoder initialization. | |
| easy_encoder_memusage.c | |
| Easy .xz Stream encoder memory usage calculation. | |
| easy_preset.c | |
| Preset handling for easy encoder and decoder. | |
| easy_preset.h | |
| Preset handling for easy encoder and decoder. | |
| file_info.c | |
| Decode .xz file information into a lzma_index structure. | |
| filter_buffer_decoder.c | |
| Single-call raw decoding. | |
| filter_buffer_encoder.c | |
| Single-call raw encoding. | |
| filter_common.c | |
| Filter-specific stuff common for both encoder and decoder. | |
| filter_common.h | |
| Filter-specific stuff common for both encoder and decoder. | |
| filter_decoder.c | |
| Filter ID mapping to filter-specific functions. | |
| filter_decoder.h | |
| Filter ID mapping to filter-specific functions. | |
| filter_encoder.c | |
| Filter ID mapping to filter-specific functions. | |
| filter_encoder.h | |
| filter_flags_decoder.c | |
| Decodes a Filter Flags field. | |
| filter_flags_encoder.c | |
| Encodes a Filter Flags field. | |
| hardware_cputhreads.c | |
| Get the number of CPU threads or cores. | |
| hardware_physmem.c | |
| Get the total amount of physical memory (RAM) | |
| index.c | |
| Handling of .xz Indexes and some other Stream information. | |
| index.h | |
| Handling of Index. | |
| index_decoder.c | |
| Decodes the Index field. | |
| index_decoder.h | |
| Decodes the Index field. | |
| index_encoder.c | |
| Encodes the Index field. | |
| index_encoder.h | |
| Encodes the Index field. | |
| index_hash.c | |
| Validates Index by using a hash function. | |
| lzip_decoder.c | |
| Decodes .lz (lzip) files. | |
| lzip_decoder.h | |
| Decodes .lz (lzip) files. | |
| Makefile.inc | |
| memcmplen.h | |
| Optimized comparison of two buffers. | |
| microlzma_decoder.c | |
| Decode MicroLZMA format. | |
| microlzma_encoder.c | |
| Encode into MicroLZMA format. | |
| outqueue.c | |
| Output queue handling in multithreaded coding. | |
| outqueue.h | |
| Output queue handling in multithreaded coding. | |
| stream_buffer_decoder.c | |
| Single-call .xz Stream decoder. | |
| stream_buffer_encoder.c | |
| Single-call .xz Stream encoder. | |
| stream_decoder.c | |
| Decodes .xz Streams. | |
| stream_decoder.h | |
| Decodes .xz Streams. | |
| stream_decoder_mt.c | |
| Multithreaded .xz Stream decoder. | |
| stream_encoder.c | |
| Encodes .xz Streams. | |
| stream_encoder_mt.c | |
| Multithreaded .xz Stream encoder. | |
| stream_flags_common.c | |
| Common stuff for Stream flags coders. | |
| stream_flags_common.h | |
| Common stuff for Stream flags coders. | |
| stream_flags_decoder.c | |
| Decodes Stream Header and Stream Footer from .xz files. | |
| stream_flags_encoder.c | |
| Encodes Stream Header and Stream Footer for .xz files. | |
| string_conversion.c | |
| Conversion of strings to filter chain and vice versa. | |
| vli_decoder.c | |
| Decodes variable-length integers. | |
| vli_encoder.c | |
| Encodes variable-length integers. | |
| vli_size.c | |
| Calculates the encoded size of a variable-length integer. | |