Commit graph

12 commits

Author SHA1 Message Date
drochner
51d6bd8e96 update to 0.13.4
changes:
-imported dcraw 9.07/1.442, support for more cameras
-bugfixes
2011-04-05 18:08:46 +00:00
drochner
80f403f1c1 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-03-09 17:19:19 +00:00
gls
115b5f911a 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-16 22:17:36 +00:00
gls
8ca0eaba1f 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-02-03 21:38:07 +00:00
gls
5a045e0f49 Update to 0.12.3
Upstream changes:

Changes in ./configure system for better LCMS2 support
2011-01-11 19:50:17 +00:00
gls
ebc80f36ef Update to 0.12.1
This version fixes crashes on files from Sigma DPx compact cameras.
2010-12-22 16:02:18 +00:00
wiz
3ff3e90e8a Not make-jobs-safe. (Wants to link against libraw before it is completely
built when run with -j16.)
2010-12-18 23:50:58 +00:00
gls
02aa828850 Add lcms to bl3 2010-12-14 07:43:45 +00:00
gls
18df375090 Update libraw to 0.12.0
Complete changelist:

* DCB interpolation and FBDD denoising integrated into main LibRaw.
* Two addtional demosaic packs:
o GPL2-licensed: AFD, LMMSE, VCD, Modified AHD and AHD+VCD interpolations.
Additional median filters from 'Modified DCRAW' package. Foveon support also
included in this pack.
o GPL3-licensed: AMaZE interpolation and chromatic aberrations correction from
RawTherapee
* LCMS 2.x support
* New ./configure script, based on GNU autotools.
* Bugfixes:
o Fix in green_matching code to support nonstandard Bayer pattern
o Fixed bug in add_masked_borders_to_bitmap() call for cameras with masked
border composed of odd number of pixels.
* New command line options for unprocessed_raw sample: -B - subtract black
level, -M - add masked pixels to bitmap.
2010-12-13 20:32:30 +00:00
wiz
972cfcb538 Update to 0.11.3:
2010-11-17 Alex Tutubalin <lexa@lexa.ru>
	* Nikon P7000: color matrix data and black level patch for ISO >=400
	  Thanks to Gunnar Thorburn
        * Support for several industrial cameras based on Sony ICX 625/655
	  sensor: JAI BB500CL/GE, SVS625CL, ptGrey GRAS-50S5C
	  Thanks to kaare
	* LibRaw 0.11.3
2010-12-02 15:35:56 +00:00
drochner
3faedf5a77 fix "vi" artefact 2010-11-15 19:52:55 +00:00
gls
9ceaa71197 Import libraw 0.11.2 into the NetBSD Packages collection.
LibRaw is a library for reading RAW files obtained from digital photo
cameras (CRW/CR2, NEF, RAF, DNG, and others).

LibRaw is based on the source codes of the dcraw utility, where part of
drawbacks have already been eliminated and part will be fixed in future.
The users of the library are provided with API to be built into their
software programs.
2010-11-15 18:59:38 +00:00