exiv2/src
2006-08-01 15:49:41 +00:00
..
actions.cpp Fixed MSVC 2005 issues (except for exiv2com) and minor problems. All tests pass now on MSVC 2005. Fixes bug #455 2006-07-22 17:55:40 +00:00
actions.hpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
addmoddel.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
basicio.cpp Added workaround for mmap/munmap for platforms which do not have these (MinGW and MSVC), converted CrwImage to use mmap too. 2006-06-28 05:36:49 +00:00
basicio.hpp Added workaround for mmap/munmap for platforms which do not have these (MinGW and MSVC), converted CrwImage to use mmap too. 2006-06-28 05:36:49 +00:00
canonmn.cpp Changed Canon makernote to use EXV_PRINT_TAG. Fixed duplicate Cs1 FocusMode bug 2006-07-27 16:30:09 +00:00
canonmn.hpp Changed Canon makernote to use EXV_PRINT_TAG. Fixed duplicate Cs1 FocusMode bug 2006-07-27 16:30:09 +00:00
cr2image.cpp Updated Cr2Image to use mmap 2006-06-28 06:17:37 +00:00
cr2image.hpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
crwedit.cpp Completed CRW write support, feature #438. Only tested on Linux 2006-01-17 03:59:41 +00:00
crwimage.cpp Minor change 2006-07-02 15:45:30 +00:00
crwimage.hpp Removed trailing whitespace 2006-03-29 10:43:54 +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 Fixed copy c'tor properly 2006-06-21 09:33:03 +00:00
datasets.hpp Added Metadatum::tagLabel() and Key::tagLabel() and ExifTags::tagLabel(), which will replace the now deprecated ExifTags::tagTitle() in a future version. 2006-05-13 05:39:16 +00:00
doxygen.hpp Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
error.cpp Added check for JPEG APP segments >64k, removed 16bit size limitation for IRBs. Fixes bug #480. 2006-07-22 02:55:35 +00:00
error.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
exif.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
exif.hpp Added Metadatum::tagLabel() and Key::tagLabel() and ExifTags::tagLabel(), which will replace the now deprecated ExifTags::tagTitle() in a future version. 2006-05-13 05:39:16 +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_version.h Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
exiv2.1 Exiv2 support Adobe DNG file format 2006-05-23 11:25:15 +00:00
exiv2.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
exiv2.hpp Changed the default of the -b option to suppress large binary values, minor tweaks 2006-05-21 10:12:18 +00:00
exv_msvc.h Updated version to 0.10 2006-05-21 09:22:26 +00:00
fujimn.cpp Updated Fujifilm makernote to use EXV_PRINT_TAG 2006-07-27 11:46:51 +00:00
fujimn.hpp Updated Fujifilm makernote to use EXV_PRINT_TAG 2006-07-27 11:46:51 +00:00
futils.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
futils.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +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
ifd-test.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
ifd.cpp Added boundary check for next IFD to Ifd::read, fixes bug #479. 2006-07-02 12:19:17 +00:00
ifd.hpp Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
image.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
image.hpp Removed trailing whitespace 2006-03-29 10:43:54 +00:00
imgreg.cpp TiffParser can now be parametrized with a decoder. Added Cr2Image which uses this to filter not applicable IFD0 tags. 2006-06-23 12:08:27 +00:00
iotest.cpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
iptc.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
iptc.hpp Rearranged code and isolated a function to set a Photoshop IPTC IRB from the Jpeg write code into class Photoshop. 2006-05-27 09:08:56 +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 Fixed MSVC 2005 issues (except for exiv2com) and minor problems. All tests pass now on MSVC 2005. Fixes bug #455 2006-07-22 17:55:40 +00:00
jpgimage.hpp Added check for JPEG APP segments >64k, removed 16bit size limitation for IRBs. Fixes bug #480. 2006-07-22 02:55:35 +00:00
key-test.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
largeiptc-test.cpp Added check for JPEG APP segments >64k, removed 16bit size limitation for IRBs. Fixes bug #480. 2006-07-22 02:55:35 +00:00
localtime.c Changes for Visual Studio C++ 2005 (8.0), part 1 2006-03-14 14:15:46 +00:00
Makefile Added check for JPEG APP segments >64k, removed 16bit size limitation for IRBs. Fixes bug #480. 2006-07-22 02:55:35 +00:00
makernote2.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
makernote2.hpp Cleaned-up TIFF dependencies 2006-06-25 09:42: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 Fixed compiler warnings 2006-06-21 09:16:36 +00:00
makernote.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
metacopy.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
metacopy.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
metadatum.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
metadatum.hpp Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
minoltamn.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
minoltamn.hpp Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
mn.hpp Added basic Minolta makernote support (Gilles Caulier) 2006-05-06 16:11:25 +00:00
mrwimage.cpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
mrwimage.hpp Added support for IPTC data found in an Exif Photoshop IRB tag of a TIFF/RAW image 2006-05-26 16:39:11 +00:00
nikonmn.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
nikonmn.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
olympusmn.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
olympusmn.hpp Some cleanup and simplification 2006-05-20 06:55:39 +00:00
panasonicmn.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
panasonicmn.hpp Some cleanup and simplification 2006-05-20 06:55:39 +00:00
path-test.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
pngchunk.cpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
pngchunk.hpp Code polishing. 2006-06-12 05:49:54 +00:00
pngimage.cpp Added experimental mmap support to improve read performance for TIFF and PNG images, barely tested and only on Linux 2006-06-25 18:11:01 +00:00
pngimage.hpp Code polishing. 2006-06-12 05:49:54 +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 Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
sigmamn.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
sigmamn.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
sonymn.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
sonymn.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
taglist.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
tags.cpp Fixed tests and changed "No Flash" to "No flash" 2006-07-22 04:44:18 +00:00
tags.hpp Cleanup: Replaced simple print functions with EXV_PRINT_TAG macro and TagDetails array. 2006-06-04 05:46:27 +00:00
tiffcomposite.cpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
tiffcomposite.hpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
tifffwd.hpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
tiffimage.cpp Added experimental mmap support to improve read performance for TIFF and PNG images, barely tested and only on Linux 2006-06-25 18:11:01 +00:00
tiffimage.hpp Added support for IPTC data found in an Exif Photoshop IRB tag of a TIFF/RAW image 2006-05-26 16:39:11 +00:00
tiffparse.cpp Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
tiffparser.cpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
tiffparser.hpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
tiffvisitor.cpp Prevent overflow in addition. Fixes bug #482 2006-08-01 15:49:41 +00:00
tiffvisitor.hpp Cleaned-up TIFF dependencies 2006-06-25 09:42:59 +00:00
timegm.h Fixed MSVC 2005 issues (except for exiv2com) and minor problems. All tests pass now on MSVC 2005. Fixes bug #455 2006-07-22 17:55:40 +00:00
Todo Fixed invalid type id for user comment tag, bug #451 2006-02-03 04:41:44 +00:00
types.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
types.hpp Stripped trailing whitespace 2006-06-01 15:09:39 +00:00
tzfile.h added subversion style keywords 2004-11-09 19:10:37 +00:00
utils.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
utils.hpp Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
utiltest.cpp Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
value.cpp Fixed compiler warnings 2006-06-21 09:16:36 +00:00
value.hpp Removed trailing whitespace 2006-03-29 10:43:54 +00:00
write2-test.cpp Backed out changes done in Rev. 752 2006-05-05 17:38: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