.. |
CMakeLists.txt
|
Try to fix https://github.com/Exiv2/exiv2/issues/572
|
7 years ago |
TODO
|
typo (GNU compliant)
|
15 years ago |
actions.cpp
|
Fix for https://github.com/Exiv2/exiv2/issues/560 (eraseFamily() crashes in MSVC/Debug).
|
7 years ago |
actions.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
asfvideo.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
basicio.cpp
|
Move BlockMap to .cpp file (Remove it from API)
|
7 years ago |
bigtiffimage.cpp
|
Port Iptc::printStructure & getUshort to slices API
|
7 years ago |
bmpimage.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
canonmn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
canonmn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
casiomn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
casiomn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
convert.cpp
|
Fix cppcheck issues: unreachableCode
|
7 years ago |
cr2header_int.cpp
|
Fix bug in Cr2Header::read
|
7 years ago |
cr2header_int.hpp
|
Add explicit to constructors with 1 argument
|
7 years ago |
cr2image.cpp
|
Do not use Image::printStructure() when reading images as this causes security issues.
|
7 years ago |
crwimage.cpp
|
Do not use Image::printStructure() when reading images as this causes security issues.
|
7 years ago |
crwimage_int.cpp
|
Fix #460 by adding more checks in CiffDirectory::readDirectory
|
7 years ago |
crwimage_int.hpp
|
Move implementation to .cpp files. Fix more issues related to visibility settings
|
7 years ago |
datasets.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
doxygen.hpp.in
|
Copyright to Exiv2 authors
|
7 years ago |
easyaccess.cpp
|
Fix #561. Use proper counter for the idx variable
|
7 years ago |
enforce.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
epsimage.cpp
|
Remove deprecated code from version source files
|
7 years ago |
error.cpp
|
Provide default and copy constructor for AnyError
|
7 years ago |
exif.cpp
|
Fix #401 by fixing iteration over exif data tags
|
7 years ago |
exiv2.1
|
Update man page
|
7 years ago |
exiv2.cpp
|
Fix 547: option -pR only available in Debug mode.
|
7 years ago |
exiv2app.hpp
|
Include unistd.h only where it is needed
|
7 years ago |
fff.h
|
#1149. Added fff.h (from plir.com) and code strengthening.
|
10 years ago |
fujimn_int.cpp
|
Update fujiColor tag with descriptions for new Fujifilm monochrome modes
|
7 years ago |
fujimn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
futils.cpp
|
#571 Restore the original windows getProcessCode() because Microsoft's GetModuleFileName isn't effective!
|
7 years ago |
getopt.cpp
|
Fix -vVg loops
|
7 years ago |
getopt.hpp
|
Changes for cross-platform getopt
|
7 years ago |
gifimage.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
helper_functions.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
helper_functions.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
http.cpp
|
MSVC: Delete deprecated stuff related to MSVC < 2008
|
7 years ago |
i18n.h
|
Copyright to Exiv2 authors
|
7 years ago |
image.cpp
|
Fix #531
|
7 years ago |
image_int.cpp
|
Add missing inclusions of cstdio and cstdarg
|
7 years ago |
image_int.hpp
|
Fix compilation in clang
|
7 years ago |
ini.cpp
|
Add explicit to constructors with 1 argument
|
7 years ago |
iptc.cpp
|
Port Iptc::printStructure & getUshort to slices API
|
7 years ago |
jp2image.cpp
|
Port Iptc::printStructure & getUshort to slices API
|
7 years ago |
jpgimage.cpp
|
code formatting
|
7 years ago |
localtime.c
|
Fix: https://github.com/Exiv2/exiv2/issues/571
|
7 years ago |
makernote_int.cpp
|
Fix #533 - Apply patch proposed by Dominique Nerriec
|
7 years ago |
makernote_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
matroskavideo.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
metadatum.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
minoltamn_int.cpp
|
Fix: https://github.com/Exiv2/exiv2/issues/577
|
7 years ago |
minoltamn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
mrwimage.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
nikonmn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
nikonmn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
olympusmn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
olympusmn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
orfimage.cpp
|
Do not use Image::printStructure() when reading images as this causes security issues.
|
7 years ago |
orfimage_int.cpp
|
add _int suffix to all the internal files
|
8 years ago |
orfimage_int.hpp
|
Add explicit to constructors with 1 argument
|
7 years ago |
panasonicmn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
panasonicmn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
pentaxmn_int.cpp
|
Reduce the scope of variables
|
7 years ago |
pentaxmn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
pgfimage.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
pngchunk_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
pngchunk_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
pngimage.cpp
|
Port Iptc::printStructure & getUshort to slices API
|
7 years ago |
preview.cpp
|
Fix cppcheck issues: uninitMemberVar & uninitVar
|
7 years ago |
private.h
|
Remove obsolete svn revision
|
8 years ago |
properties.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
psdimage.cpp
|
PSD: enforce Length of image resource section < file size
|
7 years ago |
quicktimevideo.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
rafimage.cpp
|
[binaryToString] Reimplement using Slices
|
7 years ago |
riffvideo.cpp
|
[binaryToString] Reimplement using Slices
|
7 years ago |
rw2image.cpp
|
Do not use Image::printStructure() when reading images as this causes security issues.
|
7 years ago |
rw2image_int.cpp
|
add _int suffix to all the internal files
|
8 years ago |
rw2image_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
safe_op.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
samsungmn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
samsungmn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
sigmamn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
sigmamn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
sonymn_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
sonymn_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
ssh.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
tags.cpp
|
Initialize variable in constructor initialization list
|
7 years ago |
tags_int.cpp
|
Restore API functions remove in #450
|
7 years ago |
tags_int.hpp
|
Restore API functions remove in #450
|
7 years ago |
tgaimage.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
tiffcomposite_int.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
tiffcomposite_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
tifffwd_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
tiffimage.cpp
|
Fix #457
|
7 years ago |
tiffimage_int.cpp
|
Replaced all hardcoded error codes with ker... constants
|
7 years ago |
tiffimage_int.hpp
|
Add explicit to constructors with 1 argument
|
7 years ago |
tiffvisitor_int.cpp
|
Fix warning about implicit conversion to bool
|
7 years ago |
tiffvisitor_int.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
timegm.h
|
Add back localtime.c implementation for MinGW
|
7 years ago |
types.cpp
|
bindtextdomain point to relative path to bin directory
|
7 years ago |
tzfile.h
|
Remove obsolete svn revision
|
8 years ago |
unused.h
|
Copyright to Exiv2 authors
|
7 years ago |
utils.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
utils.hpp
|
Copyright to Exiv2 authors
|
7 years ago |
utilsvideo.cpp
|
Copyright to Exiv2 authors
|
7 years ago |
value.cpp
|
Add missing inclusions of cstdio and cstdarg
|
7 years ago |
version.cpp
|
src/version.cpp report enable_nls
|
7 years ago |
webpimage.cpp
|
Fix: https://github.com/Exiv2/exiv2/issues/580
|
7 years ago |
xmp.cpp
|
Fix for https://github.com/Exiv2/exiv2/issues/560 (eraseFamily() crashes in MSVC/Debug).
|
7 years ago |
xmpsidecar.cpp
|
Copyright to Exiv2 authors
|
7 years ago |