summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ee7f3231d925129b3251429e2290a278120f17e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
2006-02-27  Paul van den Berg  <paulberg@wanadoo.nl>

	* commit new source from Guido Vollbeding:
	He has done some further "facelifting" in
	jpegclub.org/libjpeg-6c.tar.gz:
	
	Merged jdhuff.h and jdphuff.c into jdhuff.c,
	merged jchuff.h and jcphuff.c into jchuff.c.
	Updated makefile.cfg accordingly.
	This cleans up the Huffman coding modules.

	Updated the DCT scaling support so that compression behaves
	like decompression side:  Wenn chosing floating point DCT,
	adapt scaled DCT method accordingly instead of failure.
	Makes compression and decompression exactly symmetric in
	this regard.
	Changed the DCT manager and coefficient controller modules
	for this, also required changes in the global jpegint.h
	(forward DCT manager struct).


2006-02-26  Paul van den Berg  <paulberg@wanadoo.nl>

	* This completes first upload of vollbeding changes.
	Tagged it as jpeg6b_vollbeding_01
	
2006-02-26  Paul van den Berg  <paulberg@wanadoo.nl>

	* added changed testimages as 
	testimg_v.bmp testimg_v.jpg testimg_v.ppm testimgp_v.jpg

	* updated ChangeLog and introduced it in jpeg6b_vollbeding branch

	
2006-02-25  Paul van den Berg  <paulberg@wanadoo.nl>

	* created branch jpeg6b_vollbeding

	* added jpegclub.org/jpegexiforient.c and a modified 
	version of jpegclub.org/exifautotran.txt as exifautotran.sh

	* applied changes to jpeg6b_original

	* removed changed testimages

	* replaced jaricom.c, jcarith.c, and jdarith.c with dummies 
	from sylvana.net/jpeg-ari/jpeg-ari-28mar98.tar.gz

	* removed dos-isms, Makefile and jconfig.h

	* Got latest source from jpegclub.org/libjpeg-6c.tar.gz
	

2006-02-15  Frank Warmerdam  <warmerdam@pobox.com>

	* Introduced ChangeLog file.

	* modified nominal version to be 6.1.0 instead of 6b.

	* Applied all Bob Friesenhahn's autoconf/automake/libtool changes.

	* Committed jpeb6b from the ijg download site as the baseline.  Tagged
	it as jpeg6b_original.