2011-07-31 19:33:54 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update graphics/libraw to 0.13.7.
Upstream changes:
* Changes in cropping code:
o cropping is now works for Fuji files (instead of crash)
o bad pixels map and dark frame subtraction is turned off if cropping enable
o for technical reasons, coordinates of top-left corner of crop box are
rounded to multiple of 4 for Fuji files.
* ./configure stuff fixes:
o install static libraries only when --enable-static is set
o compiled samples are dynamically linked if shared library not disabled.
* OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
|
2011-07-12 20:57:37 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.13.6
changes: several minor and cosmetic changes
|
2011-05-29 19:55:58 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update graphics/libraw to 0.13.5
LibRaw 0.13.5 add supports for several new cameras.
Changelog:
* Imported new dcraw 9.08/1.443:
o New color data for Canon 600D and 1100D, Fuji S200EXR
o New cameras supported: Fuji HS20EXR and F550EXR, Kodak Z990, Nikon
D5100, Olympus E-PL1s and XZ-1, Samsung NX11, Sony A230 and 290.
|
2011-04-05 20:08:47 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.13.4
changes:
-imported dcraw 9.07/1.442, support for more cameras
-bugfixes
|
2011-03-09 18:19:19 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.13.2
changes:
-shared library support
-Sony A390 support
-Fixes for Leica D-LUX 4 and some Sony cameras
approved by Guillaume Lasmayous
|
2011-02-16 23:17:36 by Guillaume Lasmayous | Files touched by this commit (2) | |
Log message:
Updated graphics/libraw to 0.13.1
Upstream changes:
LibRaw 0.13.1 (2011-02-08)
* dcraw_emu documentation updated
* ./configure stuff changed for correct linking on some systems
* FBDD denoising is disabled for full-color images and 4-color bayer data
(including forced 4-color via four_color_rgb option)
LibRaw 0.13.0 (since 0.12.x) (2011-02-06)
* New low-level buffering code for Huffman decompression. Canon CR2 files are
opened about 1.5x times faster than on LibRaw 0.12, other huffman-comressed
files unpacks in 1.2-1.3 times faster.
* New exposure correction code based on linear-cubic root combination.
Correction range is from 0.25 (-2 stops) to 8 (+3 stops)
* All 0.12.x features, including new cameras support and half-size/green-matching
fixes.
* Changes and additions in demosaic-pack-GPL3 (all imported from RawTherapee):
o Banding suppression code.
o High-frequency noise suppression.
o Green channels local averaging to suppress maze artifacts.
o OpenMP speed-up in median filters (demosaic pack GPL2)
o OpenMP speed-up in green equilibration (demosaic pack GPL3)
* Bug fixes and improvements:
o Better parsing of unknown command-line params in dcraw_emu sample
o Brigtness table in ahd_demosaic is calculated in reversed order to prevent
possible (very unlikely) multithreaded app problem.
o Fixed file extension in half_mt.c sample.
o Fixed incomplete data fields reset in LibRaw::recycle()
o Patches for ./configure system for better LCMS2 support
o math.h included before any other includes to make KDE compile with Visual
C++ happy
o Fuji FinePix S5500 size adjusted to ignore (rare?) garbage at top of frame.
LibRaw 0.12.4 (2011-02-05)
* Fixed green matching/half-size incompatibility.
|
2011-02-03 22:38:08 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update graphics/libraw to 0.12.4
Upstream changes:
Imported dcraw 9.06/1.440:
* Added camera support for: Canon S95, Casio EX-Z1080, Panasonic GF2 and GH2,
Samsung NX100, Sony A-580
* Updated color data for: Canon G12, Nikon D3100, D7000 and P7000, Olympus E-5,
Pentax K-r and K-5, Samsung NX10 and WB2000
|
2011-01-11 20:50:17 by Guillaume Lasmayous | Files touched by this commit (3) |
Log message:
Update to 0.12.3
Upstream changes:
Changes in ./configure system for better LCMS2 support
|
2010-12-22 17:02:18 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update to 0.12.1
This version fixes crashes on files from Sigma DPx compact cameras.
|
2010-12-19 00:50:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Not make-jobs-safe. (Wants to link against libraw before it is completely
built when run with -j16.)
|