Activity

From 05 Aug 2010 to 03 Sep 2010

02 Sep 2010

23:18 Bug #725 (Closed): -DSUPPRESS_WARNINGS is kind of hokey
Closing as duplicate of #614.
See #476 for the current idea to resolve this. This is a long overdue issue and I'd ...
Andreas Huggel
17:56 Bug #725 (Closed): -DSUPPRESS_WARNINGS is kind of hokey
I'm having a problem with the -DSUPPRESS_WARNINGS mechanism.
libexiv2 is installed as a system-wide library. But s...
Simson Garfinkel
09:26 Feature #721 (Assigned): Remove IfdId from the published interface
For the new unified Key required by #585 it is not a good idea to have Exif tag reference functions in ExifKey: Remov... Andreas Huggel

30 Aug 2010

13:24 Patch #724 (Resolved): Avoid undefined symbol warnings on GCC linux
Andreas Huggel
13:24 Revision 2337: #724: Avoid warning if _MSC_VER is not defined.
Andreas Huggel
12:34 Feature #721 (Resolved): Remove IfdId from the published interface
Andreas Huggel
12:33 Revision 2336: #721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups ...
Andreas Huggel
02:09 Revision 2335: Changed default type for IFDs to asciiString and use it in ExifKey::defaultTypeId().
Andreas Huggel

29 Aug 2010

09:17 Revision 2334: Added known counts for binary arrays, added default type for each tag list and cou...
Andreas Huggel
04:21 Revision 2333: Added ExifKey::defaultCount() to access the new count reference information.
Andreas Huggel
03:05 Revision 2332: Added count patch by Matthias Baas. Adds a count field to the Exif tag reference d...
Andreas Huggel

28 Aug 2010

10:47 Revision 2331: #721: Removed IfdId from the published API. ExifKey now gives access to reference ...
Andreas Huggel
06:07 Patch #724: Avoid undefined symbol warnings on GCC linux
Ok ;) Johannes Wienke
06:05 Patch #724: Avoid undefined symbol warnings on GCC linux
I think what we mean is
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
...
Andreas Huggel
03:29 Patch #724 (Resolved): Avoid undefined symbol warnings on GCC linux
Currently GCC on linux complains about the undefined symbol _MSC_VER. The attached patch resolves this problem. I do ... Johannes Wienke
03:26 Bug #722: Unit tests do not build with CMake and out of source build
Hm, I don't really agree to build unit tests against an installed version. Normally you want to use unit tests to che... Johannes Wienke
03:22 Patch #723 (Resolved): Fix pkg-config file
Applied patch but haven't tested it. Thanks! Andreas Huggel
03:21 Revision 2330: #723: Applied cmake patch for pkg-config file from Johannes Wienke.
Andreas Huggel
03:18 Bug #722: Unit tests do not build with CMake and out of source build
It's important that the samples are built against the installed exiv2. That's part of the test. That way it tests pkg... Andreas Huggel
03:00 Patch #723 (Resolved): Fix pkg-config file
The current CMake build generates a wrong pkg-config file because ${prefix} in the file is replaced to nothing by cma... Johannes Wienke
02:37 Bug #722 (New): Unit tests do not build with CMake and out of source build
... Johannes Wienke

24 Aug 2010

08:54 Revision 2329: Bugfix (Matthias Baas)
Andreas Huggel
08:45 Revision 2328: #721: Use Pimpl idiom for class ExifKey in preparation for more changes.
Andreas Huggel

20 Aug 2010

21:53 Feature #721: Remove IfdId from the published interface
Under the hood, the use of IfdId and the group integer constant (namespace Group) should be consolidated at the same ... Andreas Huggel
20:29 Bug #720 (Rejected): Crash while reading ORF image
Andreas Huggel
20:28 Feature #721 (Assigned): Remove IfdId from the published interface
Together with #719, this will allow more changes to the makernotes without affecting API/ABI compatibility in the fut... Andreas Huggel

19 Aug 2010

03:10 Revision 2327: fix tag name typo
Gilles Caulier

18 Aug 2010

09:32 Revision 2326: #667: Fixed Exif.CanonPr.ToneCurve (Greg Mansfield)
Andreas Huggel
08:38 Revision 2325: #719: Added ExifTags::groupList() to access the list of all Exif groups.
Andreas Huggel
06:47 Revision 2324: add new image history XMP tag from digiKam 2.0
Gilles Caulier

16 Aug 2010

07:14 Revision 2323: #667: Added support for Canon Processing Info tags (CanonPr binary array). Patch b...
Andreas Huggel
06:40 Feature #719 (Resolved): Remove makernote classes and pretty-print functions from the published i...
Andreas Huggel
06:38 Revision 2322: #719: Removed standard Exif tag definitions and pretty-print functions from the AP...
Andreas Huggel
06:35 Revision 2321: Added tests for TIFF Float and Double values added for #711.
Andreas Huggel

15 Aug 2010

08:09 Revision 2320: Bumped version to 0.21 to facilitate testing (soname remains unchanged for now).
Andreas Huggel
07:33 Revision 2319: Fixed zlib uncompression of large PNG metadata buffers.
Andreas Huggel

14 Aug 2010

06:53 Revision 2318: #719: Removed Canon makernote class and pretty-print functions from the published ...
Andreas Huggel
03:42 Bug #720: Crash while reading ORF image
Sorry, completely unreproducible. I don't even know which image caused this. I recompiled exiv2 with debug symbols an... Johannes Wienke
03:41 Bug #720: Crash while reading ORF image
Can you please attach or send me the image? (Can you reproduce this with the exiv2 command line tool alone?)
Andreas Huggel
03:14 Bug #720 (Rejected): Crash while reading ORF image
Digikam crash while changing metadata of an ORF image:... Johannes Wienke
01:52 Revision 2317: #719: Removed Olympus makernote class and pretty-print functions from the publishe...
Andreas Huggel
01:01 Revision 2316: #719: Removed Fuji makernote class and pretty-print functions from the published i...
Andreas Huggel

13 Aug 2010

20:06 Revision 2315: #719: Removed Minolta makernote class and pretty-print functions from the publishe...
Andreas Huggel
19:59 Revision 2314: #719: Removed Sony makernote class and pretty-print functions from the published i...
Andreas Huggel
19:50 Revision 2313: #719: Removed Sigma makernote class and pretty-print functions from the published ...
Andreas Huggel
19:45 Revision 2312: #719: Removed Pentax makernote class and pretty-print functions from the published...
Andreas Huggel
19:36 Revision 2311: #719: Removed Panasonic makernote class and pretty-print functions from the publis...
Andreas Huggel
10:17 Feature #635: [Wish] Write support for Canon RAW CR2 files
I would like to second the request for this feature. For instance when I tag my raw files in digiKam its quite tedio... Russell Harrison

12 Aug 2010

09:40 Revision 2310: #719: Added new ExifTags::tagList() function which returns the taglist for an Exif...
Andreas Huggel

11 Aug 2010

08:39 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
I was to slow it seems like.... the svn gave me revision 2309 so tried that ;)
The cast is indeed gone and within th...
Wouter Portegijs

09 Aug 2010

07:54 Revision 2309: fix install of header files
Gilles Caulier
03:07 Feature #719: Remove makernote classes and pretty-print functions from the published interface
The current interface to access makernote taglists becomes internal with this change.
A replacement is required whic...
Andreas Huggel

08 Aug 2010

08:21 Feature #719: Remove makernote classes and pretty-print functions from the published interface
* Makernote header files will be renamed from @*mn.hpp@ to @*mn_int.hpp@ and will not be installed in the include dir... Andreas Huggel
08:11 Revision 2308: #719: Removed Nikon makernote classes and pretty-print functions from the publishe...
Andreas Huggel
08:10 Feature #719 (Resolved): Remove makernote classes and pretty-print functions from the published i...
This will allow more changes to the makernotes without affecting API/ABI compatibility in the future. Since makernote... Andreas Huggel
07:56 Revision 2307: Fixed a few errors.
Andreas Huggel

07 Aug 2010

09:36 Revision 2306: Re-added generalized ValueType constructors.
Andreas Huggel
06:43 Revision 2305: Made new constructor explicit.
Andreas Huggel
04:44 Bug #717 (Resolved): Writing Exif.Image.ImageDescription in ORF file corrupts file
Can you try again with the latest version from SVN, r2304 and confirm if that works for you as it does here and also ... Andreas Huggel
04:19 Revision 2304: #717: Retain TIFF IFD type when writing, removed unnecessary ValueType constructors.
Andreas Huggel

06 Aug 2010

09:11 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
> So in Quicklook (the Apple viewer, right?) it still has the cyan cast. I should be able to try this myself at home ... Wouter Portegijs
01:47 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
Yes, the version in SVN is still 0.20 and from the remaining differences it looks like you're running the SVN version... Andreas Huggel

05 Aug 2010

12:31 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
Ok made some time 2day.
I did not get it to behave with macports ... so in the end I just did the make config ./conf...
Wouter Portegijs
01:23 Bug #717: Writing Exif.Image.ImageDescription in ORF file corrupts file
I will try and install the svn this coming week but I am not 100% sure if I will succeed since I installed the v0.20 ... Wouter Portegijs
« Previous
 

Also available in: Atom