You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andreas Huggel 3a3ca52f99 Added Pentax Makernote tag doc, changed copyright. 18 years ago
..
Makefile Moved sample programs into new samples/ directory. Cleaned-up the makefiles and applied BSD license to all makefiles. 18 years ago
Todo Fixed invalid type id for user comment tag, bug #451 20 years ago
actions.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
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. 18 years ago
basicio.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 18 years ago
basicio.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 18 years ago
canonmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
canonmn.hpp Copyright updates for 2007 19 years ago
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.) 18 years ago
cr2image.hpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
crwimage.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
crwimage.hpp Added Image method to access the MIME type. 19 years ago
datasets.cpp Copyright updates for 2007 19 years ago
datasets.hpp Copyright updates for 2007 19 years ago
doxygen.hpp.in Added configure options for XMP support and integrated XMP Toolkit. 18 years ago
error.cpp Disabled XMP SDK standard aliases. 18 years ago
error.hpp Changed AnyError to inherit from std::exception, required a change of the signature of AnyError::what() 19 years ago
exif.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
exif.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 18 years ago
exiv2.1 Intermediate state: Merged rev. 1153-1196 from branches/xmp. 18 years ago
exiv2.cpp Utility: Implemented modify action for XMP properties. Library: Bugfixes, tweaks. 18 years ago
exiv2.hpp Utility: Implemented modify action for XMP properties. Library: Bugfixes, tweaks. 18 years ago
exv_msvc.h Added configure options for XMP support and integrated XMP Toolkit. 18 years ago
fujimn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
fujimn.hpp Copyright updates for 2007 19 years ago
futils.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
futils.hpp Copyright updates for 2007 19 years ago
getopt_win32.c Changes for Visual Studio C++ 2005 (8.0), part 1 20 years ago
getopt_win32.h Replaced getopt with more mature version from MinGW (BSD license) 20 years ago
i18n.h Fixed broken macro 19 years ago
ifd.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 18 years ago
ifd.hpp Copyright updates for 2007 19 years ago
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. 18 years ago
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. 18 years ago
iptc.cpp Copyright updates for 2007 19 years ago
iptc.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 18 years ago
jpgimage.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
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.) 18 years ago
localtime.c Changes for Visual Studio C++ 2005 (8.0), part 1 20 years ago
makernote.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 18 years ago
makernote.hpp Copyright updates for 2007 19 years ago
makernote2.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
makernote2.hpp Copyright updates for 2007 19 years ago
metacopy.cpp Copyright updates for 2007 19 years ago
metacopy.hpp Copyright updates for 2007 19 years ago
metadatum.cpp Copyright updates for 2007 19 years ago
metadatum.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 18 years ago
minoltamn.cpp fix email 18 years ago
minoltamn.hpp fix email 18 years ago
mn.hpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 18 years ago
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. 19 years ago
mrwimage.hpp Added Image method to access the MIME type. 19 years ago
nikonmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
nikonmn.hpp Copyright updates for 2007 19 years ago
olympusmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
olympusmn.hpp Copyright updates for 2007 19 years ago
orfimage.cpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
orfimage.hpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
panasonicmn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
panasonicmn.hpp Copyright updates for 2007 19 years ago
path-test.cpp Removed trailing whitespace from source files 20 years ago
pentaxmn.cpp Added Pentax Makernote tag doc, changed copyright. 18 years ago
pentaxmn.hpp Added Pentax Makernote tag doc, changed copyright. 18 years ago
pngchunk.cpp fix email 18 years ago
pngchunk.hpp fix email 18 years ago
pngimage.cpp fix email 18 years ago
pngimage.hpp fix email 18 years ago
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 21 years ago
properties.cpp i18n in progress. not yet complete... 18 years ago
properties.hpp fix email 18 years ago
rafimage.cpp Fixed RAF read-support for systems without mmap. Bug #507. 19 years ago
rafimage.hpp Added Image method to access the MIME type. 19 years ago
rcsid.hpp Copyright updates for 2007 19 years ago
sigmamn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
sigmamn.hpp Copyright updates for 2007 19 years ago
sonymn.cpp Minor cleanup (memset -> std::memset, memcpy -> std::memcpy). 18 years ago
sonymn.hpp Copyright updates for 2007 19 years ago
tags.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 18 years ago
tags.hpp Fixed g++-4.2 warnings. 18 years ago
tiffcomposite.cpp Copyright updates for 2007 19 years ago
tiffcomposite.hpp Copyright updates for 2007 19 years ago
tifffwd.hpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
tiffimage.cpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
tiffimage.hpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
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.) 18 years ago
tiffparser.hpp Added support for Olympus ORF format (Jeff Costlow). 18 years ago
tiffvisitor.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 18 years ago
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.) 18 years ago
timegm.h Fixed typo introduced in rev. 850, needed for the tests to pass with MSVC 2005 19 years ago
types.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 18 years ago
types.hpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 18 years ago
tzfile.h added subversion style keywords 21 years ago
utils.cpp Fixed compiler issues (gcc-4.3, msvc 7.1) 18 years ago
utils.hpp Copyright updates for 2007 19 years ago
utiltest.cpp Removed trailing whitespace from source files 20 years ago
value.cpp #529, patch from Michal Cihar: Added Pentax makernote support (AOC\0 type). 18 years ago
value.hpp Fixed compiler issues (gcc-4.3, msvc 7.1) 18 years ago
version.cpp Added new function testVersion() and macro EXIV2_TEST_VERSION. Fixes #509. 18 years ago
version.hpp Intermediate state: Merged rev. 1153-1196 from branches/xmp. 18 years ago
xmp.cpp Disabled XMP SDK standard aliases. 18 years ago
xmp.hpp Generalized Xmpdatum::operator=. 18 years ago