Remove generated files
[framework/connectivity/libgphoto2.git] / camlibs / digigr8 / ChangeLog
1 2010-12-17   Theodore Kilgore <kilgota@auburn.edu>
2         * library.c: Lego Bionicle added. New Product number 0x9051.
3         * README.9051: Added.
4
5 2010-05-16   Theodore Kilgore <kilgota@auburn.edu>
6         * library.c: Stop & Shop, camera, UPC product code 87096, added.
7         Reported by Adam Rubin, Adam <adam707@verizon.net>
8
9 2010-03-16   Theodore Kilgore <kilgota@auburn.edu>
10         * library.c: attempt to name output file abandoned 
11         in camera_capture_preview()
12
13 2010-03-12   Theodore Kilgore <kilgota@auburn.edu>
14         * digi_postprocess.c: improvements in digi_first_decompress()
15
16 2009-05-16   Theodore Kilgore <kilgota@auburn.edu>
17         * library.c: camera_manual() updated to mention new disney pix micro.
18
19 2009-05-10   Theodore Kilgore <kilgota@auburn.edu>
20         * library.c: The disney pix micro reported by Adam Piggs also reported
21         by Roman Kononov <kononov@ftml.net>. delete_all_func() support added for 
22         this camera. delete_all_func() must also check if camera is initialized.
23         Credit comment removed, information moved here. Credits go in the 
24         ChangeLog file, not in the middle of the code.
25         * digigr8.c: improvements to digi_delete_all()
26         * README.9052: Added, to describe the new camera.
27         * digi_postprocess.c: indentation fixes. 
28
29
30 2008-11-22   Marcus Meissner <marcus@jet.franken.de>
31
32         * library.c: Added another version of the disney pix micro, reported
33           by Adam Piggs <adam@piggz.co.uk>
34
35 2008-05-11   Theodore Kilgore <kilgota@auburn.edu>
36         * README.913D: References to nonexistent README.digigr8 corrected. 
37
38 2008-04-22   Theodore Kilgore <kilgota@auburn.edu>  
39         * digi_postprocess.c: white_balance() added 
40         * library.c: gp_ahd_interpolate() used instead of gp_bayer_interpolate()
41                      white_balance() hooked up. 
42                      
43 2008-01-23   Theodore Kilgore <kilgota@auburn.edu>  
44         * library.c: camera_capture_preview() revised to be in line with recent
45         revisions of gphoto2. Also digi_init() is now not called unless needed,
46         because camera_capture_preview() does not need it. Functions which need
47         it now check init_done and ask for digi_init() if init_done is still 0.
48         * digigr8.c: init_done parameter is set now to 1 in digi_init().
49         * digigr8.h: init_done parameter added to CameraPrivateLibrary.
50
51 2008-01-22   Theodore Kilgore <kilgota@auburn.edu>  
52         * digi_postprocess.c: Fixed memory leak in second-stage decompression
53         function. 
54         * README.*: Refers to the raw file converter, added today in 
55         gphoto/trunk/playground/raw_converters/sq_raw_converter 
56
57 2008-01-21   Theodore Kilgore <kilgota@auburn.edu>  
58         * library.c: Raw files now carry a 16 byte footer consisting of the 
59         allocation table's line for the corresponding photo. This is done to
60         facilitate development of a standalone raw processor; information is 
61         now saved in the raw file concerning the compression and resolution 
62         settings, as well as certain information which may become useful for 
63         doing color balance, brightness, and contrast adjustments. 
64         * README.digigr8: Renamed README.905C.
65         * README.9050: Split from README.digigr8.
66
67
68 2007-12-27   Theodore Kilgore <kilgota@auburn.edu>  
69         * library.c: Added Jazz JDC9, reported by 
70         Victor Hodge <vhodge@sympatico.ca>.
71
72 2007-12-23   Theodore Kilgore <kilgota@auburn.edu>  
73         * library.c: Added Sakar no. 92045 Spiderman, reported by 
74         Martin Laberge <mlsoft@videotron.ca>.
75
76 2007-10-16   Theodore Kilgore <kilgota@auburn.edu>  
77         * library.c: Several cameras from Sakar added to list.
78
79 2007-09-04   Theodore Kilgore <kilgota@auburn.edu>  
80         * library.c: ZINA Mini Digital Keychain Camera, reported by 
81          Alvin Austin <alvin.austin@gmail.com>
82
83 2007-08-24   Theodore Kilgore <kilgota@auburn.edu>  
84         * library.c: Suprema Digital Keychain Camera added, which has 
85         new product ID 0x913D, and is able to delete individual photos. 
86         * digigr8.c: changes required here, too, to support individual 
87         photo deletion. 
88
89
90 2007-07-23   Theodore Kilgore <kilgota@auburn.edu>
91         * README.digigr8: Notes on how to change the capture-preview 
92         resolution setting added. 
93
94 2007-07-16   Theodore Kilgore <kilgota@auburn.edu>
95         * library.c: "Disney pix micro" camera supports "delete all."
96         Also, digigr8 cameras will do capture_preview. These two functions added.
97         0x9050 cameras need to be distinguished from 0x905C cameras. 
98         * digigr8.c: camera functions to support deletion and capture.
99         * digigr8.h: necessary changes. 
100
101 2007-07-12   Theodore Kilgore <kilgota@auburn.edu>
102         * library.c: "Disney pix micro" camera, 0x2770:0x9050, works 
103         with this driver. Added it. 
104
105
106 2007-06-25   Theodore Kilgore <kilgota@auburn.edu>
107         * digi_postprocess.c: removal of superfluous variables. 
108         * digigr8.c: signedness warnings fixed
109         * library.c: ditto 
110
111
112 2007-03-28   Theodore Kilgore <kilgota@auburn.edu>
113
114         * digi_postprocess.c: small improvements to decompression algorithm.
115         * library.c: small improvements to decompression algorithm.
116
117 2007-03-28   Theodore Kilgore <kilgota@auburn.edu>
118
119         * digi_postprocess.c: a decompression algorithm is installed. 
120         * digigr8.c: small changes to accommodate decompression
121         * library.c: small changes in get_file_func() to accommodate 
122         use of decompression.
123         * digigr8.h: new functions added for stage 1 and stage 2 decompression
124         * README.digigr8: updated to describe new functionality
125
126 2006-12-13   Theodore Kilgore <kilgota@auburn.edu>
127
128         * digigr8.c: removed superfluous function digi_read_data()..
129
130
131
132 2006-06-22   Marcus Meissner  <marcus@jet.franken.de>
133
134         * library.c: Added Praktica Slimpix, reported by
135           Gervase Markham.
136           See: http://sourceforge.net/mailarchive/message.php?msg_id=20703116
137
138 2006-03-26   Theodore Kilgore <kilgota@auburn.edu>
139
140         * library.c: Added Vivitar Vivicam35, reported by self.
141
142
143 2005-12-31  Hubert Figuiere  <hub@figuiere.net>
144
145         * library.c: Added Nexxtech Mini Digital Camera
146         reported by Ken Kennedy
147
148 2005-12-29   Theodore Kilgore <kilgota@auburn.edu>
149
150         * digigr8.c: GP_MODULE "didigr8" -> GP_MODULE "digigr8"
151
152 2005-12-29   Theodore Kilgore <kilgota@auburn.edu>
153
154         * library.c: Added DC-N130t, reported by 
155                 Thierry Leconte <f4dwv@users.sourceforge.net>
156         * README: Some updates.         
157
158 2005-12-22   Theodore Kilgore <kilgota@auburn.edu>
159
160         * library.c: Added two cameras.
161                 Soundstar TDC-35 reported by Patrice Mandin
162                 <mandin.patrice@wanadoo.fr>
163                 Che-Ez Snap SNAP-U reported by  Lou
164                 <lou@fixit.nospammail.net>
165
166 2005-12-05   Theodore Kilgore <kilgota@auburn.edu>
167
168         First check-in.