Next | Query returned 53 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2005-08-06 15:13:39 by Mark Davies | Files touched by this commit (2)
Log message:
Update to version 7.48 (dcraw.c revision 1.274).

changes:
1.274
Fixed the Kodak NC2000F, and improved the Minolta DYNAX 5D.
Correctly flip NEF files that Nikon Capture has modified.
1.273
Support Adobe DNG version 1.1.0.0.
1.272
Added the Leaf Aptus 17.
1.271
Fixed gcc warning.
1.270
Fixed serious problems with the Imacon Ixpress.
Moved most verbose messages out of main().
1.269
Various changes regarding headerless raw photos.
Support the Nikon D50 with camera white balance.
----------------------------
revision 1.268
Added AVT and ISG cameras.
   2005-07-10 11:21:18 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update to version 7.39 (dcraw.c revision 1.267).

Changes since last packaged version (7.20, dcraw.c revision 1.258)
are unknown because the RCS file dcraw.c,v is unavailable right now.
   2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465)
Log message:
Create directories before installing files into them.
   2005-05-06 06:33:30 by Mark Davies | Files touched by this commit (2)
Log message:
Update dcraw to version 7.20  (dcraw.c revision 1.258)

changes:
revision 1.258
date: 2005/05/05 06:35:59
Added "-z" option to fix timestamps.
----------------------------
revision 1.257
date: 2005/05/03 18:50:30
Refactored to reduce the line count.
----------------------------
revision 1.256
date: 2005/05/03 04:16:09
Added colorcheck() function, and a color matrix for
the MINOLTA DiMAGE Z2, created with colorcheck().
----------------------------
revision 1.255
date: 2005/04/29 16:38:16
Added "-j" option, check for corrupt CRW files.
----------------------------
revision 1.254
date: 2005/04/27 20:10:40
Added the Nikon E880.
----------------------------
revision 1.253
date: 2005/04/26 00:46:33
Added the Casio EX-P505.
----------------------------
revision 1.252
date: 2005/04/22 16:03:53
Support little-endian Phase One images.
----------------------------
revision 1.251
date: 2005/04/19 16:00:41
Added camera white balance for the Nikon D2Hs.
----------------------------
revision 1.250
date: 2005/04/18 03:18:57
Added camera white balance for the Nikon D2X.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-04-07 11:16:47 by Stoned Elipot | Files touched by this commit (3)
Log message:
Update to version 7.12 (dcraw.c revision 1.249):

This package is now numbered after the version number output by
dcraw program when run without argument.

Also add patch to compile on NetBSD >= 3.0 (memmem() addition).

Changes since last packaged version (dcraw.c revision 1.234):

revision 1.249
date: 2005/04/05 07:21:29;  author: dcoffin;  state: Exp;  lines: +43 -45
Added camera WB for the Canon S60 and all Fuji cameras.
----------------------------
revision 1.248
date: 2005/03/31 19:42:59;  author: dcoffin;  state: Exp;  lines: +28 -33
Added support for 22-megapixel Imacon Ixpress.
Moved some flip logic and adjusted the Casio EX-Z50.
----------------------------
revision 1.247
date: 2005/03/29 06:33:18;  author: dcoffin;  state: Exp;  lines: +15 -4
Added the Logitech Fotoman Pixtura, matrix for Fuji F810.
----------------------------
revision 1.246
date: 2005/03/28 19:32:13;  author: dcoffin;  state: Exp;  lines: +3 -3
Added the Fuji F710 and F800.
----------------------------
revision 1.245
date: 2005/03/28 04:56:02;  author: dcoffin;  state: Exp;  lines: +73 -52
Added the Nikon E900 and Casio EX-Z50.
Rewrote dng_coeff() to show saturated pixels as pure white.
----------------------------
revision 1.244
date: 2005/03/25 19:39:58;  author: dcoffin;  state: Exp;  lines: +1 -1
Fixed the maximum for the FinePix S3Pro.
----------------------------
revision 1.243
date: 2005/03/23 23:00:33;  author: dcoffin;  state: Exp;  lines: +4 -3
Added color matrix for the PowerShot S60.
----------------------------
revision 1.242
date: 2005/03/23 17:52:43;  author: dcoffin;  state: Exp;  lines: +34 -73
Fixed Kodak DC25 color and condensed three functions into simple_coeff().
----------------------------
revision 1.241
date: 2005/03/19 01:40:04;  author: dcoffin;  state: Exp;  lines: +28 -33
Added the Canon EOS 350D with more general CR2 support.
----------------------------
revision 1.240
date: 2005/03/18 22:15:37;  author: dcoffin;  state: Exp;  lines: +26 -14
Support "-w" for Canon CR2 and Contax N Digital images.
New cam_mul[] array will support 4-color cameras in the future.
----------------------------
revision 1.239
date: 2005/03/11 18:47:13;  author: dcoffin;  state: Exp;  lines: +11 -8
Fixed array bounds error in foveon_interpolate().
Don't use snprintf(), but keep strings safe anyway.
----------------------------
revision 1.238
date: 2005/03/11 00:50:22;  author: dcoffin;  state: Exp;  lines: +17 -5
Added the Canon EOS DIGITAL REBEL XT.
----------------------------
revision 1.237
date: 2005/03/10 03:48:40;  author: dcoffin;  state: Exp;  lines: +1745 -1238
Dcraw 7.00 is a major rewrite:
* It decodes all Adobe DNG files, and applies the same color matrices
  to non-DNG files.  Color science replaces black magic.
* It correctly decodes all Foveon images based on encrypted metadata.
* It decodes the Casio QV-R51, Casio EX-Z55, Minolta Alpha-7, Nikon D2X,
  and ST Micro STV680.
----------------------------
revision 1.236
date: 2005/02/27 03:26:37;  author: dcoffin;  state: Exp;  lines: +2 -1
Fixed divide by zero error.
----------------------------
revision 1.235
date: 2005/02/16 06:11:39;  author: dcoffin;  state: Exp;  lines: +19 -5
Added the Casio EX-P700.
Fixed three potential buffer overruns.
   2005-02-05 13:30:46 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update to version 1.234.

Changes since last packaged version (1.233):
        Call fuji_rotate() before apply_profile().
        Do not use the gamma curve after applying a profile.
   2005-02-02 22:12:33 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 1.233 -- some fixes, some new cameras... anyway, we have to
stay up-to-date because the distribution files don't change names.
   2004-10-28 13:37:43 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.214:
Macintosh mktime() chokes on "TZ=".  Better to use "TZ=UTC".
   2004-10-25 15:46:41 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update to version 1.213.

Changes since last packaged version:
- Added the Canon EOS-1Ds Mark II

XXX Something has to done for this so fast moving target...

Next | Query returned 53 messages, browsing 31 to 40 | Previous