.. |
Makefile
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
Todo
|
Updated tests. Still needs work.
|
21 years ago |
actions.cpp
|
Renaming files with the same timestamp: allow sequential numbering. Fixes bug #422
|
20 years ago |
actions.hpp
|
Cleaned up exif.hpp dependencies
|
21 years ago |
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.
|
20 years ago |
basicio.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.
|
20 years ago |
basicio.hpp
|
Close files before calling FileIo::size() (which uses stat). This is necessary on Win32 it seems. Fixes bug #428. Changed default mode of FileIo::open to "rb" and added FileIo::switchMode. Fixes bug #429. Added a hack to make test output of exiv2-test.sh more readable on MinGW.
|
20 years ago |
canonmn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
canonmn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
cmd.txt
|
Added type information to Exif tag tables. Updated comment example, documentation and tests. Implements feature #425
|
21 years ago |
dataarea-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.
|
20 years ago |
datasets.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.
|
20 years ago |
datasets.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.
|
20 years ago |
doxygen.hpp
|
Merged revisions 521:529 from branches/Exiv2-0_6_041212, added modify-test.sh and related test data
|
21 years ago |
error.cpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
20 years ago |
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.
|
20 years ago |
exif.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
exif.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.
|
20 years ago |
exifcomment.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.
|
20 years ago |
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.
|
20 years ago |
exifprint.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.
|
20 years ago |
exiv2.cpp
|
Renaming files with the same timestamp: allow sequential numbering. Fixes bug #422
|
20 years ago |
exiv2.hpp
|
Renaming files with the same timestamp: allow sequential numbering. Fixes bug #422
|
20 years ago |
exv_msvc.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 |
fujimn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
fujimn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
futils.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.
|
20 years ago |
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.
|
20 years ago |
getopt_win32.c
|
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 |
getopt_win32.h
|
Added getopt files for MSVC
|
21 years ago |
ifd-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.
|
20 years ago |
ifd.cpp
|
Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen)
|
20 years ago |
ifd.hpp
|
Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen)
|
20 years ago |
image.cpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
20 years ago |
image.hpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
20 years ago |
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.
|
20 years ago |
iptc.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.
|
20 years ago |
iptc.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.
|
20 years ago |
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.
|
20 years ago |
iptcprint.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.
|
20 years ago |
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.
|
20 years ago |
jpgimage.cpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
20 years ago |
jpgimage.hpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
20 years ago |
key-test.cpp
|
added subversion style keywords
|
21 years ago |
localtime.c
|
Merged revisions 514:520 from branches/Exiv2-0_6_041212
|
21 years ago |
makernote-test.cpp
|
Updated for the new int score return value of match()
|
21 years ago |
makernote.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
makernote.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
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.
|
20 years ago |
metacopy.hpp
|
Added 2005 to Copyright lines
|
21 years ago |
metadatum.cpp
|
Added 2005 to Copyright lines
|
21 years ago |
metadatum.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.
|
20 years ago |
mn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
nikonmn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
nikonmn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
olympusmn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
olympusmn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
path-test.cpp
|
Merged revisions 551:552 from branches/Exiv2-0_6_041212. Fixes bug #423 in trunk
|
21 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 |
rcsid.hpp
|
Added 2005 to Copyright lines
|
21 years ago |
sigmamn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
sigmamn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
sonymn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
sonymn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
taglist.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
tags.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
tags.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.
|
20 years ago |
timegm.h
|
added subversion style keywords
|
21 years ago |
types.cpp
|
Added 2005 to Copyright lines
|
21 years ago |
types.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
20 years ago |
tzfile.h
|
added subversion style keywords
|
21 years ago |
utils.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.
|
20 years ago |
utils.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.
|
20 years ago |
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.
|
20 years ago |
value.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.
|
20 years ago |
value.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.
|
20 years ago |
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.
|
20 years ago |
write2-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.
|
20 years ago |