log src/exif.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sun, 14 Feb 2010 22:00:23 +0000 nadvornik fixed segfault in exif parser
Sat, 18 Jul 2009 08:16:54 +0000 mow Fix a overrun
Tue, 30 Jun 2009 20:12:28 +0000 nadvornik fixes for a built without Exiv2
Sun, 21 Jun 2009 22:52:08 +0000 mow Fix two memory failures
Mon, 27 Apr 2009 21:39:56 +0000 nadvornik compilation fixes
Sun, 26 Apr 2009 09:01:35 +0000 nadvornik added an option to write image orientation to the metadata
Thu, 12 Mar 2009 22:35:45 +0000 zas_ gint -> gboolean and tidy up.
Sun, 01 Mar 2009 23:14:19 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 21 Feb 2009 18:04:52 +0000 zas_ Glibification.
Sat, 07 Feb 2009 19:01:21 +0000 nadvornik use metadata_read_* functions where possible
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Mon, 15 Dec 2008 22:47:31 +0000 nadvornik prepared infrastructure for delayed metadata writting - refreshing
Thu, 27 Nov 2008 12:30:10 +0000 zas_ Remove unused variable.
Wed, 26 Nov 2008 20:37:14 +0000 zas_ Fix up format vs type warning.
Sat, 18 Oct 2008 18:22:57 +0000 nadvornik infrastructure for preprocessing of metadata
Sat, 11 Oct 2008 20:19:48 +0000 nadvornik added option to use exif thumbnails
Tue, 07 Oct 2008 19:29:13 +0000 zas_ Fix up few signed vs unsigned warnings: exif_item_get_rational() last parameter is now of guint type.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sat, 04 Oct 2008 20:28:31 +0000 nadvornik fixed charset of exiv2 strings in non-utf8 locales
Wed, 01 Oct 2008 20:57:56 +0000 nadvornik Add support for GPSInfo - patch by Klaus Ethgen
Sun, 31 Aug 2008 18:53:11 +0000 nadvornik fixed possible endless loop
Fri, 29 Aug 2008 09:59:20 +0000 nadvornik added new raw preview interface for legacy exif
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Wed, 25 Jun 2008 20:53:52 +0000 zas_ Tidy up.
Fri, 23 May 2008 23:18:40 +0000 zas_ Silent few warnings that appeared when using --disable-exiv2 configure option.