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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
|
2005-04-03 Theodore Kilgore <kilgota@auburn.edu>
* library.c: improvements for compressed moed
* postprocess.c: improvements for compressed mode
* sq905.h: improvements for compressed mode
2005-01-17 Theodore Kilgore <kilgota@auburn.edu>
* library.c: added Shark SDC-513 and SDC-519
* postprocess.c: Code cleanup
2004-12-15 Theodore Kilgore <kilgota@auburn.edu>
* library.c: added Concord Eye-Q Duo, Sakar Kidz Cam
(get_file_func): Conditionnalize pre-processing
2003-11-11 Theodore Kilgore <kilgota@auburn.edu>
* postprocess.c: bugfix for release.
2003-11-11 Theodore Kilgore <kilgota@auburn.edu>
* library.c: added ViviCam 5B and SY-2107C cameras.
2004-10-28 Hubert Figuiere <hfiguiere@teaser.fr>
* sq905.c (sq_read_picture_data): Fix build for gcc 2.95
(bug #1055868)
2003-08-25 Theodore Kilgore <kilgota@auburn.edu>
* README.913C: Description of Argus DC-1730 0x2770:0x913c camera.
* library.c: Argus DC-1730 0x2770:0x913c added.
* sq905.c: data type corrected in sq_access_reg ( )
* sq905.h: In sq_access_reg ( ) the "index" is an int. Oops.
2003-06-29 Theodore Kilgore <kilgota@auburn.edu>
* sq905.c: Major rewrite. Credit to Cedric Cellier
<rixed@happyleptic.org> for several improvements, in particular
sq_rewind ( ), which permits random access to photos on camera.
* sq905.h: needed changes declared.
* postprocess.c: Anything special done to a photo after download
goes here, especially things which are experimental or
still not complete.
* library.c: Big changes. Video clips and capture-preview supported;
delete-all-photos supported for those SQ cameras which will
do it; thumbnails supported for GUI compatibility.
* README: Updated to describe new capabilities of camlib.
* TODO: list of things which still need work.
* Makefile.am: postprocess.c added as source file.
2003-11-21 Theodore Kilgore <kilgota@auburn.edu>
* sq905.h: SQ_MODEL_MAGPIX added; ID number found by T. K.
2003-11-21 Theodore Kilgore <kilgota@auburn.edu>
* sq905.c: The following changes are introduced:
-- In sq_init the initialization sequence is not repeated;
experience has shown this to be unnecessary.
-- In accordance with general policy, individual credits for
reporting model ID numbers are placed here. Credit to
Fabien Devaux <fab@gnux.org> for the ID of SQ_MODEL_PRECISION.
2003-10-30 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.c: Give credit to individual people (here
Paulo Tribolet Abreu <paulotex@gmx.net> who reported a special
model) in the ChangeLog, not all over the code to keep the code
readable.
2003-10-29 Lutz Mueller <lutz@users.sourceforge.net>
* library.c: Reduce memory requirements by first freeing one variable
before allocating memory for another.
2003-10-29 Lutz Mueller <lutz@users.sourceforge.net>
* library.c: Substitute memcpy by for (...) { (...) } on
request of Theodore Kilgore <kilgota@banach.math.auburn.edu>.
2003-10-29 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.[c.h]: Patch by Thodore Kilgore
<kilgota@banach.math.auburn.edu>: Introduce new SQ_MODEL_PRECISION.
2003-10-29 Lutz Mueller <lutz@users.sourceforge.net>
* library.c: Patch by Theodore Kilgore
<kilgota@banach.math.auburn.edu>: Fix postprocessing of files
where comp_ration != 2.
2003-10-10 Lutz Mueller <lutz@users.sourceforge.net>
* library.c: Patch by Theodore Kilgore
<kilgota@banach.math.auburn.edu>: Allocate enough bytes for
image data _and_ header.
2003-10-07 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.c: Patch by Theodore Kilgore <kilgota@banach.math.auburn.edu>,
without ChangeLog entry, unfortunately not against latest cvs, and
not in 'cvs diff -u3 -p' format. Hence no guaranty that I figured
out the right lines and the right changes. No idea if the code
now works better than before. But it compiles :-)
2003-08-01 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.c: Additional information by Paulo Tribolet Abreu
<paulotex@gmx.net>.
2003-08-01 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.c: Additional information by Paulo Tribolet Abreu
<paulotex@gmx.net>.
2003-07-30 Lutz Mueller <lutz@users.sourceforge.net>
* library.c: Move some variables around to make non-gcc-compilers happy.
2003-07-15 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.[c]: Some indentation fixes.
(sq_read_data): Theodore Kilgore
<kilgota@banach.math.auburn.edu> tells me that the
gp_port_write and gp_port_set_timeout is not needed here.
2003-07-12 Lutz Mueller <lutz@users.sourceforge.net>
* library.c
* sq905.[c,h]: New code by Theodore Kilgore
<kilgota@banach.math.auburn.edu>
2003-07-07 Lutz Mueller <lutz@users.sourceforge.net>
* library.c
* sq905.c: Got some more feedback from Theodore Kilgore
<kilgota@banach.math.auburn.edu>
2003-06-30 Lutz Mueller <lutz@users.sourceforge.net>
* library.c: Implement downloading of pictures.
2003-06-30 Lutz Mueller <lutz@users.sourceforge.net>
* sq905.[c,h]: Updates by the author.
2003-06-26 Lutz Mueller <lutz@users.sourceforge.net>
* *.[c,h]: First check-in. Not functional yet.
|