exiv2/src
2005-09-25 10:30:58 +00:00
..
actions.cpp Changed -s option to -S and included the "." in the suffix (similar to the -S option of gzip) 2005-09-25 10:23:50 +00:00
actions.hpp Fixed MSVC and MinGW warnings 2005-09-12 16:15:48 +00:00
addmoddel.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
basicio.cpp Use re-entrant system functions (gmtime_r, strerror_r) if available 2005-09-25 10:30:58 +00:00
basicio.hpp Cosmetics 2005-09-18 09:36:53 +00:00
canonmn.cpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
canonmn.hpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
crwimage.cpp Use re-entrant system functions (gmtime_r, strerror_r) if available 2005-09-25 10:30:58 +00:00
crwimage.hpp Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
dataarea-test.cpp Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
datasets.cpp Added tag and dataset title (label) 2005-07-10 09:45:03 +00:00
datasets.hpp Added tag and dataset title (label) 2005-07-10 09:45:03 +00:00
doxygen.hpp Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests 2005-06-12 05:54:57 +00:00
error.cpp Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
error.hpp 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
exif.cpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
exif.hpp Added experimental bool ExifData::hasMakerNote() method 2005-07-31 09:35:15 +00:00
exifcomment.cpp Removed unnecessary includes 2005-08-01 14:44:25 +00:00
exifdata-test.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
exifprint.cpp Improved output data and format of the utility and examples, updated test results 2005-06-07 15:01:11 +00:00
exiv2.cpp Changed -s option to -S and included the "." in the suffix (similar to the -S option of gzip) 2005-09-25 10:23:50 +00:00
exiv2.hpp Changed -s option to -S and included the "." in the suffix (similar to the -S option of gzip) 2005-09-25 10:23:50 +00:00
exv_msvc.h Updated documentation, bumped version to 0.7 2005-06-06 16:04:22 +00:00
fujimn.cpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
fujimn.hpp Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427 2005-05-28 05:48:43 +00:00
futils.cpp Use re-entrant system functions (gmtime_r, strerror_r) if available 2005-09-25 10:30:58 +00:00
futils.hpp 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
getopt_win32.c Fixed name of included file 2005-08-21 15:10:10 +00:00
getopt_win32.h Replaced getopt with more mature version from MinGW (BSD license) 2005-08-21 13:44:34 +00:00
ifd-test.cpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
ifd.cpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
ifd.hpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
image.cpp Use re-entrant system functions (gmtime_r, strerror_r) if available 2005-09-25 10:30:58 +00:00
image.hpp Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
imgreg.cpp Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
iotest.cpp Fixed changes introduced in previous revision. Added call to _commit() before stat() instead of insisting that the file is closed. Reverted changes to iotest.cpp introduced in the previous revision. 2005-04-26 15:27:41 +00:00
iptc.cpp Relaxed Iptc parsing to be able to read certain broken images 2005-09-25 06:03:07 +00:00
iptc.hpp Minor changes (moved inline functions which throw to *.cpp files) 2005-07-08 15:50:52 +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 Improved output data and format of the utility and examples, updated test results 2005-06-07 15:01:11 +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 Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
jpgimage.hpp Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
key-test.cpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
localtime.c Merged revisions 514:520 from branches/Exiv2-0_6_041212 2005-03-12 12:28:58 +00:00
Makefile Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +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 Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
makernote.hpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
metacopy.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
metacopy.hpp Added 2005 to Copyright lines 2005-03-12 16:43:06 +00:00
metadatum.cpp This should fix 'unused parameter' warnings reported on Mac OS 10.4.1 Tiger / gcc4. To be confirmed. 2005-07-24 04:09:51 +00:00
metadatum.hpp This should fix 'unused parameter' warnings reported on Mac OS 10.4.1 Tiger / gcc4. To be confirmed. 2005-07-24 04:09:51 +00:00
mn.hpp Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests 2005-06-12 05:54:57 +00:00
nikonmn.cpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
nikonmn.hpp Updated Nikon lensdata to v1.15 of Robert Rottmerhusen's list 2005-07-10 04:37:33 +00:00
olympusmn.cpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
olympusmn.hpp Updated Olympus makernote, added a preliminary "tag translator" 2005-06-11 12:10:40 +00:00
panasonicmn.cpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
panasonicmn.hpp Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests 2005-06-12 05:54:57 +00:00
path-test.cpp Merged revisions 551:552 from branches/Exiv2-0_6_041212. Fixes bug #423 in trunk 2005-04-01 09:32:40 +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
rcsid.hpp Added 2005 to Copyright lines 2005-03-12 16:43:06 +00:00
sigmamn.cpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
sigmamn.hpp Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427 2005-05-28 05:48:43 +00:00
sonymn.cpp Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
sonymn.hpp Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427 2005-05-28 05:48:43 +00:00
taglist.cpp Automated the generation of the tag-tables for the documentation 2005-05-28 15:35:08 +00:00
tags.cpp Fixed MSVC and MinGW warnings 2005-09-12 16:15:48 +00:00
tags.hpp Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +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 Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
types.hpp Fixed MSVC and MinGW warnings 2005-09-12 16:15:48 +00:00
tzfile.h added subversion style keywords 2004-11-09 19:10:37 +00:00
utils.cpp Fixed MSVC and MinGW warnings 2005-09-12 16:15:48 +00:00
utils.hpp Fixed MSVC and MinGW warnings 2005-09-12 16:15:48 +00:00
utiltest.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
value.cpp This should fix 'unused parameter' warnings reported on Mac OS 10.4.1 Tiger / gcc4. To be confirmed. 2005-07-24 04:09:51 +00:00
value.hpp This should fix 'unused parameter' warnings reported on Mac OS 10.4.1 Tiger / gcc4. To be confirmed. 2005-07-24 04:09:51 +00:00
write2-test.cpp Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests 2005-06-12 05:54:57 +00:00
write-test.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