exiv2/src
2007-09-28 08:36:16 +00:00
..
actions.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
actions.hpp Utility: Implemented XMP delete and insert from *.xmp file actions. Library: Added logic to determine whether to write from XMP packet or parsed XMP data. 2007-09-19 13:00:31 +00:00
addmoddel.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
basicio.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
basicio.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
canonmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
canonmn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
cr2image.cpp Added XMP "Phase 1" functionality: New Image interface to get/set/clear the raw XMP packet. (Merged revisions 1151-1153 and 1196-1197 from branches/xmp plus bugfix which will be in revision 1199.) 2007-08-31 08:28:43 +00:00
cr2image.hpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
crwedit.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
crwimage.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
crwimage.hpp Added Image method to access the MIME type. 2007-02-28 16:05:10 +00:00
crwparse.cpp Removed trailing whitespace 2006-03-29 10:43:54 +00:00
dataarea-test.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
datasets.cpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
datasets.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
doxygen.hpp.in Extended xmpsample.cpp, related bugfixes and tweaks. 2007-09-23 16:15:49 +00:00
error.cpp Extended xmpsample.cpp, related bugfixes and tweaks. 2007-09-23 16:15:49 +00:00
error.hpp Changed AnyError to inherit from std::exception, required a change of the signature of AnyError::what() 2007-03-12 16:44:43 +00:00
exif.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
exif.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
exifcomment.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
exifdata-test.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
exifprint.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
exiv2.1 Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
exiv2.cpp Utility: Implemented modify action for XMP properties. Library: Bugfixes, tweaks. 2007-09-19 15:21:50 +00:00
exiv2.hpp Utility: Implemented modify action for XMP properties. Library: Bugfixes, tweaks. 2007-09-19 15:21:50 +00:00
exv_msvc.h Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
fujimn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
fujimn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
futils.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
futils.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
getopt_win32.c Changes for Visual Studio C++ 2005 (8.0), part 1 2006-03-14 14:15:46 +00:00
getopt_win32.h Replaced getopt with more mature version from MinGW (BSD license) 2005-08-21 13:44:34 +00:00
i18n.h Fixed broken macro 2007-02-22 04:29:56 +00:00
ifd-test.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
ifd.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
ifd.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
image.cpp Utility: Implemented XMP delete and insert from *.xmp file actions. Library: Added logic to determine whether to write from XMP packet or parsed XMP data. 2007-09-19 13:00:31 +00:00
image.hpp Utility: Implemented XMP delete and insert from *.xmp file actions. Library: Added logic to determine whether to write from XMP packet or parsed XMP data. 2007-09-19 13:00:31 +00:00
iotest.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
iptc.cpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
iptc.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
iptceasy.cpp Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor. 2005-04-17 11:51:32 +00:00
iptcprint.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
iptctest.cpp Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor. 2005-04-17 11:51:32 +00:00
jpgimage.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
jpgimage.hpp Added XMP "Phase 1" functionality: New Image interface to get/set/clear the raw XMP packet. (Merged revisions 1151-1153 and 1196-1197 from branches/xmp plus bugfix which will be in revision 1199.) 2007-08-31 08:28:43 +00:00
key-test.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
largeiptc-test.cpp Removed trailing whitespace 2006-12-15 05:07:05 +00:00
localtime.c Changes for Visual Studio C++ 2005 (8.0), part 1 2006-03-14 14:15:46 +00:00
Makefile #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
makernote2.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
makernote2.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
makernote-test.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
makernote.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
makernote.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
metacopy.cpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
metacopy.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
metadatum.cpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
metadatum.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
minoltamn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
minoltamn.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
mn.hpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
mrwimage.cpp Improved consistency of handling unsupported functions across image subclasses. setExif/Iptc/Comment methods throw Error(32), writeMetadata throws Error(31) if not yet implemented or not available for an image format. 2007-02-07 13:56:29 +00:00
mrwimage.hpp Added Image method to access the MIME type. 2007-02-28 16:05:10 +00:00
nikonmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
nikonmn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
olympusmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
olympusmn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
orfimage.cpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
orfimage.hpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
panasonicmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
panasonicmn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
path-test.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
pentaxmn.cpp Introduced EXV_PRINT_COMBITAG for Pentax multi-value lookups. 2007-09-27 18:35:21 +00:00
pentaxmn.hpp Introduced EXV_PRINT_COMBITAG for Pentax multi-value lookups. 2007-09-27 18:35:21 +00:00
pngchunk.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
pngchunk.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
pngimage.cpp Improved consistency of handling unsupported functions across image subclasses. setExif/Iptc/Comment methods throw Error(32), writeMetadata throws Error(31) if not yet implemented or not available for an image format. 2007-02-07 13:56:29 +00:00
pngimage.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
private.h Added an EXV_ prefix to precompiler defines (still not to all yet - I don't like the idea of "exv_size_t" or "exv_const" - but hopefully to those more likely to create conflicts). Fixes bug #420 2005-03-19 06:50:19 +00:00
properties.cpp Xmp.exif.ColorSpace == 2 ==> AdobeRgb as standard Exif tag (from ExifTool DB) 2007-09-28 08:36:16 +00:00
properties.hpp Extended xmpsample.cpp, related bugfixes and tweaks. 2007-09-23 16:15:49 +00:00
rafimage.cpp Fixed RAF read-support for systems without mmap. Bug #507. 2007-03-08 16:03:33 +00:00
rafimage.hpp Added Image method to access the MIME type. 2007-02-28 16:05:10 +00:00
rcsid.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
sigmamn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
sigmamn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
sonymn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 2007-09-24 14:30:10 +00:00
sonymn.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
taglist.cpp Renamed CanonCs1,2 groups to CanonCs and CanonSi respectively (David Cannings) 2006-08-13 06:06:05 +00:00
tags.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
tags.hpp Fixed g++-4.2 warnings. 2007-06-09 07:02:26 +00:00
tiffcomposite.cpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
tiffcomposite.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
tifffwd.hpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
tiffimage.cpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
tiffimage.hpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
tiffparse.cpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
tiffparser.cpp Added XMP "Phase 1" functionality: New Image interface to get/set/clear the raw XMP packet. (Merged revisions 1151-1153 and 1196-1197 from branches/xmp plus bugfix which will be in revision 1199.) 2007-08-31 08:28:43 +00:00
tiffparser.hpp Added support for Olympus ORF format (Jeff Costlow). 2007-08-12 14:45:21 +00:00
tiffvisitor.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
tiffvisitor.hpp Added XMP "Phase 1" functionality: New Image interface to get/set/clear the raw XMP packet. (Merged revisions 1151-1153 and 1196-1197 from branches/xmp plus bugfix which will be in revision 1199.) 2007-08-31 08:28:43 +00:00
timegm.h Fixed typo introduced in rev. 850, needed for the tests to pass with MSVC 2005 2006-08-16 15:52:38 +00:00
Todo Fixed invalid type id for user comment tag, bug #451 2006-02-03 04:41:44 +00:00
types.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
types.hpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
tzfile.h added subversion style keywords 2004-11-09 19:10:37 +00:00
utils.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
utils.hpp Copyright updates for 2007 2007-02-02 10:09:31 +00:00
utiltest.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
value.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 2007-09-27 15:36:10 +00:00
value.hpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
version.cpp Added new function testVersion() and macro EXIV2_TEST_VERSION. Fixes #509. 2007-06-09 13:30:02 +00:00
version.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 2007-09-16 09:30:30 +00:00
write2-test.cpp Added Canon Panorama patch, Canon test images, and minor updates (David Cannings) 2006-08-24 15:24:12 +00:00
write-test.cpp Changed class Entry to transform comment type on the fly. Fixes bug #445. 2005-11-19 10:04:02 +00:00
xmp.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 2007-09-24 06:33:17 +00:00
xmp.hpp Extended xmpsample.cpp, related bugfixes and tweaks. 2007-09-23 16:15:49 +00:00
xmpparse.cpp Merged rev. 1198-1213 from branches/xmp. 2007-09-16 10:30:21 +00:00
xmpparser-test.cpp Added first few XMP parser regression tests, updated property value types, fixed related Xmpdatum methods. 2007-09-19 06:11:21 +00:00
xmpsample.cpp Extended xmpsample.cpp, related bugfixes and tweaks. 2007-09-23 16:15:49 +00:00