98 lines
4.3 KiB
Plaintext
98 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
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.
|