Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / compiler / libjpeg / README
blobd6bfe9f0f6543e927ad79b2b51f20a399318905f
1 $Id$
3 This is the AROS port of the jpegsrc.v6b sources from IJG. It creates the
4 libjpeg linker library and some test programs. See doc directory for
5 full documentation and man files for the test programs. The sources
6 have the ljpeg-6b patch applied, that adds support for a JPEG format
7 with lossless compression/decompression. This patch also updated the
8 documentation in doc directory.
10 "This software is based in part on the work of the Independent JPEG Group"
12 This needs to be stated in accompanying documentation of all programs,
13 that make use of libjpeg or these sources.
14 See doc/README for copyright details.
16 You can find the original sources at:
17 ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
19 You can find the lossless patch at:
20 ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/delegates/ljpeg-6b.tar.gz
22 Directory structure:
23 doc : documentation for linker library and test programs
24 main : sources for libjpeg linker library
25 test : sources for test programs
26 datatype : jpeg.datatype, this doesn't belong to libjpeg, but is an application
27            using it; see jpeg.readme in there
29 Global changes to the original sources:
30 * Added CVS header
31 * Replaced EXTERN define by JEXTERN, because of conflicts
32 * Replaced GLOBAL define by JGLOBAL, because of conflicts
33 * Added missing prototypes to header files
35 Additional changes will be indicated in the file header of the changed file.
37 Files deleted from the original sources:
38  Makefiles and similar:
39 * ansi2knr.c
40 * ckconfig.c
41 * config.guess
42 * config.sub
43 * configure
44 * install-sh
45 * jconfig.cfg
46 * jconfig.bcc
47 * jconfig.dj
48 * jconfig.mac
49 * jconfig.manx
50 * jconfig.mc6
51 * jconfig.sas
52 * jconfig.st
53 * jconfig.vc
54 * jconfig.vms
55 * jconfig.wat
56 * ltconfig
57 * ltmain.sh
58 * makefile.cfg
59 * makcjpeg.st
60 * makdjpeg.st
61 * makeapps.ds
62 * makefile.ansi
63 * makefile.bcc
64 * makefile.dj
65 * makefile.manx
66 * makefile.mc6
67 * makefile.mms
68 * makefile.sas
69 * makefile.unix
70 * makefile.vc
71 * makefile.vms
72 * makefile.wat
73 * makelib.ds
74 * makeproj.mac
75 * makljpeg.st
76 * maktjpeg.st
77 * makvms.opt
79  Documentation:
80 * anis2knr.1
82  Testimages:
83 * testimg.bmp
84 * testimg.jpg
85 * testimg.ppm
86 * testimgl.jpg
87 * testimgl.ppm
88 * testimgp.jpg
89 * testorig.jpg
90 * testprog.jpg
92  Library:
93 * jmemdos.c
94 * jmemdosa.asm
95 * jmemmac.c
97 Files added to the original sources:
98 * README
99 * LEGAL
100 * test/README
101 * main/debug.h
102 * main/mmakefile.src
103 * test/mmakefile.src
104 * datatype/*