Adrian Schröter
82e1c341aa
OBS-URL: https://build.opensuse.org/request/show/64037 OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=38
151 lines
6.8 KiB
Plaintext
151 lines
6.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 13 12:50:34 UTC 2011 - coolo@novell.com
|
|
|
|
- update to 0.13.2
|
|
* This version contains several big changes, improvements and bug fixes:
|
|
|
|
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.
|
|
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-packs:
|
|
Banding suppression code.
|
|
High-frequency noise suppression.
|
|
Green channels local averaging to suppress maze artifacts.
|
|
OpenMP speed-up in median filters and green equilibration.
|
|
Bug fixes and improvements:
|
|
Better parsing of unknown command-line params in dcraw_emu sample
|
|
Brigtness table in ahd_demosaic is calculated in reversed order to prevent
|
|
possible (very unlikely) multithreaded app problem.
|
|
Fixed file extension in half_mt.c sample.
|
|
Fixed incomplete data fields reset in LibRaw::recycle()
|
|
Patches for ./configure system for better LCMS2 support
|
|
- now provides shared library
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 19:53:50 UTC 2011 - andreas.hanke@gmx-topmail.de
|
|
|
|
- simplify lcms2 build fix and rename to libraw-lcms2-build.patch, as
|
|
it has nothing to do with the upstreamed libraw-pkg-config.patch
|
|
- remove duplicated documentation files rather than using fdupes
|
|
- build with -fPIC so the static archives can be linked into shared
|
|
libraries/plugins (cf. http://www.libraw.org/node/535)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 13:57:57 UTC 2011 - adrian@suse.de
|
|
|
|
- Update to version 0.12.2
|
|
* Fuji FinePix S5500 size adjusted to ignore (rare?) garbage
|
|
at top of frame.
|
|
* Sigma DPx processing disabled because of unsupported
|
|
compession scheme and incompatible metadata format.
|
|
These cameras will be supported only if dcraw will
|
|
support them.
|
|
- use liblcms2 now
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 30 22:16:04 UTC 2010 - andreas.hanke@gmx-topmail.de
|
|
|
|
- add libraw-pkg-config.patch to fix build issues in shotwell
|
|
(already accepted upstream, cf. http://www.libraw.org/node/534)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 12 23:13:11 UTC 2010 - mrdocs@opensuse.org
|
|
|
|
-Update to version 0.12.0
|
|
-add libjpeg-devel to fix build on < 11.3
|
|
-drop default cflags patch - no longer needed with autotools
|
|
+ DCB interpolation and FBDD denoising integrated into main LibRaw.
|
|
+ Two addtional demosaic packs: 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.
|
|
+ GPL3-licensed: AMaZE interpolation and chromatic aberrations correction from RawTherapee
|
|
+LCMS 2.x support
|
|
+New ./configure script, based on GNU autotools.
|
|
+Bugfixes:Fix in green_matching code to support nonstandard Bayer pattern
|
|
+ Fixed bug in add_masked_borders_to_bitmap() call for cameras with masked border composed of odd number of pixels.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 21:18:09 UTC 2010 - mrdocs@opensuse.org
|
|
|
|
- add the right configure flags
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 20:35:55 UTC 2010 - mrdocs@opensuse.org
|
|
|
|
-Update to version 0.11.2:
|
|
+Imported dcraw 9.05 (1.439)
|
|
+ Support for many cameras added:
|
|
Canon: G12, SX120, 60D
|
|
Hasselblad H4D, Nokia X2, Olympus E-5
|
|
Nikon: D3100, D7000, P7000
|
|
Panasonic: FZ40, FZ100, LX5
|
|
Pentax: K-r, K-5, 645D
|
|
Samsung GX20, WB2000
|
|
- added LCMS support so libRaw is color management capable
|
|
- added openMP threading support for multi-core machines
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 10 14:17:44 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.11.1:
|
|
+ Fixed bug in dcraw_emu sample command line processing
|
|
- Changes from version 0.11.0:
|
|
+ Processing pipeline has changed: black level is always
|
|
subtracted on prostprocessing stage or by special
|
|
subtract_black() call.
|
|
+ Cropping on postprocessing stage implemented.
|
|
+ New API call for clearing memory allocated by make_mem_image()
|
|
call.
|
|
+ New iostreams based I/O layer, much faster on some systems
|
|
(esp. Win32 and Linux).
|
|
+ Better exception handling code.
|
|
+ Secure FILE* I/O calls for Visual Studio 2008/2010.
|
|
+ Fixed bug with half_size processing.
|
|
+ Disabled OpenMP for wavelet_denoise under Mac OS X
|
|
+ Russian documentation re-coded to utf-8 from CP1251.
|
|
- Create a libraw-tools subpackage, containing command-line tools.
|
|
- Drop libraw-0.9.1-configure.patch: fixed upstream.
|
|
- Drop libraw-0.9.1-configure-optflags.patch: the changes in
|
|
libraw-0.9.1-configure-default-cflags.patch make it useless.
|
|
- Update libraw-0.9.1-configure-default-cflags.patch to apply
|
|
without libraw-0.9.1-configure-optflags.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 19 12:57:13 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.10.0:
|
|
+ Imported dcraw versions 9.01-9.04 (1.434-1.438):
|
|
- Separate black levels for each color channel.
|
|
- Changes in tiff metadata parser.
|
|
- New cameras: Canon SX20 and 550D, Nikon D3s, Olympus E-P2,
|
|
Panasonic GF1, G2 and G10, Samsung EX1, NX-10 and WB550, Sony
|
|
A450, NEX-3 and NEX-5, Casio EX-Z1050, Fuji HS10/HS11, Kodak
|
|
Z981, Phase One P65.
|
|
- Color data changed for some cameras
|
|
- Fixed file descriptor leak in dark frame subtraction processing
|
|
+ Small patch in Sony ARW2 unpacking code to make valgrind happy
|
|
+ New command-line switch -h in mem_image sample (half_size
|
|
support)
|
|
+ Some patches by Johannes Hanika (darktable author):
|
|
- OpenMP speedup for PPG-interpolation
|
|
- green_matching - suppress of 'color maze' on cameras with
|
|
different green channels. This option is controlled by the
|
|
field with the respective name in imgdata.params
|
|
+ all client code should be recompiled due to structures size change
|
|
+ LibRaw::free() is now public instead of private.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 30 16:36:31 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Split the static library files to a devel-static subpackage, to
|
|
follow our packaging guidelines.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 12 12:39:30 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Clean up package for inclusion in openSUSE, based on the Fedora
|
|
package and the one made by djs_core. This was version
|
|
0.10.0-Beta3.
|