exiv2/src
2004-12-05 15:51:58 +00:00
..
actions.cpp Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right 2004-12-05 15:51:58 +00:00
actions.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
addmoddel.cpp Added ExifData setJpegThumbnail and op[] and Exifdatum op=. With the operator stuff you can now do things like: exifData["Exif.Thumbnail.Compression"] = uint16_t(6); 2004-11-29 15:00:55 +00:00
canonmn.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
canonmn.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
dataarea-test.cpp Added missing include 2004-12-05 04:07:37 +00:00
datasets.cpp Fixed ExifKey (and IptcKey) behaviour for unknown tag (record) names 2004-11-13 07:58:36 +00:00
datasets.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
doxygen.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
error.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
exif.cpp Fixed ExifData::eraseThumbnail(). Bug #401 2004-12-05 04:13:00 +00:00
exif.hpp Minor doc fix 2004-12-05 04:09:20 +00:00
exifcomment.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
exifprint.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
exiv2.cpp Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right 2004-12-05 15:51:58 +00:00
exiv2.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
fujimn.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
fujimn.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
getopt_win32.c Minor changes for MSVC 2004-09-12 15:22:51 +00:00
getopt_win32.h Added getopt files for MSVC 2004-06-27 05:06:54 +00:00
ifd-test.cpp Appended 'Id' to Ifd ids to work around a g++-3.4 problem 2004-09-04 09:28:36 +00:00
ifd.cpp Fixed Ifd::size() and Ifd::copy() to handle an empty IFD consistently. 2004-11-24 12:23:39 +00:00
ifd.hpp Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395 2004-11-14 16:33:04 +00:00
image.cpp Added check of the size of the Exif APP segment 2004-11-29 14:54:44 +00:00
image.hpp Added check of the size of the Exif APP segment 2004-11-29 14:54:44 +00:00
iptc.cpp Changed signature of IptcData::copy() to be consistent with ExifData::copy() 2004-11-27 15:15:57 +00:00
iptc.hpp Changed signature of IptcData::copy() to be consistent with ExifData::copy() 2004-11-27 15:15:57 +00:00
iptcprint.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
iptctest.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
key-test.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
localtime.c added subversion style keywords 2004-11-09 19:10:37 +00:00
Makefile Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395 2004-11-14 16:33:04 +00:00
makernote-test.cpp Updated for the new int score return value of match() 2004-05-24 02:21:55 +00:00
makernote.cpp Removed obsolete include 2004-11-24 12:27:21 +00:00
makernote.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
metacopy.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
metacopy.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
metadatum.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
metadatum.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
mn.sh added subversion style keywords 2004-11-12 12:43:39 +00:00
nikonmn.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
nikonmn.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
private.h added subversion style keywords 2004-11-09 19:10:37 +00:00
rcsid.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
sigmamn.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
sigmamn.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
taglist.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
tags.cpp Fixed ExifKey (and IptcKey) behaviour for unknown tag (record) names 2004-11-13 07:58:36 +00:00
tags.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
timegm.h added subversion style keywords 2004-11-09 19:10:37 +00:00
Todo Updated tests. Still needs work. 2004-11-24 12:33:22 +00:00
types.cpp Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395 2004-11-14 16:33:04 +00:00
types.hpp Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395 2004-11-14 16:33:04 +00:00
tzfile.h added subversion style keywords 2004-11-09 19:10:37 +00:00
utils.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
utils.hpp added subversion style keywords 2004-11-09 19:10:37 +00:00
utiltest.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00
value.cpp right align output stream for date and time writes. bug #397 2004-11-13 10:06:30 +00:00
value.hpp Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395 2004-11-14 16:33:04 +00:00
write2-test.cpp Added ExifData setJpegThumbnail and op[] and Exifdatum op=. With the operator stuff you can now do things like: exifData["Exif.Thumbnail.Compression"] = uint16_t(6); 2004-11-29 15:00:55 +00:00
write-test.cpp added subversion style keywords 2004-11-09 19:10:37 +00:00