Fix #381: Feature-Request: Make JPEG comment available for overlays
[geeqie.git] / src / exiv2.cc
2017-05-29 Alexander AntimonovFix #381: Feature-Request: Make JPEG comment available...
2016-05-27 David KalnischkiesWork around changed c++11 std::string implementation
2016-05-24 Klaus EthgenUpdate copyright in all files
2016-03-04 Solomon Peachyexiv2: Fix use-after-free of the image filename/path.
2016-03-04 Klaus EthgenRemove some useless spaces in exiv2.cc
2014-07-20 Klaus EthgenMerge remote-tracking branches 'merge-requests/6' and...
2014-07-20 Klaus EthgenMerge remote-tracking branch 'origin/merge-requests/5'
2014-01-26 Klaus EthgenMerge remote-tracking branches 'origin/merge-requests...
2013-04-21 Emil MikulicAnnotate debug_exception() with source file, line,...
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-09-12 Vladimir Nadvornikstrip the "lang=" prefix from exiv2 in all metadata...
2009-08-18 Vladimir Nadvornikfixed possible crash in exif_item_get_integer
2009-08-03 Klaus EthgenFixing libexiv2 bug
2009-04-27 Vladimir Nadvornikcompilation fixes
2009-04-08 Vladimir Nadvornikimproved Exiv2 error reporting:
2009-03-17 Vladimir Nadvornikadded more IPTC tags
2009-03-15 Vladimir Nadvornikfixed XMP and IPTC entry names in exif pane
2009-03-13 Vladimir Nadvornikhandle sidecar files for raw formats that are not known...
2009-03-12 Laurent Moningint -> gboolean and tidy up.
2009-02-07 Vladimir Nadvornikuse metadata_read_* functions where possible
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-01-21 Vladimir Nadvornikcompilation fixes for older exiv2
2009-01-10 Vladimir Nadvorniksimplified metadata interface, dropped metadata_read,
2008-12-26 Vladimir Nadvornikimproved sidecar writting
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-12-20 Laurent MoninFix two minor compilation warnings.
2008-12-15 Vladimir Nadvornikprepared infrastructure for delayed metadata writting...
2008-12-07 Vladimir Nadvornikhandle the case when io.open() fails
2008-10-20 Vladimir Nadvornikfixed failed assertion in exif_free
2008-10-18 Vladimir Nadvornikcreate xmp sidecar when needed
2008-10-18 Vladimir Nadvorniksimple synchronization XMP <-> Exif, IPTC
2008-10-18 Vladimir Nadvornikinfrastructure for preprocessing of metadata
2008-10-14 Vladimir Nadvornikfollow Exiv2 SVN changes
2008-10-11 Vladimir Nadvornikadded option to use exif thumbnails
2008-10-07 Laurent MoninFix up few signed vs unsigned warnings: exif_item_get_r...
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-10-04 Vladimir Nadvornikfixed charset of exiv2 strings in non-utf8 locales
2008-10-01 Vladimir NadvornikAdd support for GPSInfo - patch by Klaus Ethgen
2008-09-27 Vladimir Nadvornikupdated preview loader to work with current svn version...
2008-08-31 Vladimir Nadvornikfixed possible endless loop
2008-08-31 Laurent MoninFix two minor compilation warnings.
2008-08-28 Vladimir Nadvornikuse mmaped files image loader
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-06-25 Laurent MoninTidy up.
2008-05-19 Petr Ostadalconfigure.in was rewritten:
2008-05-16 Vladimir Nadvornikfixed exiv2 version test
2008-05-16 Vladimir Nadvornikget processed values from exiv2
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninDrop include "debug.h".
2008-05-09 Laurent MoninUse function(void) instead of function() for declaring...
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Vladimir Nadvornikfixed a bug in opening files with non-utf8 locales...
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-22 Vladimir Nadvornikfixed reading of signed rational type with Exiv2
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Vladimir Nadvornikfixed color profile code for older versions of exiv2
2008-04-20 Vladimir Nadvornikread color profiles from jpeg also with Exiv2
2008-04-18 Vladimir Nadvornikpartially fixed reading embedded color profiles with...
2008-04-11 Laurent MoninSilent some gcc warnings.
2008-04-08 Laurent MoninMake xmp debug info only appears when debug >= 2.
2008-04-08 Laurent Moningqview.h -> main.h
2008-03-30 Vladimir Nadvornikdifferentiate among normal image, raw image and metadata
2008-03-24 Vladimir Nadvornikimproved support for older exiv2 versions
2008-03-24 Vladimir Nadvornikexiv2 version checks
2008-03-22 Vladimir Nadvornikraw related fixes
2008-03-22 Vladimir Nadvornikcrw preview support with exiv2
2008-03-16 Vladimir Nadvornikwrite comment and keywords to xmp, sidecars are used...
2008-03-15 Vladimir Nadvornikwrite support in Exiv2 wrapper; for now only string...
2008-02-24 Vladimir Nadvornika hack to read raw previews with exiv2 0.16, however...
2008-02-15 Vladimir Nadvornikread also iptc and xmp
2008-02-14 Vladimir Nadvornikmore exiv2 fixes
2008-02-14 Vladimir Nadvornikmore exiv2 fixes
2008-02-13 Vladimir Nadvornikmore exiv2 fixes
2008-02-13 Vladimir Nadvornikmore exiv2 fixes
2008-02-13 Vladimir Nadvornikand first version that actually shows some exif data...
2008-02-13 Vladimir Nadvornikfirst exiv2 support that does not crash immediately