2010-01-27 13:40:48 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 0.19:
* Exiv2 utility
- Inverted the meaning of -u to deal with large numbers of unknown Nikon
Makernote tags.
- -b option now also suppresses Byte and SByte values.
* Exiv2 library fixes
- Crash when reading PNG image.
- Tag Exif.Image.ImageResources (0x8649 in IFD0) should have type BYTE (1).
- Exception to print raw from Olympus SP-560UZ.
- Nef Metadata edit with Digikam make impossible to open it with captureNX
or ViewNX.
- Broken image causes exiv2 to abort.
- Problems converting SubSec tags to XMP.
- Exif tag: TimeZoneOffset (0x882a) and other TIFF/EP tags missing.
* more...
|
2009-07-07 12:02:51 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.18.2
changes:
-adds write-support for Adobe Photoshop PSD images
-adds read-support for Panasonic RW2 images
-makernote and lens updates
-bugfixes
-updates Polish translations
approved by gdt
|
2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-01-08 19:21:54 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix PLIST. Bump revision.
|
2009-01-07 02:07:52 by Greg Troxel | Files touched by this commit (4) |
Log message:
Update to 0.18. Minor changes omitted.
- 0000473: [design] Support Preview images. (Vladimir Nadvornik)
- [exif] Added Nikon decryption algorithm and use it to decode
lens data.
- 0000524: [design] Publish only API objects in the installed header files.
- 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
- 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
- 0000462: [exif] Write support for TIFF format ("New TIFF parser").
|
2008-06-22 12:45:04 by Greg Troxel | Files touched by this commit (2) |
Log message:
Update to 0.17.1. Bugfixes in library (some bugs introduced in 0.17):
- 0000560: [xmp] Can't delete (last) XMP tag. (Reported by SerGioGioGio)
- 0000559: [exif] Crash when extracting Exif orientation flag
from Kodak DCR raw file. (Reported by Gilles Caulier)
- 0000558: [jpeg i/o] "Warning: JPEG format error, rc = 5" for
most of my JPEG files. (Reported with patch by
Marcus Holland-Moritz)
- 0000552: [build environment] Build failure under Mac OS X
10.3.9 (Reported by Marius Schamschula)
- [exif] Fixed several potential division by 0 bugs.
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2008-06-08 01:28:36 by Greg Troxel | Files touched by this commit (4) |
Log message:
Update to 0.17.
Significant Changes from version 0.16
* Exiv2 utility
- [tools] exiv2 now writes a proper XMP sidecar file (it used to
just dump the XMP packet to a file).
- [tools] exiv2 can now also save Exif and IPTC data in the XMP
sidecar file (conversion of Exif/IPTC to/from XMP).
* Exiv2 library
- 0000546: [exif] Exiv2 crashes while converting Nikon lens information
for pretty printing.
|