2008-09-20 Marcus Meissner * stv0680.c: Added storage information function. 2005-02-01 Marcus Meissner * stv0680.c: Added Creative Go Mini as reported. 2004-09-03 Hubert Figuiere * stv0680.c: Added DigitalDream l'espion XS 2004-01-21 Marcus Meissner * stv0680.c: Added Che-ez! BABE and SPYZ as reported by shoota oohara - a4door at sourceforge. 2003-02-28 Marcus Meissner * stv0680.c: For USB consider this driver production ready. For serial still experimental, since no testresults appeared :/ 2002-11-17 Marcus Meissner * stv0680.c: Fixed long*/int* cast and some warnings. 2002-10-03 Lutz Müller * Makefile.am: -I$(top_builddir)/libgphoto2 2002-09-06 Marcus Meissner * stv680.c: Added Yahoo!Cam. 2002-08-27 Christophe Barbe * stv680: Added "Aiptek Palm Cam Trio" IDs reported by Klaus-M. Klingsporn 2002-08-02 Marcus Meissner * stv680.c: Added Konica e-Mini id. 2002-07-30 Lutz Müller * library.c: Change "!= GP_OK" to "< GP_OK". 2001-07-08 Marcus Meissner * stv680.c: Added SpyPen Cleo, Axys, Xion, Memo, as reported by Andrei Boros . 2001-04-12 Marcus Meissner * stv0680.c: Use GP_MIME_PNM instead of (wrong) image/pnm. 2001-04-10 Marcus Meissner * stv0680.c: Some of those cameras (especially the generic ones and the Argus DC-1500) are USB and serial at the same time. 2001-04-10 Marcus Meissner * stv0680.c: Set the speed on camera_init for serial cameras. 2001-04-05 Marcus Meissner * library.[ch], stv680.c: Store image data directly in CameraFile, instead of passing it around unnecessary. (we should add progress for serial too). 2001-01-23 Kurt Garloff * library.c, bayer.c: Enhanced the light processing even more. 2001-01-23 Kurt Garloff * sharpen.c: Fixed off by one error. 2001-01-15 Kurt Garloff * demosaic_sharpen.c: Add demosaicing which uses adaptive weighted interpolation rather than the simplistic bilinear one. Results in sharper and less noisy pictures. Further reduce traditional sharpening. 2001-01-09 Dan Fandrich * sharpen.c: Added include of string.h to get memcpy prototype 2001-01-08 Marcus Meissner * bayer.c, saturate.c, library.c: From Kurt Garloff: * The sharpening seems to be overdone a bit -- for darker images, the noise gets amplified too much and the picutre gets too snowy/grainy. * The colour correction sometimes also seems to go too far and a compormise between the original and the processed image would seem best. 2001-01-06 Marcus Meissner * bayer.c, library.c: Integrated a speedup of the preview debayer/scaler routine from Kurt Garloff. 2001-12-29 Marcus Meissner * saturate.[ch]: Merged from pencam-0.50, which got it from GIMP. Adapted to not use global variables. * library.c: Use saturation filter. (Done by Kevin, merged by me) 2001-12-21 Lutz Müller * stv0680.c (camera_capture): Tell the filesystem about the new file. 2001-12-05 Lutz Müller * library.c: Fix includes