Remove generated files
[framework/connectivity/libgphoto2.git] / camlibs / spca50x / ChangeLog.gsmart
1 Sam Dez 07 21:04:46 2002  Till Adam  <till@adam-lilienthal.de>
2
3  * the lowest res of the mini is a different format, cope with that
4  * fix cases where the number of frames advertised by one of the fat pages of
5    an avi exceed the total number of frames it has
6    (Reported by Gerd Flaig <gefla@pond.sub.org>)
7
8 Tue Nov 05 12:17:30 2002  Till Adam  <till@adam-lilienthal.de>
9
10  * return unssuported for avi downloading and small and large image
11    resolutions if the bridge is a SPCA500 (gsmart mini).
12
13 Sat Oct 19 22:52:34 2002  Till Adam  <till@adam-lilienthal.de>
14
15  * another patch from Piotr Pawlow <pp@sieziba.pl> which omits the standard
16    huffmann tables in the mjpeg thereby reducing them in size. This seems
17    to be a standard extension of the mjpeg "standard" and works with the
18    players I've tested
19
20 Mon Oct 14 20:32:08 2002  Till Adam  <till@adam-lilienthal.de>
21
22  * move jpeg creation into function
23  * add experimental support for the "gsmart mini"
24  * bump version number to 0.3
25  * driver status for the spca504a based is now TESTING
26  * patch from Piotr Pawlow <pp@siedziba.pl> adding an index to downloaded
27    avi's and fixing a few bugs.
28  * endianess fixes
29
30 Wed Oct 09 19:58:01 2002  Till Adam  <till@adam-lilienthal.de>
31
32  * add experimental support for the "gSmart mini 3" and "So. Show 301"
33  * (identical to the gSmart mini 2)
34
35 Tue Oct 08 22:14:04 2002  Till Adam  <till@adam-lilienthal.de>
36
37  * add support for avi downloading
38
39 2002-10-03  Lutz Müller <lutz@users.sourceforge.net>
40
41         * Makefile.am: -I$(top_builddir)/libgphoto2
42
43 Sam Aug 31 20:15:03 2002  Till Adam  <till@adam-lilienthal.de>
44
45  * return name in the file_info as well. Fixes kamera kio-slave
46  * endianess fix reported by Carl Lunde <chlunde@student.matnat.uio.no>
47  * spelling fix
48
49 Thu Aug 22 20:46:02 2002  Till Adam  <till@adam-lilienthal.de>
50
51  * add support for avi thumbnails
52
53 Tue Aug 13 21:37:08 2002  Till Adam  <till@adam-lilienthal.de>
54
55  * add a little timeout after deletion of a file. The camera ignores
56    successive deletes otherwise.
57
58 Tue Aug 13 14:13:27 2002  Till Adam  <till@adam-lilienthal.de>
59
60  * disallow deletion of anything but the last file on the camera
61
62 Sat Aug 10 19:03:31 2002  Till Adam  <till@adam-lilienthal.de>
63
64  * remove debugging calls
65  * allocate space for GsmartFile structures dynamically
66  * sprintf -> snprintf, strcpy -> strncpy, fprintf -> gp_context_error
67  * make internally used functions static and remove them from gsmart.h
68
69 Mon Aug 05 00:01:06 2002  Till Adam  <till@adam-lilienthal.de>
70
71  * initial release of the module