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.
tbeu c1a4c3383d refs #1063: Avoid encoding problems 10 years ago
..
CMakeLists.txt Remove statement with no effect. 11 years ago
Jzon.cpp Fixed uninitialized variables in constructor. 10 years ago
Makefile #1054. exiv2json deep recursion and AltLang support. Regression detector. 10 years ago
TODO typo (GNU compliant) 15 years ago
actions.cpp Replace REG_BASIC with 0. Some platforms don't define REG_BASIC. 10 years ago
asfvideo.cpp Roll-back for 3355 (GSoC2013 video write code). Regrettably, this appears to cause all MSVC build to fail our test harness. I'll deal with the video13 code in a different branch. 11 years ago
basicio.cpp refs 1038: Fix eof detection in MemIo::getb and avoid crash on truncated jpeg files (Vitaliy Filippov) 10 years ago
bmpimage.cpp trunk: exiv2 v0.25 11 years ago
canonmn.cpp Update Canon camera list and Minolta lens list to match ExifTool version 9.93. 10 years ago
canonmn_int.hpp Issue #954: Add support for Exif.CanonFi.FocusDistanceUpper and Exif.CanonFi.FocusDistanceLower. Thanks goes to Roman Lebedev for the patch. 11 years ago
casiomn.cpp Coverity scan fixes CID : 982002 through 982054 (all ostream related) 11 years ago
casiomn_int.hpp Fixing doxygen irritations. 10 years ago
convert.cpp #864 Update DateTime conversions to current spec 10 years ago
cr2image.cpp trunk: exiv2 v0.25 11 years ago
cr2image_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
crwedit.cpp Feature #536 Modifications to CMake files to support MSVC 32/64 bit builds of Dynamic/Static libraries and applications. 13 years ago
crwimage.cpp trunk: exiv2 v0.25 11 years ago
crwimage_int.hpp CID: 1227096/7. Pointer not initialized in constructor. 11 years ago
crwparse.cpp Removed CIFF classes from published API, doc tweaks. 17 years ago
datasets.cpp Coverity scan fixes CID : 982002 through 982054 (all ostream related) 11 years ago
doxygen.hpp.in Issue: 937. Thanks to Alan for the patch. 12 years ago
easyaccess.cpp Issue #954: Add support for Exif.CanonFi.FocusDistanceUpper and Exif.CanonFi.FocusDistanceLower. Thanks goes to Roman Lebedev for the patch. 11 years ago
epsimage.cpp trunk: exiv2 v0.25 11 years ago
error.cpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
exif.cpp trunk: exiv2 v0.25 11 years ago
exiv2.1 #922. Work in progress on options -pS and -pX 10 years ago
exiv2.cpp #1053. Added new option -K key for exact Key match (not grep as -g). 10 years ago
exiv2app.hpp #1053. Added new option -K key for exact Key match (not grep as -g). 10 years ago
fujimn.cpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
fujimn_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
futils.cpp #1065. Thanks to Thomas B for spotting my error in omitting support for https. 10 years ago
getopt_win32.c Changes for Visual Studio C++ 2005 (8.0), part 1 20 years ago
gifimage.cpp trunk: exiv2 v0.25 11 years ago
http.cpp #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp 11 years ago
image.cpp #922. Work in progress on options -pS and -pX 10 years ago
iptc.cpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
jp2image.cpp #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
jpgimage.cpp #922. Work in progress on options -pS and -pX 10 years ago
localtime.c trunk: exiv2 v0.25 11 years ago
makernote.cpp trunk: exiv2 v0.25 11 years ago
makernote_int.hpp Feature request #933: Add support for Casio makernotes. Thanks goes to T Modes for the patch. 12 years ago
matroskavideo.cpp #1033. Crash when opening .webm file. 10 years ago
metadatum.cpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
minoltamn.cpp Fix Sony/Minolta lens name. 10 years ago
minoltamn_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
mrwimage.cpp trunk: exiv2 v0.25 11 years ago
mrwthumb.cpp Removed trailing whitespace. 17 years ago
nikonmn.cpp #1062 Exif.NikonWt.Timezone translated value contains cruft. 10 years ago
nikonmn_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
olympusmn.cpp Add two new lens IDs. 10 years ago
olympusmn_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
orfimage.cpp trunk: exiv2 v0.25 11 years ago
orfimage_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
panasonicmn.cpp #1025. Thank You Thomas for the patch. 11 years ago
panasonicmn_int.hpp Fix issues #929 and #972: Improve Panasonic makernotes support. Thanks goes to numerous people for patches and input. 11 years ago
pentaxmn.cpp Update lens lists to match ExifTool version 9.85. 11 years ago
pentaxmn_int.hpp Coverity scan fixes CID : 982031 through 982054 11 years ago
pgfimage.cpp trunk: exiv2 v0.25 11 years ago
pngchunk.cpp trunk: exiv2 v0.25 11 years ago
pngchunk_int.hpp Bumping the copyright notice again. (re-doing 3089 without breaking the build!) 12 years ago
pngimage.cpp refs #922: 10 years ago
preview.cpp #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
properties.cpp refs #1063: Avoid encoding problems 10 years ago
psdimage.cpp #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
quicktimevideo.cpp #1038. Initialize timeScale_ in ctor because MSVC (correctly) refused header member variable initialization. 10 years ago
rafimage.cpp trunk: exiv2 v0.25 11 years ago
rcsid_int.hpp trunk: exiv2 v0.25 11 years ago
riffvideo.cpp Roll-back for 3355 (GSoC2013 video write code). Regrettably, this appears to cause all MSVC build to fail our test harness. I'll deal with the video13 code in a different branch. 11 years ago
rw2image.cpp trunk: exiv2 v0.25 11 years ago
rw2image_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
samsungmn.cpp Update Samsung lens list to match ExifTool version 9.91. 10 years ago
samsungmn_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
sigmamn.cpp Updated copyright year in a few files, version in runner.txt. 12 years ago
sigmamn_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
sonymn.cpp #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
sonymn_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
ssh.cpp trunk: exiv2 v0.25 11 years ago
svn_version.h.in #1032. Thanks very much to Daniel for his help with this. 10 years ago
svn_version.sh src/svn_version.sh - remove undesired output 10 years ago
tags.cpp #1044. Thank you Mario for reporting this an providing a patch. Thank You for Thomas for validating this fix. 10 years ago
tags_int.hpp Roll-back for 3355 (GSoC2013 video write code). Regrettably, this appears to cause all MSVC build to fail our test harness. I'll deal with the video13 code in a different branch. 11 years ago
tgaimage.cpp trunk: exiv2 v0.25 11 years ago
tiff-test.cpp Merged unstable branch to trunk. 17 years ago
tiffcomposite.cpp trunk: exiv2 v0.25 11 years ago
tiffcomposite_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
tifffwd_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
tiffimage.cpp #1066. Fixed compiler warning on MacOS-X 10.6 on ppc. Signed/unsigned mismatch. 10 years ago
tiffimage_int.hpp Updated copyright year in a few files, version in runner.txt. 12 years ago
tiffmn-test.cpp Merged unstable branch to trunk. 17 years ago
tiffvisitor.cpp #900. Preserve XMP data in TIFF files when XMPsdk is not build into the library. 10 years ago
tiffvisitor_int.hpp #945: Set the makernote 'state' before post-processing Makernote components during reading. 12 years ago
types.cpp #1039. Thank You, Torsten for raising this matter. Thank You, Phil for your help with this. 10 years ago
utils.cpp #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp 11 years ago
utils.hpp #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
utilsvideo.cpp #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
utiltest.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 15 years ago
value.cpp #1058. Calming the test suite. LangAltValue comparator causes harmless changes in order of lang reporting. 10 years ago
version.cpp Replace REG_BASIC with 0. Some platforms don't define REG_BASIC. 10 years ago
xmp.cpp #1063 Add GPano namespace, XMP properties and doc template 10 years ago
xmpdump.cpp Merged unstable branch to trunk. 17 years ago
xmpsidecar.cpp #774. Fix MSVC compiler warning. 10 years ago