compression
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 321
Ext2 compression extension 0.4.50-0403
Ext2 compression extension is transparent file/directory compression for ext2 via extended attributes. more>>
Ext2 compression extension (E2compr) is a small patch against the ext2 filesystem that allows on-the-fly compression and decompression. It compresses only regular files; the administrative data (superblock, inodes, directory files etc.) are not compressed (mainly for safety reasons).
Access to compressed blocks is provided for read and write operations. The compression algorithm and cluster size (see section Clusters) is specified on a per-file basis. Directories can also be marked for compression, in which case every newly created file in the directory will be automatically compressed with the same cluster size and the same algorithm that was specified for the directory.
E2compr is not a new filesystem. It is only a patch to the ext2 filesystem made to support the EXT2_COMPR_FL flag. It does not require you to make a new partition, and will continue to read or write existing ext2 filesystems. You should consider it is only a way for the read and write routines to access files that could have been created by a simple utility similar to gzip or compress. Compressed and uncompressed files will coexist nicely on your ext2 partitions.
Usage
Basically, a file is compressed with the command `chattr +c filename, and decompressed with the command `chattr -c filename. You can also do `chattr +c (etc.) on a directory. The directory itself wont be compressed, but any new files created in that directory inherit that directorys compress flag and compression algorithm and cluster size.(1)
Use lsattr to see if a file should be compressed or not, and to see what compression algorithm and cluster size will be used.
Use e2ratio to see how much disk space is used by the compressed form compared to the uncompressed form.
You can also try the `-u or `-r options to lsattr. (The difference is that, for directories, e2ratio finds the disk usage of the whole directory tree, like du, whereas `lsattr -u only shows the space taken by the directory file, like `ls -s.)
Enhancements:
- kernel 2.4.26 and 2.6.18.5 patch sets.
- Allows repeated compress/decompress cycles.
- The ability to compile within a compressed directory tree.
- This release corrects small file sizes and fixes all known GPFs.
- It removes compiler warning messages and regularizes debug output.
<<lessAccess to compressed blocks is provided for read and write operations. The compression algorithm and cluster size (see section Clusters) is specified on a per-file basis. Directories can also be marked for compression, in which case every newly created file in the directory will be automatically compressed with the same cluster size and the same algorithm that was specified for the directory.
E2compr is not a new filesystem. It is only a patch to the ext2 filesystem made to support the EXT2_COMPR_FL flag. It does not require you to make a new partition, and will continue to read or write existing ext2 filesystems. You should consider it is only a way for the read and write routines to access files that could have been created by a simple utility similar to gzip or compress. Compressed and uncompressed files will coexist nicely on your ext2 partitions.
Usage
Basically, a file is compressed with the command `chattr +c filename, and decompressed with the command `chattr -c filename. You can also do `chattr +c (etc.) on a directory. The directory itself wont be compressed, but any new files created in that directory inherit that directorys compress flag and compression algorithm and cluster size.(1)
Use lsattr to see if a file should be compressed or not, and to see what compression algorithm and cluster size will be used.
Use e2ratio to see how much disk space is used by the compressed form compared to the uncompressed form.
You can also try the `-u or `-r options to lsattr. (The difference is that, for directories, e2ratio finds the disk usage of the whole directory tree, like du, whereas `lsattr -u only shows the space taken by the directory file, like `ls -s.)
Enhancements:
- kernel 2.4.26 and 2.6.18.5 patch sets.
- Allows repeated compress/decompress cycles.
- The ability to compile within a compressed directory tree.
- This release corrects small file sizes and fixes all known GPFs.
- It removes compiler warning messages and regularizes debug output.
Download (MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
925 downloads
RPM Delta Compression Virtual Update Repository 0.2.0
RPM Delta Compression Virtual Update Repository for significantly reducing the bandwidth required to apply updates. more>>
RPM Delta Compression Virtual Update Repository is an experiment to explore the possibility of significantly reducing the bandwidth required to apply updates to a Fedora installation.
This software includes a server which provides a virtual update repository to clients such as yum, up2date, or other update tools. RPM Delta Compression Virtual Update Repository also includes a utility to create and maintain a RPM delta repository.
The server will attempt to generate the update RPM from a small delta file applied to a locally stored RPM from the original distribution.
Enhancements:
- This version utilizes the SuSE deltarpm tool as the underlying delta generator.
- It features both HTTP virtual update of the RPM repository (using Tomcat servlet container) and command line tools for generating update RPMs from a delta repository.
<<lessThis software includes a server which provides a virtual update repository to clients such as yum, up2date, or other update tools. RPM Delta Compression Virtual Update Repository also includes a utility to create and maintain a RPM delta repository.
The server will attempt to generate the update RPM from a small delta file applied to a locally stored RPM from the original distribution.
Enhancements:
- This version utilizes the SuSE deltarpm tool as the underlying delta generator.
- It features both HTTP virtual update of the RPM repository (using Tomcat servlet container) and command line tools for generating update RPMs from a delta repository.
Download (0.24MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1334 downloads
mscompress 0.3
mscompress is a Microsofts compress.exe/expand.exe compatible (de)compressor. more>>
mscompress is a Microsofts "compress.exe/expand.exe" compatible (de)compressor.
mscompress project contains two programs:
- msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files)
- mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).
To install it on your Unix box, configure the package ("./configure") and then type "make all test install".
<<lessmscompress project contains two programs:
- msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files)
- mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).
To install it on your Unix box, configure the package ("./configure") and then type "make all test install".
Download (0.006MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
1000 downloads
libcomprex 0.3.3
libcomprex library transparently handles automatic compression and decompression of files and archives located locally or online more>>
libcomprex library transparently handles automatic compression and decompression of files and archives located locally, online, or even in other compressed archives.
The API is similar to Cs built-in file access functions, which provides a smooth transition to libcomprex.
libcomprex can also open uncompressed files, making it a good replacement for the native file access functions.
libcomprex can currently open ar, bzip2, cpio, gzip, tar, and zip files. It supports basic archive writing in some formats. The API is very volatile, and development should be done against the CVS version.
<<lessThe API is similar to Cs built-in file access functions, which provides a smooth transition to libcomprex.
libcomprex can also open uncompressed files, making it a good replacement for the native file access functions.
libcomprex can currently open ar, bzip2, cpio, gzip, tar, and zip files. It supports basic archive writing in some formats. The API is very volatile, and development should be done against the CVS version.
Download (0.11MB)
Added: 2006-01-19 License: LGPL (GNU Lesser General Public License) Price:
1373 downloads
Wav and Flac conversion 1
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).
The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
<<lessThe FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
CSSTidy 1.3
CSSTidy is an opensource CSS parser and optimizer. more>>
CSSTidy is an opensource CSS parser and optimizer. The project is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).
In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.
Main features:
- colours like "black" or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
- a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
- margin:1px 1px 1px 1px; becomes margin:1px;
- margin:0px; becomes margin:0;
- a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
- margin:010.0px; becomes margin:10px;
- all unnecessary whitespace is removed, depending on the compression-level
- all background-properties are merged
- all comments are removed
- the last semicolon in every block can be removed
- missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
- property:value ! important; becomes property:value !important.
Why optimise?
If you optimise your CSS code you have faster loading pages and lower traffic costs. So both you and your visitors benefit from an optimisation. If you are interested in a faster loading webpage, websiteoptimization.com might also be an interesting resource.
Compression ratio
The compression ratio mostly depends on the level of whitespace-removal. Using standard whitespace-removal (which preserves the readability) the compression ratio often is 30% and more. In theory the compression ratio can be 99,99% but only very "stupid" stylesheets will allow those ratios. Also have a look at the examples.
Apart from compression
If a high compression is not important for you, you can also use CSSTidy to format or fix CSS code for a higher browser compatibility. Apart from the 4 default templates you can specify custom templates so that you can easily format a lot of CSS code using your own coding style. Other features are sorting and changing the case of selectors and properties.
Enhancements:
- Note: This is the last version of CSSTidy. If youd like continue maintaining it, let me know.
- FS#146 - Quotes
- FS#147 - Universal selector before classes, IDs and attribute selectors
- FS#150 - Wrong trasformation of a big integer value
- FS#144 ? !important rule
- FS#140: Fixing Values of Invalid properties
- [ 1745894 ] @media merge strangeness (cssTidy.exe version)
- FS#143: Save some more bytes
<<lessIn opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.
Main features:
- colours like "black" or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
- a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
- margin:1px 1px 1px 1px; becomes margin:1px;
- margin:0px; becomes margin:0;
- a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
- margin:010.0px; becomes margin:10px;
- all unnecessary whitespace is removed, depending on the compression-level
- all background-properties are merged
- all comments are removed
- the last semicolon in every block can be removed
- missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
- property:value ! important; becomes property:value !important.
Why optimise?
If you optimise your CSS code you have faster loading pages and lower traffic costs. So both you and your visitors benefit from an optimisation. If you are interested in a faster loading webpage, websiteoptimization.com might also be an interesting resource.
Compression ratio
The compression ratio mostly depends on the level of whitespace-removal. Using standard whitespace-removal (which preserves the readability) the compression ratio often is 30% and more. In theory the compression ratio can be 99,99% but only very "stupid" stylesheets will allow those ratios. Also have a look at the examples.
Apart from compression
If a high compression is not important for you, you can also use CSSTidy to format or fix CSS code for a higher browser compatibility. Apart from the 4 default templates you can specify custom templates so that you can easily format a lot of CSS code using your own coding style. Other features are sorting and changing the case of selectors and properties.
Enhancements:
- Note: This is the last version of CSSTidy. If youd like continue maintaining it, let me know.
- FS#146 - Quotes
- FS#147 - Universal selector before classes, IDs and attribute selectors
- FS#150 - Wrong trasformation of a big integer value
- FS#144 ? !important rule
- FS#140: Fixing Values of Invalid properties
- [ 1745894 ] @media merge strangeness (cssTidy.exe version)
- FS#143: Save some more bytes
Download (0.11MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
837 downloads
Cromfs 1.5.2
Cromfs is a compressed read-only filesystem for Linux. more>>
Cromfs is a compressed read-only filesystem for Linux. Cromfs is intended for permanently archiving gigabytes of big files that have a lot of redundancy. It is more aimed at heavy compression than at a light fingerprint.
Version restrictions:
- Filesystem is write-once, read-only. It is not possible to append to a previously-created filesystem, nor it is to mount it read-write.
- Max filesize: 2^64 bytes (16777216 TB), but 256 TB with default settings.
- Max number of files in a directory: 2^30 (smaller if filenames are longer, but still more than 100000 in almost all cases)
- Max number of inodes (all files, dirs etc combined): 2^60, but depends on file sizes
- Max filesystem size: 2^64 bytes (16777216 TB)
- There are no "." and ".." entries in directories.
- mkcromfs is slow. You must be patient.
- The cromfs-driver has a large memory footprint. It is not suitable for very size-constrained systems.
- Ownerships are not saved.
- Maximum filename length: 4095 bytes
Main features:
- Data, inodes, directories and block lists are stored compressed
- Duplicate inodes, files and even duplicate file portions are detected and stored only once
- Especially suitable for gigabyte-class archives of thousands of nearly-identical megabyte-class files.
- Files are stored in solid blocks, meaning that parts of different files are compressed together for effective compression
- Most of inode types recognized by Linux are supported (see comparisons).
- The LZMA compression is used. In the general case, LZMA compresses better than gzip and bzip2.
- As with usual filesystems, the files on a cromfs volume can be accessed in arbitrary order; the waits to open a specific file are small, despite the files being semisolidly archived.
<<lessVersion restrictions:
- Filesystem is write-once, read-only. It is not possible to append to a previously-created filesystem, nor it is to mount it read-write.
- Max filesize: 2^64 bytes (16777216 TB), but 256 TB with default settings.
- Max number of files in a directory: 2^30 (smaller if filenames are longer, but still more than 100000 in almost all cases)
- Max number of inodes (all files, dirs etc combined): 2^60, but depends on file sizes
- Max filesystem size: 2^64 bytes (16777216 TB)
- There are no "." and ".." entries in directories.
- mkcromfs is slow. You must be patient.
- The cromfs-driver has a large memory footprint. It is not suitable for very size-constrained systems.
- Ownerships are not saved.
- Maximum filename length: 4095 bytes
Main features:
- Data, inodes, directories and block lists are stored compressed
- Duplicate inodes, files and even duplicate file portions are detected and stored only once
- Especially suitable for gigabyte-class archives of thousands of nearly-identical megabyte-class files.
- Files are stored in solid blocks, meaning that parts of different files are compressed together for effective compression
- Most of inode types recognized by Linux are supported (see comparisons).
- The LZMA compression is used. In the general case, LZMA compresses better than gzip and bzip2.
- As with usual filesystems, the files on a cromfs volume can be accessed in arbitrary order; the waits to open a specific file are small, despite the files being semisolidly archived.
Download (0.080MB)
Added: 2007-08-20 License: GPL v3 Price:
796 downloads
compFUSEd 200712321
compFUSEd is a simple compressed overlay fs that supports both READ and WRITE operations. more>>
Since there are none right now for Linux [well there still is ext2comp, but ext2 is getting a bit old and the patches are NOT compatible with ext3] I wrote this thing. Thanks to FUSE and using compFUSEd you can have a compressed FS on top of any fancy must have FS on Linux.
Simple? This fs is not suited for large files! Files are compressed as a whole. No clever strategy was used to split the files in chunks of fixed. Later maybe.
Overlay? Files are compressed an decompressed on the fly but the actual storage is done in the directory of an underlying fs. This underlying fs takes care of space allocation, fragmention, etc...
Main features:
- Transparant read and write compression (again, I know ;)
- Configuration file (very simple one)
- Can use ZLIB, LZO or BZIP2, set in config file. You can not change the compression once the files are created!
- User defined blacklist of file extensions that should not be compressed, set in config file. So that we do not try to compress jpeg or Xvid files. Common file types are included by default in the blacklist (see cf_file.c).
- Files smaller that 4096 bytes are not compressed. First because bzip2 has problems with that! And second because I _think_ that the underlying fs will allocate a block of 4096 bytes anyway to store the compressed data anyway (no?).
- Any cleverness? Not really, uncompressible files are not compressed. Unchanged files are not recompressed (whoaa!...:( ).
- Since version 0.04 (cf-200528614.tgz) threading works (after 12 October 2005).
Enhancements:
- A new "minimum size for compression" parameter has been added.
- Incorrectly marked uncompressable chunks have been fixed.
- The code to persist the filesystem info between mounts has been fixed.
- This release has graceful handling of compression lib failure.
- It has dynamically sized file mapping (internal mapping).
<<lessSimple? This fs is not suited for large files! Files are compressed as a whole. No clever strategy was used to split the files in chunks of fixed. Later maybe.
Overlay? Files are compressed an decompressed on the fly but the actual storage is done in the directory of an underlying fs. This underlying fs takes care of space allocation, fragmention, etc...
Main features:
- Transparant read and write compression (again, I know ;)
- Configuration file (very simple one)
- Can use ZLIB, LZO or BZIP2, set in config file. You can not change the compression once the files are created!
- User defined blacklist of file extensions that should not be compressed, set in config file. So that we do not try to compress jpeg or Xvid files. Common file types are included by default in the blacklist (see cf_file.c).
- Files smaller that 4096 bytes are not compressed. First because bzip2 has problems with that! And second because I _think_ that the underlying fs will allocate a block of 4096 bytes anyway to store the compressed data anyway (no?).
- Any cleverness? Not really, uncompressible files are not compressed. Unchanged files are not recompressed (whoaa!...:( ).
- Since version 0.04 (cf-200528614.tgz) threading works (after 12 October 2005).
Enhancements:
- A new "minimum size for compression" parameter has been added.
- Incorrectly marked uncompressable chunks have been fixed.
- The code to persist the filesystem info between mounts has been fixed.
- This release has graceful handling of compression lib failure.
- It has dynamically sized file mapping (internal mapping).
Download (0.099MB)
Added: 2007-05-03 License: Public Domain Price:
905 downloads
OpenEXR 1.4.0a
OpenEXR project is a high dynamic-range (HDR) image file format for use in computer imaging applications. more>>
OpenEXR project is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
OpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILMs main image file format.
Main features:
- Higher dynamic range and color precision than existing 8- and 10-bit image file formats.
- Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIAs Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions.
- Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain.
- Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.
Enhancements:
- This release added support for multithreaded reading and writing of files, Intel-based Mac OS X, and Visual Studio 2005.
- Building against OpenEXR headers was cleaned up.
- Handling of incomplete or damaged files was improved. IRIX, OSF/1, SunOS, Mac OS X prior to 10.3, and GCC prior to 3.3 were deprecated.
- New features were added to the documentation, and many bugs in the code, build system, and documentation were fixed.
<<lessOpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILMs main image file format.
Main features:
- Higher dynamic range and color precision than existing 8- and 10-bit image file formats.
- Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIAs Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions.
- Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain.
- Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.
Enhancements:
- This release added support for multithreaded reading and writing of files, Intel-based Mac OS X, and Visual Studio 2005.
- Building against OpenEXR headers was cleaned up.
- Handling of incomplete or damaged files was improved. IRIX, OSF/1, SunOS, Mac OS X prior to 10.3, and GCC prior to 3.3 were deprecated.
- New features were added to the documentation, and many bugs in the code, build system, and documentation were fixed.
Download (9.2MB)
Added: 2006-10-27 License: BSD License Price:
1097 downloads
OptimFROG 4.509
OptimFROG is a lossless audio compression program. more>>
OptimFROG is a lossless audio compression program. OptimFROG project main goal is to reduce at maximum the size of audio files, while premitting bit identical restoration for all input. It is similar with the ZIP compression, but it is highly specialized to compress audio data.
OptimFROG obtains asymptotically the best lossless audio compression ratios. It has Windows and Linux versions, fully featured input plug-ins for the foobar2000, Winamp2, Winamp3, dBpowerAMP, XMPlay and XMMS audio players (with bitstream error resilience, ID3v1.1 and APEv2 read tagging support), optimal support for all integer PCM wave formats up to 32 bits and an extensible streamable (error tolerant) compressed format. It is also fast, the default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-time on AMD Athlon XP 1800+ (the fastest mode encodes at 28.1x real-time and decodes at 24.7x real-time).
The compression ratios which can obtained with OptimFROG are generally ranging from 25% (silent classical music) to 70% (loud rock music) of the original audio file size. This is less compared with around 13% obtained with high quality MP3 files (~176 kb), but you have the great advantage of archiving and listening at perfect copies of your original music.
OptimFROG uses a new audio compression technology, the generalized stereo decorrelation concept (together with the optimal predictor), which was first introduced with OptimFROG 4.0b in December 2001. At the time of its introduction, the new technology yielded significant better (~1.5%) compression than existing state of the art lossless audio compressors.
Main features:
- asymptotically the best lossless audio compression ratios
- optimal support for all integer PCM wave formats up to 32 bits
- fully featured foobar2000, dBpowerAMP, Winamp2, Winamp3, XMPlay, and XMMS input plug-ins for playback
- fast operation, default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-time on AMD Athlon XP 1800+
- Win32 and Linux command line versions
- simple to use, but powerful Windows GUI front-end, Kermit (made by Speek)
- extensible, streamable compressed format, tagging compatible
- optimize option, further improving compression at no decoding cost
- backward compatible with version 4.2x (decode only)
- 64 bits large file support under Win32
- full pipe support for encoding and decoding
- full raw file support
- quick verify compressed file integrity function
- compatible with Exact Audio Copy, with ID3v1.1 tagging
- extensible command line format
- multiple file processing on the same command line, with wildcards
- option to store MD5 of raw PCM input data and function to check it
- option to delete source file after successful operation
- option to copy source file time stamp to destination file
- bitstream error resilience and transparent real-time recovery
- fast seek with intelligent caching for plug-ins
- ID3v1.1 and APEv2 read tagging support for plug-ins
- streaming support (playing HTTP streams) for foobar2000 plug-in
- Replay Gain compatible plug-ins for foobar2000 and Winamp3
- fully featured SDK for using compressed files in any application
<<lessOptimFROG obtains asymptotically the best lossless audio compression ratios. It has Windows and Linux versions, fully featured input plug-ins for the foobar2000, Winamp2, Winamp3, dBpowerAMP, XMPlay and XMMS audio players (with bitstream error resilience, ID3v1.1 and APEv2 read tagging support), optimal support for all integer PCM wave formats up to 32 bits and an extensible streamable (error tolerant) compressed format. It is also fast, the default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-time on AMD Athlon XP 1800+ (the fastest mode encodes at 28.1x real-time and decodes at 24.7x real-time).
The compression ratios which can obtained with OptimFROG are generally ranging from 25% (silent classical music) to 70% (loud rock music) of the original audio file size. This is less compared with around 13% obtained with high quality MP3 files (~176 kb), but you have the great advantage of archiving and listening at perfect copies of your original music.
OptimFROG uses a new audio compression technology, the generalized stereo decorrelation concept (together with the optimal predictor), which was first introduced with OptimFROG 4.0b in December 2001. At the time of its introduction, the new technology yielded significant better (~1.5%) compression than existing state of the art lossless audio compressors.
Main features:
- asymptotically the best lossless audio compression ratios
- optimal support for all integer PCM wave formats up to 32 bits
- fully featured foobar2000, dBpowerAMP, Winamp2, Winamp3, XMPlay, and XMMS input plug-ins for playback
- fast operation, default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-time on AMD Athlon XP 1800+
- Win32 and Linux command line versions
- simple to use, but powerful Windows GUI front-end, Kermit (made by Speek)
- extensible, streamable compressed format, tagging compatible
- optimize option, further improving compression at no decoding cost
- backward compatible with version 4.2x (decode only)
- 64 bits large file support under Win32
- full pipe support for encoding and decoding
- full raw file support
- quick verify compressed file integrity function
- compatible with Exact Audio Copy, with ID3v1.1 tagging
- extensible command line format
- multiple file processing on the same command line, with wildcards
- option to store MD5 of raw PCM input data and function to check it
- option to delete source file after successful operation
- option to copy source file time stamp to destination file
- bitstream error resilience and transparent real-time recovery
- fast seek with intelligent caching for plug-ins
- ID3v1.1 and APEv2 read tagging support for plug-ins
- streaming support (playing HTTP streams) for foobar2000 plug-in
- Replay Gain compatible plug-ins for foobar2000 and Winamp3
- fully featured SDK for using compressed files in any application
Download (0.25MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1310 downloads
Sacred 2.2
SACRED is an enhanced version of the ROM 2.4b6 codebase. more>>
SACRED is an enhanced version of the ROM 2.4b6 codebase. Sacred enhancements include new player skills, spells, classes, and races.
Also included are arenas, OLC, Mud Compression Protocol, a Clan system, new flags, questing, color, automatic auctions, enhanced immortal utilities, spellchecking, hints, and many more features.
To play the the Mageslair you will need a good client. You are able to play it with simple stuff like the standard windows client or the java applet, but this will not show so good results, as playing with a special mud client.
There are a lot of good mud clients to find one just run a search on google, or check our download section for a link to a good client. You should also make sure that you get compression.
When having downloaded and installed a mud client, click on connect to server and simply enter as address www.mageslair.net and as port 7060. Then your set.
Enhancements:
- The 2500 item limit has been removed.
- Exits no longer show closed doors.
- There is now a README file update for proper installation.
<<lessAlso included are arenas, OLC, Mud Compression Protocol, a Clan system, new flags, questing, color, automatic auctions, enhanced immortal utilities, spellchecking, hints, and many more features.
To play the the Mageslair you will need a good client. You are able to play it with simple stuff like the standard windows client or the java applet, but this will not show so good results, as playing with a special mud client.
There are a lot of good mud clients to find one just run a search on google, or check our download section for a link to a good client. You should also make sure that you get compression.
When having downloaded and installed a mud client, click on connect to server and simply enter as address www.mageslair.net and as port 7060. Then your set.
Enhancements:
- The 2500 item limit has been removed.
- Exits no longer show closed doors.
- There is now a README file update for proper installation.
Download (1.1MB)
Added: 2006-11-29 License: Other/Proprietary License with Source Price:
1494 downloads
Sdictionary 2.0.0 RC1
Sdictionary is a cross-platform dictionary project uses own Sdict dictionary format. more>>
Sdictionary is a cross-platform dictionary project uses own Sdict dictionary format. Sdictionary includes Sdict, the main program and two simple applications: Jotter and Data.
Unlike ptkdic or gtkdic no MySQL needed, so you can work with dictionary files directly. Currently it is known to work under Unix, Win32 and Symbian OS.
Main features:
- Open Source, .dct format is also open and described in documentation
- Unicode, all words and articles are stored in utf8
- Two index levels: short and full
- Using compression
- Tools to convert from text file to .dct and vice versa
- Simple Web dictionary included into package
- C library framework
- Perl API (Sdict.pm module)
- Simple Jotter and Data applications
<<lessUnlike ptkdic or gtkdic no MySQL needed, so you can work with dictionary files directly. Currently it is known to work under Unix, Win32 and Symbian OS.
Main features:
- Open Source, .dct format is also open and described in documentation
- Unicode, all words and articles are stored in utf8
- Two index levels: short and full
- Using compression
- Tools to convert from text file to .dct and vice versa
- Simple Web dictionary included into package
- C library framework
- Perl API (Sdict.pm module)
- Simple Jotter and Data applications
Download (0.30MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
853 downloads
Other version of Sdictionary
License:GPL (GNU General Public License)
phpMyBackupPro 2.1
phpMyBackupPro is a Web-based MySQL backup program. more>>
phpMyBackupPro project is a Web-based MySQL backup program. You can schedule backups (without cron jobs), and download, email, or upload backups with FTP. File directories can also be backed up.
No compression, zip compression, or gzip compression of the backups is possible. HTTP or HTML authentication is possible. It has an easy user interface and is easy to install. Many languages and online help are available.
Main features:
- backup of one or several databases with or without data, table structure, ...
- three types of compression (no compression, gzip or zip)
- scheduled backups (through a small PHP script which must be included in a existing PHP script)
- interface for managment of the backups (viewing, restoring, downloading, deleting)
- backup directly onto FTP server and posting of backups by email
- platform independent - only webserver and PHP needed to run e.g. on MS Windows, Linux or Mac
- shell mode (to use manually or by cron script)
- backuping of whole file directories (on a FTP server).
- backup databases from different accounts on several MySQL servers.
- highest security through two alternative login methods (HTTP or HTML authentication)
- easy to use interface and very easy to install
- several language packages available
- online help (included in phpMyBackupPro) and FAQ on this website
Enhancements:
- An email problem with empty/missing files was fixed along with a call-by-reference problem.
- Shell/cron mode was fixed.
- Directory backups can now be sent by email.
<<lessNo compression, zip compression, or gzip compression of the backups is possible. HTTP or HTML authentication is possible. It has an easy user interface and is easy to install. Many languages and online help are available.
Main features:
- backup of one or several databases with or without data, table structure, ...
- three types of compression (no compression, gzip or zip)
- scheduled backups (through a small PHP script which must be included in a existing PHP script)
- interface for managment of the backups (viewing, restoring, downloading, deleting)
- backup directly onto FTP server and posting of backups by email
- platform independent - only webserver and PHP needed to run e.g. on MS Windows, Linux or Mac
- shell mode (to use manually or by cron script)
- backuping of whole file directories (on a FTP server).
- backup databases from different accounts on several MySQL servers.
- highest security through two alternative login methods (HTTP or HTML authentication)
- easy to use interface and very easy to install
- several language packages available
- online help (included in phpMyBackupPro) and FAQ on this website
Enhancements:
- An email problem with empty/missing files was fixed along with a call-by-reference problem.
- Shell/cron mode was fixed.
- Directory backups can now be sent by email.
Download (0.093MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
934 downloads
Horde Application Framework 3.0.12
Horde Application Framework is a general-purpose web application framework in PHP. more>>
The Horde Application Framework is written in PHP, and provides the common tools a Web application requires: classes for dealing with preferences, compression, browser detection, connection tracking, MIME, and more.
The Horde Framework does not provide any significant end user functionality and it provides a base for other applications and tools for developers. You will probably want to install some of the available Horde applications, such as IMP (a webmail client), or Kronolith (a calendar).
Enhancements:
- This is a security release that fixes a cross site scripting vulnerability and improves protection against phishing attempts.
<<lessThe Horde Framework does not provide any significant end user functionality and it provides a base for other applications and tools for developers. You will probably want to install some of the available Horde applications, such as IMP (a webmail client), or Kronolith (a calendar).
Enhancements:
- This is a security release that fixes a cross site scripting vulnerability and improves protection against phishing attempts.
Download (3.6MB)
Added: 2006-08-17 License: LGPL (GNU Lesser General Public License) Price:
1164 downloads
Other version of Horde Application Framework
License:LGPL (GNU Lesser General Public License)
Speak Freely for Unix 7.6.a
Speak Freely is an application for Unix and Unix-like systems which allows you to talk . more>>
Speak Freely is an application for Unix and Unix-like systems (Linux, FreeBSD, IRIX, etc.) with audio hardware, which allows you to talk (actually send voice, not typed characters) over a network. Speak Freely for Unix uses the workstation audio hardware and network to allow conversations of users over the network.
The phone company never gives you a break! You pay a fortune for a leased line connection to the Internet, and you *still* have to pay every time you want to chat with somebody, even though youre both sitting in front of workstations with digital audio capability, linked by a fast network. Speak Freely for Unix can intercommunicate with
Workstations on local area networks can generally communicate with excellent audio quality and response. A software implementation (developed by Jutta Degener and Carsten Bormann, Technische
Universitaet Berlin) of the compression algorithm used in GSM digital cellular telephones allows operation over Internet links of modest bandwidth. By using GSM compression in conjunction with sample interpolation, the data rate can be reduced to about 9600 baud. Users with CPUs too slow or two heavily loaded to perform GSM compression and decompression in real time may select less compact but quicker to
execute ADPCM coding, using an implementation developed by Jack Jansen of the Centre for Mathematics and Computer Science, Amsterdam, The Netherlands.
<<lessThe phone company never gives you a break! You pay a fortune for a leased line connection to the Internet, and you *still* have to pay every time you want to chat with somebody, even though youre both sitting in front of workstations with digital audio capability, linked by a fast network. Speak Freely for Unix can intercommunicate with
Workstations on local area networks can generally communicate with excellent audio quality and response. A software implementation (developed by Jutta Degener and Carsten Bormann, Technische
Universitaet Berlin) of the compression algorithm used in GSM digital cellular telephones allows operation over Internet links of modest bandwidth. By using GSM compression in conjunction with sample interpolation, the data rate can be reduced to about 9600 baud. Users with CPUs too slow or two heavily loaded to perform GSM compression and decompression in real time may select less compact but quicker to
execute ADPCM coding, using an implementation developed by Jack Jansen of the Centre for Mathematics and Computer Science, Amsterdam, The Netherlands.
Download (0.76MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above compression search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed