annotate src/zlib-1.2.7/contrib/README.contrib @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents e13257ea84a4
children
rev   line source
Chris@4 1 All files under this contrib directory are UNSUPPORTED. There were
Chris@4 2 provided by users of zlib and were not tested by the authors of zlib.
Chris@4 3 Use at your own risk. Please contact the authors of the contributions
Chris@4 4 for help about these, not the zlib authors. Thanks.
Chris@4 5
Chris@4 6
Chris@4 7 ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
Chris@4 8 Support for Ada
Chris@4 9 See http://zlib-ada.sourceforge.net/
Chris@4 10
Chris@4 11 amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
Chris@4 12 asm code for AMD64
Chris@4 13 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
Chris@4 14
Chris@4 15 asm686/ by Brian Raiter <breadbox@muppetlabs.com>
Chris@4 16 asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
Chris@4 17 See http://www.muppetlabs.com/~breadbox/software/assembly.html
Chris@4 18
Chris@4 19 blast/ by Mark Adler <madler@alumni.caltech.edu>
Chris@4 20 Decompressor for output of PKWare Data Compression Library (DCL)
Chris@4 21
Chris@4 22 delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
Chris@4 23 Support for Delphi and C++ Builder
Chris@4 24
Chris@4 25 dotzlib/ by Henrik Ravn <henrik@ravn.com>
Chris@4 26 Support for Microsoft .Net and Visual C++ .Net
Chris@4 27
Chris@4 28 gcc_gvmat64/by Gilles Vollant <info@winimage.com>
Chris@4 29 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
Chris@4 30 assembler to replace longest_match() and inflate_fast()
Chris@4 31
Chris@4 32 infback9/ by Mark Adler <madler@alumni.caltech.edu>
Chris@4 33 Unsupported diffs to infback to decode the deflate64 format
Chris@4 34
Chris@4 35 inflate86/ by Chris Anderson <christop@charm.net>
Chris@4 36 Tuned x86 gcc asm code to replace inflate_fast()
Chris@4 37
Chris@4 38 iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
Chris@4 39 A C++ I/O streams interface to the zlib gz* functions
Chris@4 40
Chris@4 41 iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
Chris@4 42 Another C++ I/O streams interface
Chris@4 43
Chris@4 44 iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
Chris@4 45 and Kevin Ruland <kevin@rodin.wustl.edu>
Chris@4 46 Yet another C++ I/O streams interface
Chris@4 47
Chris@4 48 masmx64/ by Gilles Vollant <info@winimage.com>
Chris@4 49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
Chris@4 50 replace longest_match() and inflate_fast(), also masm x86
Chris@4 51 64-bits translation of Chris Anderson inflate_fast()
Chris@4 52
Chris@4 53 masmx86/ by Gilles Vollant <info@winimage.com>
Chris@4 54 x86 asm code to replace longest_match() and inflate_fast(),
Chris@4 55 for Visual C++ and MASM (32 bits).
Chris@4 56 Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
Chris@4 57
Chris@4 58 minizip/ by Gilles Vollant <info@winimage.com>
Chris@4 59 Mini zip and unzip based on zlib
Chris@4 60 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
Chris@4 61 See http://www.winimage.com/zLibDll/unzip.html
Chris@4 62
Chris@4 63 pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
Chris@4 64 Support for Pascal
Chris@4 65
Chris@4 66 puff/ by Mark Adler <madler@alumni.caltech.edu>
Chris@4 67 Small, low memory usage inflate. Also serves to provide an
Chris@4 68 unambiguous description of the deflate format.
Chris@4 69
Chris@4 70 testzlib/ by Gilles Vollant <info@winimage.com>
Chris@4 71 Example of the use of zlib
Chris@4 72
Chris@4 73 untgz/ by Pedro A. Aranda Gutierrez <paag@tid.es>
Chris@4 74 A very simple tar.gz file extractor using zlib
Chris@4 75
Chris@4 76 vstudio/ by Gilles Vollant <info@winimage.com>
Chris@4 77 Building a minizip-enhanced zlib with Microsoft Visual Studio