Import exiv2_0.27.6.orig.tar.gz
authorPino Toscano <pino@debian.org>
Sat, 28 Jan 2023 10:45:47 +0000 (11:45 +0100)
committerPino Toscano <pino@debian.org>
Sat, 28 Jan 2023 10:45:47 +0000 (11:45 +0100)
commitf9a5814ad57ae5abdf231fabb1ee6300b736893c
treee03296498ead27e35e012d890d1dc0ea6d03a925
Import exiv2_0.27.6.orig.tar.gz

[dgit import orig exiv2_0.27.6.orig.tar.gz]
1446 files changed:
.clang-format.optional [new file with mode: 0644]
.github/CODEOWNERS [new file with mode: 0644]
.github/codeql-queries/exiv2-code-scanning.qls [new file with mode: 0644]
.github/codeql-queries/exiv2-cpp-queries/null_iterator_deref.qhelp [new file with mode: 0644]
.github/codeql-queries/exiv2-cpp-queries/null_iterator_deref.ql [new file with mode: 0644]
.github/codeql-queries/exiv2-cpp-queries/qlpack.yml [new file with mode: 0644]
.github/codeql-queries/exiv2-cpp-queries/unsafe_vector_access.qhelp [new file with mode: 0644]
.github/codeql-queries/exiv2-cpp-queries/unsafe_vector_access.ql [new file with mode: 0644]
.github/codeql/codeql-config.yml [new file with mode: 0644]
.github/workflows/codeql-analysis.yml [new file with mode: 0644]
.github/workflows/nightly_Linux_distributions.yml [new file with mode: 0644]
.github/workflows/on_PR_linux_fuzz.yml [new file with mode: 0644]
.github/workflows/on_PR_linux_matrix.yml [new file with mode: 0644]
.github/workflows/on_PR_linux_special_buils.yml [new file with mode: 0644]
.github/workflows/on_PR_mac_matrix.yml [new file with mode: 0644]
.github/workflows/on_PR_windows_matrix.yml [new file with mode: 0644]
.github/workflows/on_push_BasicWinLinMac.yml [new file with mode: 0644]
.github/workflows/on_push_ExtraJobsForMain.yml [new file with mode: 0644]
.github/workflows/release.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mergify.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CODING_GUIDELINES.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYING [new file with mode: 0644]
GIT_GUIDELINES.md [new file with mode: 0644]
README-CONAN.md [new file with mode: 0644]
README-SAMPLES.md [new file with mode: 0644]
README.md [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
WORK-IN-PROGRESS [new file with mode: 0644]
ci/install_dependencies.sh [new file with mode: 0755]
ci/test_build.py [new file with mode: 0644]
cmake/Doxyfile.in [new file with mode: 0644]
cmake/FindIconv.cmake [new file with mode: 0644]
cmake/FindRegex.cmake [new file with mode: 0644]
cmake/JoinPaths.cmake [new file with mode: 0644]
cmake/compilerFlags.cmake [new file with mode: 0644]
cmake/compilerFlagsExiv2.cmake [new file with mode: 0644]
cmake/config.h.cmake [new file with mode: 0644]
cmake/exiv2.pc.in [new file with mode: 0644]
cmake/exiv2_uninstall.cmake [new file with mode: 0644]
cmake/findDependencies.cmake [new file with mode: 0644]
cmake/generateConfigFile.cmake [new file with mode: 0644]
cmake/generateDoc.cmake [new file with mode: 0644]
cmake/mainSetup.cmake [new file with mode: 0644]
cmake/msvc_conan_profiles/msvc2008Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2008Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2008Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2008Release64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2010Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2010Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2010Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2010Release64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2012Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2012Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2012Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2012Release64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2013Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2013Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2013Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2013Release64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2015Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2015Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2015Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2015Release64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2017Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2017Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2017Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2017Release64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2019Debug [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2019Debug32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2019Debug64 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2019Release [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2019Release32 [new file with mode: 0755]
cmake/msvc_conan_profiles/msvc2019Release64 [new file with mode: 0755]
cmake/packaging.cmake [new file with mode: 0644]
cmake/printSummary.cmake [new file with mode: 0644]
codecov.yml [new file with mode: 0644]
conanfile.py [new file with mode: 0644]
contrib/Qt/ReadMe.txt [new file with mode: 0644]
contrib/Qt/commandLineTool.pro [new file with mode: 0644]
contrib/Qt/main.cpp [new file with mode: 0644]
contrib/coverity.sh [new file with mode: 0755]
contrib/organize/MD5.cpp [new file with mode: 0644]
contrib/organize/MD5.h [new file with mode: 0644]
contrib/organize/Makefile [new file with mode: 0644]
contrib/organize/README [new file with mode: 0644]
contrib/organize/boost.mk [new file with mode: 0644]
contrib/organize/helpers.cpp [new file with mode: 0644]
contrib/organize/helpers.hpp [new file with mode: 0644]
contrib/organize/organize.cpp [new file with mode: 0644]
contrib/vms/README.md [new file with mode: 0644]
contrib/vms/Vagrantfile [new file with mode: 0644]
contrib/vms/setup.sh [new file with mode: 0644]
contrib/vms/setup_user.sh [new file with mode: 0644]
contrib/vs2019/README.md [new file with mode: 0644]
contrib/vs2019/solution/exiv2.sln [new file with mode: 0644]
contrib/vs2019/solution/exiv2lib_export.h [new file with mode: 0644]
contrib/vs2019/solution/exv_conf.h [new file with mode: 0644]
contrib/vs2019/solution/samples/addmoddel.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/addmoddel.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/conntest.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/conntest.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/convert-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/convert-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/easyaccess-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/easyaccess-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/exifcomment.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/exifcomment.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/exifdata-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/exifdata-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/exifdata.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/exifdata.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/exifprint.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/exifprint.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/exifvalue.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/exifvalue.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/exiv2json.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/exiv2json.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/geotag.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/geotag.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/getopt-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/getopt-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/ini-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/ini-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/iotest.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/iotest.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/iptceasy.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/iptceasy.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/iptcprint.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/iptcprint.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/iptctest.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/iptctest.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/key-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/key-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/largeiptc-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/largeiptc-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/metacopy.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/metacopy.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/mmap-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/mmap-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/mrwthumb.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/mrwthumb.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/pathtest.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/pathtest.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/prevtest.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/prevtest.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/remotetest.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/remotetest.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/stringto-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/stringto-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/taglist.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/taglist.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/tiff-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/tiff-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/werror-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/werror-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/write-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/write-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/write2-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/write2-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpdump.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpdump.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpparse.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpparse.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpparser-test.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpparser-test.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpprint.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpprint.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpsample.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/samples/xmpsample.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/src/exiv2.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/src/exiv2.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/src/exiv2lib.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/src/exiv2lib.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/src/exiv2lib_int.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/src/exiv2lib_int.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/unitTests/unit_tests.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/unitTests/unit_tests.vcxproj.filters [new file with mode: 0644]
contrib/vs2019/solution/xmpsdk/exiv2-xmp.vcxproj [new file with mode: 0644]
contrib/vs2019/solution/xmpsdk/exiv2-xmp.vcxproj.filters [new file with mode: 0644]
doc/COPYING-XMPSDK [new file with mode: 0644]
doc/ChangeLog [new file with mode: 0644]
doc/README-XMP [new file with mode: 0644]
doc/cmd.txt [new file with mode: 0644]
doc/cmdxmp.txt [new file with mode: 0644]
doc/include/ascending.png [new file with mode: 0644]
doc/include/blank.png [new file with mode: 0644]
doc/include/descending.png [new file with mode: 0644]
doc/include/exiv2-components.png [new file with mode: 0644]
doc/include/sortabletable.css [new file with mode: 0644]
doc/include/sortabletable.js [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/templates/Makefile [new file with mode: 0644]
doc/templates/__CrwMapping__ [new file with mode: 0644]
doc/templates/__doctype__ [new file with mode: 0644]
doc/templates/__header2__ [new file with mode: 0644]
doc/templates/__index1__ [new file with mode: 0644]
doc/templates/__index2__ [new file with mode: 0644]
doc/templates/__index3__ [new file with mode: 0644]
doc/templates/__intro__ [new file with mode: 0644]
doc/templates/__maintitle__ [new file with mode: 0644]
doc/templates/__makernotes__ [new file with mode: 0644]
doc/templates/crw-mapping.html.in [new file with mode: 0644]
doc/templates/exiv2.dot [new file with mode: 0644]
doc/templates/gen.py [new file with mode: 0755]
doc/templates/getting-started.html.in [new file with mode: 0644]
doc/templates/gpl-license.html.in [new file with mode: 0644]
doc/templates/iptc.py [new file with mode: 0755]
doc/templates/iptc.xsl [new file with mode: 0644]
doc/templates/makernote.html.in [new file with mode: 0644]
doc/templates/tags-canon.html.in [new file with mode: 0644]
doc/templates/tags-casio.html.in [new file with mode: 0644]
doc/templates/tags-exif.html.in [new file with mode: 0644]
doc/templates/tags-fujifilm.html.in [new file with mode: 0644]
doc/templates/tags-iptc.html.in [new file with mode: 0644]
doc/templates/tags-minolta.html.in [new file with mode: 0644]
doc/templates/tags-nikon.html.in [new file with mode: 0644]
doc/templates/tags-olympus.html.in [new file with mode: 0644]
doc/templates/tags-panasonic.html.in [new file with mode: 0644]
doc/templates/tags-pentax.html.in [new file with mode: 0644]
doc/templates/tags-samsung.html.in [new file with mode: 0644]
doc/templates/tags-sigma.html.in [new file with mode: 0644]
doc/templates/tags-sony.html.in [new file with mode: 0644]
doc/templates/tags-xmp-GPano.html.in [new file with mode: 0644]
doc/templates/tags-xmp-MP.html.in [new file with mode: 0644]
doc/templates/tags-xmp-MPRI.html.in [new file with mode: 0644]
doc/templates/tags-xmp-MPReg.html.in [new file with mode: 0644]
doc/templates/tags-xmp-MicrosoftPhoto.html.in [new file with mode: 0644]
doc/templates/tags-xmp-acdsee.html.in [new file with mode: 0644]
doc/templates/tags-xmp-aux.html.in [new file with mode: 0644]
doc/templates/tags-xmp-crs.html.in [new file with mode: 0644]
doc/templates/tags-xmp-crss.html.in [new file with mode: 0644]
doc/templates/tags-xmp-dc.html.in [new file with mode: 0644]
doc/templates/tags-xmp-dcterms.html.in [new file with mode: 0644]
doc/templates/tags-xmp-digiKam.html.in [new file with mode: 0644]
doc/templates/tags-xmp-dwc.html.in [new file with mode: 0644]
doc/templates/tags-xmp-exif.html.in [new file with mode: 0644]
doc/templates/tags-xmp-exifEX.html.in [new file with mode: 0644]
doc/templates/tags-xmp-expressionmedia.html.in [new file with mode: 0644]
doc/templates/tags-xmp-iptc.html.in [new file with mode: 0644]
doc/templates/tags-xmp-iptcExt.html.in [new file with mode: 0644]
doc/templates/tags-xmp-kipi.html.in [new file with mode: 0644]
doc/templates/tags-xmp-lr.html.in [new file with mode: 0644]
doc/templates/tags-xmp-mediapro.html.in [new file with mode: 0644]
doc/templates/tags-xmp-mwg-kw.html.in [new file with mode: 0644]
doc/templates/tags-xmp-mwg-rs.html.in [new file with mode: 0644]
doc/templates/tags-xmp-pdf.html.in [new file with mode: 0644]
doc/templates/tags-xmp-photoshop.html.in [new file with mode: 0644]
doc/templates/tags-xmp-plus.html.in [new file with mode: 0644]
doc/templates/tags-xmp-tiff.html.in [new file with mode: 0644]
doc/templates/tags-xmp-xmp.html.in [new file with mode: 0644]
doc/templates/tags-xmp-xmpBJ.html.in [new file with mode: 0644]
doc/templates/tags-xmp-xmpDM.html.in [new file with mode: 0644]
doc/templates/tags-xmp-xmpMM.html.in [new file with mode: 0644]
doc/templates/tags-xmp-xmpRights.html.in [new file with mode: 0644]
doc/templates/tags-xmp-xmpTPg.html.in [new file with mode: 0644]
doc/templates/tags.py [new file with mode: 0755]
doc/templates/tags.xsl [new file with mode: 0644]
doc/templates/xmp.py [new file with mode: 0755]
doc/templates/xmp.xsl [new file with mode: 0644]
exiv2.png [new file with mode: 0644]
fuzz/CMakeLists.txt [new file with mode: 0644]
fuzz/README.md [new file with mode: 0644]
fuzz/exiv2.dict [new file with mode: 0644]
fuzz/fuzz-read-print-write.cpp [new file with mode: 0644]
fuzz/fuzzloop.sh [new file with mode: 0755]
fuzz/knownleaks.txt [new file with mode: 0644]
fuzz/mkdictionary.py [new file with mode: 0755]
fuzz/mkdictionary.ql [new file with mode: 0644]
fuzz/qlpack.yml [new file with mode: 0644]
include/CMakeLists.txt [new file with mode: 0644]
include/exiv2/CMakeLists.txt [new file with mode: 0644]
include/exiv2/asfvideo.hpp [new file with mode: 0644]
include/exiv2/basicio.hpp [new file with mode: 0644]
include/exiv2/bmffimage.hpp [new file with mode: 0644]
include/exiv2/bmpimage.hpp [new file with mode: 0644]
include/exiv2/config.h [new file with mode: 0644]
include/exiv2/convert.hpp [new file with mode: 0644]
include/exiv2/cr2image.hpp [new file with mode: 0644]
include/exiv2/crwimage.hpp [new file with mode: 0644]
include/exiv2/datasets.hpp [new file with mode: 0644]
include/exiv2/easyaccess.hpp [new file with mode: 0644]
include/exiv2/epsimage.hpp [new file with mode: 0644]
include/exiv2/error.hpp [new file with mode: 0644]
include/exiv2/exif.hpp [new file with mode: 0644]
include/exiv2/exiv2.hpp [new file with mode: 0644]
include/exiv2/futils.hpp [new file with mode: 0644]
include/exiv2/gifimage.hpp [new file with mode: 0644]
include/exiv2/http.hpp [new file with mode: 0644]
include/exiv2/image.hpp [new file with mode: 0644]
include/exiv2/ini.hpp [new file with mode: 0755]
include/exiv2/iptc.hpp [new file with mode: 0644]
include/exiv2/jp2image.hpp [new file with mode: 0644]
include/exiv2/jpgimage.hpp [new file with mode: 0644]
include/exiv2/matroskavideo.hpp [new file with mode: 0644]
include/exiv2/metadatum.hpp [new file with mode: 0644]
include/exiv2/mrwimage.hpp [new file with mode: 0644]
include/exiv2/orfimage.hpp [new file with mode: 0644]
include/exiv2/pgfimage.hpp [new file with mode: 0644]
include/exiv2/pngimage.hpp [new file with mode: 0644]
include/exiv2/preview.hpp [new file with mode: 0644]
include/exiv2/properties.hpp [new file with mode: 0644]
include/exiv2/psdimage.hpp [new file with mode: 0644]
include/exiv2/quicktimevideo.hpp [new file with mode: 0644]
include/exiv2/rafimage.hpp [new file with mode: 0644]
include/exiv2/riffvideo.hpp [new file with mode: 0644]
include/exiv2/rw2image.hpp [new file with mode: 0644]
include/exiv2/rwlock.hpp [new file with mode: 0644]
include/exiv2/slice.hpp [new file with mode: 0644]
include/exiv2/ssh.hpp [new file with mode: 0644]
include/exiv2/tags.hpp [new file with mode: 0644]
include/exiv2/tgaimage.hpp [new file with mode: 0644]
include/exiv2/tiffimage.hpp [new file with mode: 0644]
include/exiv2/types.hpp [new file with mode: 0644]
include/exiv2/utilsvideo.hpp [new file with mode: 0644]
include/exiv2/value.hpp [new file with mode: 0644]
include/exiv2/version.hpp [new file with mode: 0644]
include/exiv2/webpimage.hpp [new file with mode: 0644]
include/exiv2/xmp_exiv2.hpp [new file with mode: 0644]
include/exiv2/xmpsidecar.hpp [new file with mode: 0644]
man/man1/exiv2.1 [new file with mode: 0644]
matrix-standard-vector-logo-xs.png [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
po/ChangeLog [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/Makevars [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/Rules-quot [new file with mode: 0644]
po/boldquot.sed [new file with mode: 0644]
po/bs.po [new file with mode: 0644]
po/ca.po [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/en@boldquot.header [new file with mode: 0644]
po/en@quot.header [new file with mode: 0644]
po/es.po [new file with mode: 0644]
po/exiv2.pot [new file with mode: 0644]
po/fi.po [new file with mode: 0644]
po/fr.po [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/insert-header.sin [new file with mode: 0644]
po/ms.po [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/pl.po [new file with mode: 0644]
po/pt.po [new file with mode: 0644]
po/quot.sed [new file with mode: 0644]
po/remove-potcdate.sin [new file with mode: 0644]
po/ru.po [new file with mode: 0644]
po/sk.po [new file with mode: 0644]
po/sv.po [new file with mode: 0644]
po/ug.po [new file with mode: 0644]
po/uk.po [new file with mode: 0644]
po/vi.po [new file with mode: 0644]
releasenotes/CYGWIN/ReadMe.txt [new file with mode: 0644]
releasenotes/Darwin/ReadMe.txt [new file with mode: 0644]
releasenotes/Linux/ReadMe.txt [new file with mode: 0644]
releasenotes/MinGW/ReadMe.txt [new file with mode: 0644]
releasenotes/Unix/ReadMe.txt [new file with mode: 0644]
releasenotes/msvc/ReadMe.txt [new file with mode: 0644]
releasenotes/releasenotes.txt [new file with mode: 0644]
samples/CMakeLists.txt [new file with mode: 0644]
samples/Jzon.cpp [new file with mode: 0644]
samples/Jzon.h [new file with mode: 0644]
samples/addmoddel.cpp [new file with mode: 0644]
samples/conntest.cpp [new file with mode: 0644]
samples/convert-test.cpp [new file with mode: 0644]
samples/easyaccess-test.cpp [new file with mode: 0644]
samples/exifcomment.cpp [new file with mode: 0644]
samples/exifdata-test.cpp [new file with mode: 0644]
samples/exifdata.cpp [new file with mode: 0644]
samples/exifprint.cpp [new file with mode: 0644]
samples/exifvalue.cpp [new file with mode: 0644]
samples/exiv2json.cpp [new file with mode: 0644]
samples/geotag.cpp [new file with mode: 0644]
samples/getopt-test.cpp [new file with mode: 0644]
samples/httptest.cpp [new file with mode: 0644]
samples/ini-test.cpp [new file with mode: 0644]
samples/ini-test.ini [new file with mode: 0755]
samples/iotest.cpp [new file with mode: 0644]
samples/iptceasy.cpp [new file with mode: 0644]
samples/iptcprint.cpp [new file with mode: 0644]
samples/iptctest.cpp [new file with mode: 0644]
samples/key-test.cpp [new file with mode: 0644]
samples/largeiptc-test.cpp [new file with mode: 0644]
samples/metacopy.cpp [new file with mode: 0644]
samples/metacopy.hpp [new file with mode: 0644]
samples/mmap-test.cpp [new file with mode: 0644]
samples/mrwthumb.cpp [new file with mode: 0644]
samples/mt-test.cpp [new file with mode: 0644]
samples/path-test.cpp [new file with mode: 0644]
samples/prevtest.cpp [new file with mode: 0644]
samples/remotetest.cpp [new file with mode: 0644]
samples/stringto-test.cpp [new file with mode: 0644]
samples/taglist.cpp [new file with mode: 0644]
samples/tiff-test.cpp [new file with mode: 0644]
samples/tiffaddpath-test.cpp [new file with mode: 0644]
samples/toexv.cpp [new file with mode: 0644]
samples/toexv.hpp [new file with mode: 0644]
samples/werror-test.cpp [new file with mode: 0644]
samples/write-test.cpp [new file with mode: 0644]
samples/write2-test.cpp [new file with mode: 0644]
samples/xmpdump.cpp [new file with mode: 0644]
samples/xmpparse.cpp [new file with mode: 0644]
samples/xmpparser-test.cpp [new file with mode: 0644]
samples/xmpprint.cpp [new file with mode: 0644]
samples/xmpsample.cpp [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/TODO [new file with mode: 0644]
src/actions.cpp [new file with mode: 0644]
src/actions.hpp [new file with mode: 0644]
src/asfvideo.cpp [new file with mode: 0644]
src/basicio.cpp [new file with mode: 0644]
src/bmffimage.cpp [new file with mode: 0644]
src/bmpimage.cpp [new file with mode: 0644]
src/canonmn_int.cpp [new file with mode: 0644]
src/canonmn_int.hpp [new file with mode: 0644]
src/casiomn_int.cpp [new file with mode: 0644]
src/casiomn_int.hpp [new file with mode: 0644]
src/convert.cpp [new file with mode: 0644]
src/cr2header_int.cpp [new file with mode: 0644]
src/cr2header_int.hpp [new file with mode: 0644]
src/cr2image.cpp [new file with mode: 0644]
src/crwimage.cpp [new file with mode: 0644]
src/crwimage_int.cpp [new file with mode: 0644]
src/crwimage_int.hpp [new file with mode: 0644]
src/datasets.cpp [new file with mode: 0644]
src/doxygen.hpp.in [new file with mode: 0644]
src/easyaccess.cpp [new file with mode: 0644]
src/enforce.hpp [new file with mode: 0644]
src/epsimage.cpp [new file with mode: 0644]
src/error.cpp [new file with mode: 0644]
src/exif.cpp [new file with mode: 0644]
src/exiv2.cpp [new file with mode: 0644]
src/exiv2app.hpp [new file with mode: 0644]
src/fff.h [new file with mode: 0644]
src/fujimn_int.cpp [new file with mode: 0644]
src/fujimn_int.hpp [new file with mode: 0644]
src/futils.cpp [new file with mode: 0644]
src/getopt.cpp [new file with mode: 0644]
src/getopt.hpp [new file with mode: 0644]
src/gifimage.cpp [new file with mode: 0644]
src/helper_functions.cpp [new file with mode: 0644]
src/helper_functions.hpp [new file with mode: 0644]
src/http.cpp [new file with mode: 0644]
src/i18n.h [new file with mode: 0644]
src/image.cpp [new file with mode: 0644]
src/image_int.cpp [new file with mode: 0644]
src/image_int.hpp [new file with mode: 0644]
src/ini.cpp [new file with mode: 0755]
src/iptc.cpp [new file with mode: 0644]
src/jp2image.cpp [new file with mode: 0644]
src/jp2image_int.cpp [new file with mode: 0644]
src/jp2image_int.hpp [new file with mode: 0644]
src/jpgimage.cpp [new file with mode: 0644]
src/makernote_int.cpp [new file with mode: 0644]
src/makernote_int.hpp [new file with mode: 0644]
src/matroskavideo.cpp [new file with mode: 0644]
src/metadatum.cpp [new file with mode: 0644]
src/minoltamn_int.cpp [new file with mode: 0644]
src/minoltamn_int.hpp [new file with mode: 0644]
src/mrwimage.cpp [new file with mode: 0644]
src/nikonmn_int.cpp [new file with mode: 0644]
src/nikonmn_int.hpp [new file with mode: 0644]
src/olympusmn_int.cpp [new file with mode: 0644]
src/olympusmn_int.hpp [new file with mode: 0644]
src/orfimage.cpp [new file with mode: 0644]
src/orfimage_int.cpp [new file with mode: 0644]
src/orfimage_int.hpp [new file with mode: 0644]
src/panasonicmn_int.cpp [new file with mode: 0644]
src/panasonicmn_int.hpp [new file with mode: 0644]
src/pentaxmn_int.cpp [new file with mode: 0644]
src/pentaxmn_int.hpp [new file with mode: 0644]
src/pgfimage.cpp [new file with mode: 0644]
src/pngchunk_int.cpp [new file with mode: 0644]
src/pngchunk_int.hpp [new file with mode: 0644]
src/pngimage.cpp [new file with mode: 0644]
src/preview.cpp [new file with mode: 0644]
src/private.h [new file with mode: 0644]
src/properties.cpp [new file with mode: 0644]
src/psdimage.cpp [new file with mode: 0644]
src/quicktimevideo.cpp [new file with mode: 0644]
src/rafimage.cpp [new file with mode: 0644]
src/riffvideo.cpp [new file with mode: 0644]
src/rw2image.cpp [new file with mode: 0644]
src/rw2image_int.cpp [new file with mode: 0644]
src/rw2image_int.hpp [new file with mode: 0644]
src/safe_op.hpp [new file with mode: 0644]
src/samsungmn_int.cpp [new file with mode: 0644]
src/samsungmn_int.hpp [new file with mode: 0644]
src/sigmamn_int.cpp [new file with mode: 0644]
src/sigmamn_int.hpp [new file with mode: 0644]
src/sonymn_int.cpp [new file with mode: 0644]
src/sonymn_int.hpp [new file with mode: 0644]
src/ssh.cpp [new file with mode: 0644]
src/tags.cpp [new file with mode: 0644]
src/tags_int.cpp [new file with mode: 0644]
src/tags_int.hpp [new file with mode: 0644]
src/tgaimage.cpp [new file with mode: 0644]
src/tiffcomposite_int.cpp [new file with mode: 0644]
src/tiffcomposite_int.hpp [new file with mode: 0644]
src/tifffwd_int.hpp [new file with mode: 0644]
src/tiffimage.cpp [new file with mode: 0644]
src/tiffimage_int.cpp [new file with mode: 0644]
src/tiffimage_int.hpp [new file with mode: 0644]
src/tiffvisitor_int.cpp [new file with mode: 0644]
src/tiffvisitor_int.hpp [new file with mode: 0644]
src/timegm.h [new file with mode: 0644]
src/types.cpp [new file with mode: 0644]
src/tzfile.h [new file with mode: 0644]
src/unused.h [new file with mode: 0644]
src/utils.cpp [new file with mode: 0644]
src/utils.hpp [new file with mode: 0644]
src/utilsvideo.cpp [new file with mode: 0644]
src/value.cpp [new file with mode: 0644]
src/version.cpp [new file with mode: 0644]
src/webpimage.cpp [new file with mode: 0644]
src/xmp.cpp [new file with mode: 0644]
src/xmpsidecar.cpp [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/ReadMe.txt [new file with mode: 0644]
test/addmoddel.sh [new file with mode: 0755]
test/bash_tests.sh [new file with mode: 0755]
test/conversions.sh [new file with mode: 0755]
test/crw-test.sh [new file with mode: 0755]
test/data/003-heap-buffer-over [new file with mode: 0644]
test/data/004-heap-buffer-over [new file with mode: 0644]
test/data/005-invalid-mem [new file with mode: 0644]
test/data/006-heap-buffer-over [new file with mode: 0644]
test/data/007-heap-buffer-over [new file with mode: 0644]
test/data/008-invalid-mem [new file with mode: 0644]
test/data/009-stack-over [new file with mode: 0644]
test/data/01-Null-exiv2-poc [new file with mode: 0644]
test/data/010_bad_free [new file with mode: 0644]
test/data/02-Invalid-mem-def [new file with mode: 0644]
test/data/1-out-of-read-Poc [new file with mode: 0644]
test/data/1-string-format.jpg [new file with mode: 0644]
test/data/10-printStructure-outbound-read-2 [new file with mode: 0644]
test/data/1343_comment.png [new file with mode: 0644]
test/data/1343_empty.png [new file with mode: 0644]
test/data/1343_exif.png [new file with mode: 0644]
test/data/2-invalid-memory-access [new file with mode: 0644]
test/data/2-out-of-read-Poc [new file with mode: 0644]
test/data/20110626_213900.exv [new file with mode: 0644]
test/data/20110626_213900.psd [new file with mode: 0644]
test/data/2018-01-09-exiv2-crash-001.tiff [new file with mode: 0644]
test/data/2018-01-09-exiv2-crash-002.tiff [new file with mode: 0644]
test/data/2018-01-09-exiv2-crash-003.tiff [new file with mode: 0644]
test/data/2021-02-13-1929.heic [new file with mode: 0644]
test/data/3-stringformat-outofbound-read [new file with mode: 0644]
test/data/4-DataBuf-abort-1 [new file with mode: 0644]
test/data/7-printIFD-divbyzero-1 [new file with mode: 0644]
test/data/9-printStructure-outbound-read-1 [new file with mode: 0644]
test/data/BlueSquare.xmp [new file with mode: 0644]
test/data/CH0_0174.exv [new file with mode: 0644]
test/data/COPYRIGHT [new file with mode: 0644]
test/data/Canon-R6-pruned.CR3 [new file with mode: 0644]
test/data/Canon.HIF [new file with mode: 0644]
test/data/CanonEF100mmF2.8LMacroISUSM.exv [new file with mode: 0644]
test/data/Canon_Sigma_18_35_F18_DC_HSM_firmware_1xx.exv [new file with mode: 0644]
test/data/Canon_Sigma_18_35_F18_DC_HSM_firmware_2xx.exv [new file with mode: 0644]
test/data/DSC_3079.jpg [new file with mode: 0644]
test/data/FujiTagsDRangeAutoRating1.jpg [new file with mode: 0644]
test/data/FujiTagsDRangeStrongRating3.jpg [new file with mode: 0644]
test/data/FujiTagsDRangeWeakRating2.jpg [new file with mode: 0644]
test/data/FujiTagsSTone-2HTone4.jpg [new file with mode: 0644]
test/data/FujiTagsSTone0HTone0Rating4.jpg [new file with mode: 0644]
test/data/FujiTagsSTone1HTone-1Rating5.jpg [new file with mode: 0644]
test/data/FujiTagsSTone4HTone-2.jpg [new file with mode: 0644]
test/data/FurnaceCreekInn.gpx [new file with mode: 0644]
test/data/FurnaceCreekInn.jpg [new file with mode: 0644]
test/data/FurnaceCreekInn2.jpg [new file with mode: 0644]
test/data/FurnaceCreekInn3.jpg [new file with mode: 0644]
test/data/IMGP0006-min.jpg [new file with mode: 0644]
test/data/IMGP0020.exv [new file with mode: 0644]
test/data/IMG_0246.exv [new file with mode: 0644]
test/data/IMG_1361.dng [new file with mode: 0644]
test/data/IMG_3578.heic [new file with mode: 0644]
test/data/Jp2Image_readMetadata_loop.poc [new file with mode: 0644]
test/data/NikonMakerNotePrint0x088_overread [new file with mode: 0644]
test/data/POC [new file with mode: 0755]
test/data/POC-file_issue_1019 [new file with mode: 0755]
test/data/POC1 [new file with mode: 0644]
test/data/POC11 [new file with mode: 0644]
test/data/POC12 [new file with mode: 0644]
test/data/POC13 [new file with mode: 0644]
test/data/POC2 [new file with mode: 0755]
test/data/POC3 [new file with mode: 0644]
test/data/POC4 [new file with mode: 0644]
test/data/POC5 [new file with mode: 0644]
test/data/POC6 [new file with mode: 0644]
test/data/POC7 [new file with mode: 0644]
test/data/POC8 [new file with mode: 0755]
test/data/POC9 [new file with mode: 0644]
test/data/RAW_PENTAX_K100.exv [new file with mode: 0644]
test/data/RAW_PENTAX_K30.exv [new file with mode: 0644]
test/data/Reagan.jp2 [new file with mode: 0644]
test/data/Reagan.jpg [new file with mode: 0644]
test/data/Reagan.jxl [new file with mode: 0644]
test/data/Reagan.tiff [new file with mode: 0644]
test/data/Reagan2.jp2 [new file with mode: 0644]
test/data/ReaganLargeJpg.jpg [new file with mode: 0644]
test/data/ReaganLargePng.png [new file with mode: 0644]
test/data/ReaganLargeTiff.tiff [new file with mode: 0644]
test/data/ReaganSmallPng.png [new file with mode: 0644]
test/data/Sigma_120-300_DG_OS_HSM_Sport_lens.exv [new file with mode: 0644]
test/data/Sigma_14-24mm_F2.8_DG_HSM_A_for_EOS.exv [new file with mode: 0644]
test/data/Sigma_20mm_F1.4_DG_HSM_A.exv [new file with mode: 0644]
test/data/Sigma_28mm_F1.4_DG_HSM_A_for_EOS.exv [new file with mode: 0644]
test/data/Sigma_35mm_F1.4_DG_HSM_A_for_EOS.exv [new file with mode: 0644]
test/data/Sigma_40mm_F1.4_DG_HSM_A_for_EOS.exv [new file with mode: 0644]
test/data/Sigma_50mm_F1.4_DG_HSM_A.exv [new file with mode: 0644]
test/data/Sigma_50mm_F1.4_DG_HSM_A_for_EOS.exv [new file with mode: 0644]
test/data/Sigma_60-600mm_F4.5-6.3_DG_OS_HSM_S_for_EOS.exv [new file with mode: 0644]
test/data/Sigma_APO_MACRO_180_F3.5_EX_DG_HSM.exv [new file with mode: 0644]
test/data/Sony.HIF [new file with mode: 0644]
test/data/StaffPhotographer-Example.xmp [new file with mode: 0644]
test/data/Stonehenge.exv [new file with mode: 0644]
test/data/Stonehenge.heic [new file with mode: 0644]
test/data/TamronSP15-30mmF2.8DiVCUSDA012.exv [new file with mode: 0644]
test/data/TamronSP90mmF2.8DiVCUSDMacroF004.exv [new file with mode: 0644]
test/data/TamronSP90mmF2.8DiVCUSDMacroF017.exv [new file with mode: 0644]
test/data/Tamron_SP70-300_F4-5.6_Di_VC_USD_A030.exv [new file with mode: 0644]
test/data/Tamron_SP_35mm_f1.4_Di_USD_F045.exv [new file with mode: 0644]
test/data/Tokina_atx-i_11-16mm_F2.8_CF.exv [new file with mode: 0644]
test/data/_DSC8437.exv [new file with mode: 0644]
test/data/addmoddel.out [new file with mode: 0644]
test/data/avif.avif [new file with mode: 0644]
test/data/avif_exif_xmp.avif [new file with mode: 0644]
test/data/avif_metadata2.avif [new file with mode: 0644]
test/data/bug799.cmd [new file with mode: 0644]
test/data/cmdxmp.txt [new file with mode: 0644]
test/data/conversions.out [new file with mode: 0644]
test/data/coverage_xmp_doctype.exv [new file with mode: 0644]
test/data/crw-test.out [new file with mode: 0644]
test/data/cve_2017_1000126_stack-oob-read.webp [new file with mode: 0644]
test/data/cve_2017_18005_reproducer.tiff [new file with mode: 0644]
test/data/exifdata-test.out [new file with mode: 0644]
test/data/exiv2-bug1014.exv [new file with mode: 0644]
test/data/exiv2-bug1014_2.exv [new file with mode: 0644]
test/data/exiv2-bug1024.exv [new file with mode: 0644]
test/data/exiv2-bug1026.jpg [new file with mode: 0644]
test/data/exiv2-bug1040.jpg [new file with mode: 0644]
test/data/exiv2-bug1044.tif [new file with mode: 0644]
test/data/exiv2-bug1062.jpg [new file with mode: 0644]
test/data/exiv2-bug1074.png [new file with mode: 0644]
test/data/exiv2-bug1080.jpg [new file with mode: 0644]
test/data/exiv2-bug1108.exv [new file with mode: 0644]
test/data/exiv2-bug1108.xmp [new file with mode: 0644]
test/data/exiv2-bug1112.xmp [new file with mode: 0644]
test/data/exiv2-bug1114.jpg [new file with mode: 0644]
test/data/exiv2-bug1122.exv [new file with mode: 0644]
test/data/exiv2-bug1137.jpg [new file with mode: 0644]
test/data/exiv2-bug1140.exv [new file with mode: 0644]
test/data/exiv2-bug1144a.exv [new file with mode: 0644]
test/data/exiv2-bug1144b.exv [new file with mode: 0644]
test/data/exiv2-bug1144c.exv [new file with mode: 0644]
test/data/exiv2-bug1144d.exv [new file with mode: 0644]
test/data/exiv2-bug1144e.exv [new file with mode: 0644]
test/data/exiv2-bug1144f.exv [new file with mode: 0644]
test/data/exiv2-bug1144g.exv [new file with mode: 0644]
test/data/exiv2-bug1145a.exv [new file with mode: 0644]
test/data/exiv2-bug1145b.exv [new file with mode: 0644]
test/data/exiv2-bug1145c.exv [new file with mode: 0644]
test/data/exiv2-bug1145d.exv [new file with mode: 0644]
test/data/exiv2-bug1145e.exv [new file with mode: 0644]
test/data/exiv2-bug1153Aa.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ab.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ac.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ad.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ae.exv [new file with mode: 0644]
test/data/exiv2-bug1153Af.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ag.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ah.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ai.exv [new file with mode: 0644]
test/data/exiv2-bug1153Aj.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ak.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ja.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jb.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jc.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jd.exv [new file with mode: 0644]
test/data/exiv2-bug1153Je.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jf.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jg.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jh.exv [new file with mode: 0644]
test/data/exiv2-bug1153Ji.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jj.exv [new file with mode: 0644]
test/data/exiv2-bug1153Jk.exv [new file with mode: 0644]
test/data/exiv2-bug1155a.exv [new file with mode: 0644]
test/data/exiv2-bug1155b.exv [new file with mode: 0644]
test/data/exiv2-bug1155c.exv [new file with mode: 0644]
test/data/exiv2-bug1155d.exv [new file with mode: 0644]
test/data/exiv2-bug1155e.exv [new file with mode: 0644]
test/data/exiv2-bug1155f.exv [new file with mode: 0644]
test/data/exiv2-bug1155g.exv [new file with mode: 0644]
test/data/exiv2-bug1155h.exv [new file with mode: 0644]
test/data/exiv2-bug1155i.exv [new file with mode: 0644]
test/data/exiv2-bug1166.exv [new file with mode: 0644]
test/data/exiv2-bug1167.exv [new file with mode: 0644]
test/data/exiv2-bug1170.exv [new file with mode: 0644]
test/data/exiv2-bug1179a.exv [new file with mode: 0644]
test/data/exiv2-bug1179b.exv [new file with mode: 0644]
test/data/exiv2-bug1179c.exv [new file with mode: 0644]
test/data/exiv2-bug1179d.exv [new file with mode: 0644]
test/data/exiv2-bug1179e.exv [new file with mode: 0644]
test/data/exiv2-bug1179f.exv [new file with mode: 0644]
test/data/exiv2-bug1179g.exv [new file with mode: 0644]
test/data/exiv2-bug1179h.exv [new file with mode: 0644]
test/data/exiv2-bug1179i.exv [new file with mode: 0644]
test/data/exiv2-bug1179j.exv [new file with mode: 0644]
test/data/exiv2-bug1199.webp [new file with mode: 0644]
test/data/exiv2-bug1202.jpg [new file with mode: 0644]
test/data/exiv2-bug1225.exv [new file with mode: 0644]
test/data/exiv2-bug1229.jpg [new file with mode: 0644]
test/data/exiv2-bug1231a.jpg [new file with mode: 0644]
test/data/exiv2-bug1231b.jpg [new file with mode: 0644]
test/data/exiv2-bug1247.jpg [new file with mode: 0644]
test/data/exiv2-bug1252a.exv [new file with mode: 0644]
test/data/exiv2-bug1252b.exv [new file with mode: 0644]
test/data/exiv2-bug1348.exv [new file with mode: 0644]
test/data/exiv2-bug426.jpg [new file with mode: 0644]
test/data/exiv2-bug440.jpg [new file with mode: 0644]
test/data/exiv2-bug443.jpg [new file with mode: 0644]
test/data/exiv2-bug444.jpg [new file with mode: 0644]
test/data/exiv2-bug445.jpg [new file with mode: 0644]
test/data/exiv2-bug447.jpg [new file with mode: 0644]
test/data/exiv2-bug460.jpg [new file with mode: 0644]
test/data/exiv2-bug479.jpg [new file with mode: 0644]
test/data/exiv2-bug480.jpg [new file with mode: 0644]
test/data/exiv2-bug495.jpg [new file with mode: 0644]
test/data/exiv2-bug501.jpg [new file with mode: 0644]
test/data/exiv2-bug528.jpg [new file with mode: 0644]
test/data/exiv2-bug540.jpg [new file with mode: 0644]
test/data/exiv2-bug784.jpg [new file with mode: 0644]
test/data/exiv2-bug800-8BIM.jpg [new file with mode: 0644]
test/data/exiv2-bug800-8BIM.psd [new file with mode: 0644]
test/data/exiv2-bug800-AgHg.jpg [new file with mode: 0644]
test/data/exiv2-bug800-AgHg.psd [new file with mode: 0644]
test/data/exiv2-bug800-DCSR.jpg [new file with mode: 0644]
test/data/exiv2-bug800-DCSR.psd [new file with mode: 0644]
test/data/exiv2-bug800-PHUT.jpg [new file with mode: 0644]
test/data/exiv2-bug800-PHUT.psd [new file with mode: 0644]
test/data/exiv2-bug816a.exv [new file with mode: 0644]
test/data/exiv2-bug816b.exv [new file with mode: 0644]
test/data/exiv2-bug816c.exv [new file with mode: 0644]
test/data/exiv2-bug816d.exv [new file with mode: 0644]
test/data/exiv2-bug816e.exv [new file with mode: 0644]
test/data/exiv2-bug825a.exv [new file with mode: 0644]
test/data/exiv2-bug825b.exv [new file with mode: 0644]
test/data/exiv2-bug836.eps [new file with mode: 0644]
test/data/exiv2-bug836.eps.rsrc [new file with mode: 0644]
test/data/exiv2-bug841.png [new file with mode: 0644]
test/data/exiv2-bug855.jpg [new file with mode: 0644]
test/data/exiv2-bug876.jpg [new file with mode: 0644]
test/data/exiv2-bug884a.jpg [new file with mode: 0644]
test/data/exiv2-bug884b.jpg [new file with mode: 0644]
test/data/exiv2-bug884c.jpg [new file with mode: 0644]
test/data/exiv2-bug922.jpg [new file with mode: 0644]
test/data/exiv2-bug922.png [new file with mode: 0644]
test/data/exiv2-bug922.tif [new file with mode: 0644]
test/data/exiv2-bug922a.jpg [new file with mode: 0644]
test/data/exiv2-bug937.jpg [new file with mode: 0644]
test/data/exiv2-canon-eos-20d.jpg [new file with mode: 0644]
test/data/exiv2-canon-eos-300d.jpg [new file with mode: 0644]
test/data/exiv2-canon-eos-d30.jpg [new file with mode: 0644]
test/data/exiv2-canon-powershot-a520.jpg [new file with mode: 0644]
test/data/exiv2-canon-powershot-s40.crw [new file with mode: 0644]
test/data/exiv2-canon-powershot-s40.jpg [new file with mode: 0644]
test/data/exiv2-empty.jpg [new file with mode: 0644]
test/data/exiv2-fujifilm-finepix-s2pro.jpg [new file with mode: 0644]
test/data/exiv2-g20.exv [new file with mode: 0644]
test/data/exiv2-g45.exv [new file with mode: 0644]
test/data/exiv2-gc.jpg [new file with mode: 0644]
test/data/exiv2-issue1208.exv [new file with mode: 0644]
test/data/exiv2-kodak-dc210.jpg [new file with mode: 0644]
test/data/exiv2-memorymmap-error [new file with mode: 0644]
test/data/exiv2-nikon-d70.jpg [new file with mode: 0644]
test/data/exiv2-nikon-e950.jpg [new file with mode: 0644]
test/data/exiv2-nikon-e990.jpg [new file with mode: 0644]
test/data/exiv2-olympus-c8080wz.jpg [new file with mode: 0644]
test/data/exiv2-panasonic-dmc-fz5.jpg [new file with mode: 0644]
test/data/exiv2-photoshop.psd [new file with mode: 0644]
test/data/exiv2-pr1009.exv [new file with mode: 0644]
test/data/exiv2-pr1105.exv [new file with mode: 0644]
test/data/exiv2-pr1409.exv [new file with mode: 0644]
test/data/exiv2-pr317.exv [new file with mode: 0644]
test/data/exiv2-pr906.exv [new file with mode: 0644]
test/data/exiv2-pre-in-xmp.xmp [new file with mode: 0644]
test/data/exiv2-sigma-d10.jpg [new file with mode: 0644]
test/data/exiv2-sony-dsc-w7.jpg [new file with mode: 0644]
test/data/exiv2-test.out [new file with mode: 0644]
test/data/exiv2.dc.dwc.i18n.diff [new file with mode: 0644]
test/data/exiv2.dc.dwc.i18n.jpg [new file with mode: 0644]
test/data/exiv2.dc.dwc.i18n.txt [new file with mode: 0644]
test/data/exiv2_0-26_exiv2_uncontrolled-recursion_printIFDStructure.tif [new file with mode: 0644]
test/data/ext.dat [new file with mode: 0644]
test/data/geotag-test.out [new file with mode: 0644]
test/data/glider.exv [new file with mode: 0644]
test/data/glider.exv.egd [new file with mode: 0644]
test/data/glider.exv.iagd [new file with mode: 0644]
test/data/glider.exv.ipgd [new file with mode: 0644]
test/data/glider.exv.irgd [new file with mode: 0644]
test/data/glider.exv.ixgd [new file with mode: 0644]
test/data/h02.psd [new file with mode: 0644]
test/data/heap-oob-write.tiff [new file with mode: 0644]
test/data/heic.heic [new file with mode: 0644]
test/data/icc-test.out [new file with mode: 0644]
test/data/imagemagick.pgf [new file with mode: 0644]
test/data/imagemagick.png [new file with mode: 0644]
test/data/iotest.out [new file with mode: 0644]
test/data/iptc-noAPP13.jpg [new file with mode: 0644]
test/data/iptc-noAPP13.jpg.egd [new file with mode: 0644]
test/data/iptc-noAPP13.jpg.iagd [new file with mode: 0644]
test/data/iptc-noAPP13.jpg.ipgd [new file with mode: 0644]
test/data/iptc-noAPP13.jpg.irgd [new file with mode: 0644]
test/data/iptc-noAPP13.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-noIPTC.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCbeg.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCbeg.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCbeg.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCbeg.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCbeg.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCbeg.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCempty.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCend.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCend.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCend.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCend.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCend.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCend.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg [new file with mode: 0644]
test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.ixgd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.egd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.iagd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.ipgd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.irgd [new file with mode: 0644]
test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.ixgd [new file with mode: 0644]
test/data/iso65k-test.out [new file with mode: 0644]
test/data/issue_1097_poc.crw [new file with mode: 0644]
test/data/issue_1099_poc.bin [new file with mode: 0644]
test/data/issue_1099_poc.txt [new file with mode: 0644]
test/data/issue_1530_poc.crw [new file with mode: 0644]
test/data/issue_1530_poc.exv [new file with mode: 0644]
test/data/issue_1570_poc.bmff [new file with mode: 0644]
test/data/issue_1706_poc.exv [new file with mode: 0644]
test/data/issue_170_poc [new file with mode: 0644]
test/data/issue_1713_poc.xmp [new file with mode: 0644]
test/data/issue_1791_new.raf [new file with mode: 0644]
test/data/issue_1791_old.raf [new file with mode: 0644]
test/data/issue_1793_poc.heic [new file with mode: 0644]
test/data/issue_1812_poc.jp2 [new file with mode: 0644]
test/data/issue_1815_poc.jpg [new file with mode: 0644]
test/data/issue_1817_poc.png [new file with mode: 0644]
test/data/issue_1819_poc.exv [new file with mode: 0644]
test/data/issue_1821_poc.xmp [new file with mode: 0644]
test/data/issue_1827_poc.crw [new file with mode: 0644]
test/data/issue_1830_poc.tiff [new file with mode: 0644]
test/data/issue_1833_poc.jpg [new file with mode: 0644]
test/data/issue_1838_poc.crw [new file with mode: 0644]
test/data/issue_1841_poc.webp [new file with mode: 0644]
test/data/issue_1845_poc.jp2 [new file with mode: 0644]
test/data/issue_1847_poc.jpg [new file with mode: 0644]
test/data/issue_187 [new file with mode: 0644]
test/data/issue_1881_coverage.jpg [new file with mode: 0644]
test/data/issue_1881_poc.jpg [new file with mode: 0644]
test/data/issue_1887_poc.crw [new file with mode: 0644]
test/data/issue_1901_poc1.xmp [new file with mode: 0644]
test/data/issue_1901_poc2.xmp [new file with mode: 0644]
test/data/issue_1901_poc3.xmp [new file with mode: 0644]
test/data/issue_1901_poc4.xmp [new file with mode: 0644]
test/data/issue_1918_poc1.jpg [new file with mode: 0644]
test/data/issue_1918_poc2.jpg [new file with mode: 0644]
test/data/issue_1918_poc3.jpg [new file with mode: 0644]
test/data/issue_2027_poc.jpg [new file with mode: 0644]
test/data/issue_2178_poc.jp2 [new file with mode: 0644]
test/data/issue_2190_poc.jp2 [new file with mode: 0644]
test/data/issue_2268_poc.jp2 [new file with mode: 0644]
test/data/issue_378_1-poc-heapoverflow [new file with mode: 0644]
test/data/issue_400_poc1 [new file with mode: 0644]
test/data/issue_400_poc2 [new file with mode: 0644]
test/data/issue_428_poc1.png [new file with mode: 0644]
test/data/issue_428_poc2.png [new file with mode: 0644]
test/data/issue_428_poc3.png [new file with mode: 0644]
test/data/issue_428_poc4.png [new file with mode: 0644]
test/data/issue_428_poc5.png [new file with mode: 0644]
test/data/issue_428_poc6.png [new file with mode: 0644]
test/data/issue_428_poc7.png [new file with mode: 0644]
test/data/issue_428_poc8.png [new file with mode: 0644]
test/data/issue_457_poc [new file with mode: 0644]
test/data/issue_460 [new file with mode: 0644]
test/data/issue_547.poc [new file with mode: 0644]
test/data/issue_712_poc.tif [new file with mode: 0644]
test/data/issue_742_poc [new file with mode: 0644]
test/data/issue_743.exv [new file with mode: 0644]
test/data/issue_789_poc1.png [new file with mode: 0644]
test/data/issue_790_poc2.png [new file with mode: 0644]
test/data/issue_791_poc1.webp [new file with mode: 0644]
test/data/issue_828_poc.png [new file with mode: 0644]
test/data/issue_839_poc.rw2 [new file with mode: 0644]
test/data/issue_841_poc.crw [new file with mode: 0644]
test/data/issue_843_poc.crw [new file with mode: 0644]
test/data/issue_845_poc.png [new file with mode: 0644]
test/data/issue_847_poc.pgf [new file with mode: 0644]
test/data/issue_851_poc.xmp [new file with mode: 0644]
test/data/issue_853_poc.jpg [new file with mode: 0644]
test/data/issue_855_poc.psd [new file with mode: 0644]
test/data/issue_857_coverage.raf [new file with mode: 0644]
test/data/issue_857_poc.raf [new file with mode: 0644]
test/data/issue_867_poc.psd [new file with mode: 0644]
test/data/issue_869_poc.png [new file with mode: 0644]
test/data/issue_943_poc1.mrm [new file with mode: 0644]
test/data/issue_943_poc2.mrm [new file with mode: 0644]
test/data/issue_94_poc3.pgf [new file with mode: 0644]
test/data/issue_960.poc.webp [new file with mode: 0644]
test/data/issue_ghsa_583f_w9pm_99r2_poc.jp2 [new file with mode: 0644]
test/data/issue_ghsa_5p8g_9xf3_gfrr_poc.exv [new file with mode: 0644]
test/data/issue_ghsa_5p8g_9xf3_gfrr_poc.webp [new file with mode: 0644]
test/data/issue_ghsa_7569_phvm_vwc2_poc.exv [new file with mode: 0644]
test/data/issue_ghsa_7569_phvm_vwc2_poc.jp2 [new file with mode: 0644]
test/data/issue_ghsa_8949_hhfh_j7rj_poc.exv [new file with mode: 0644]
test/data/issue_ghsa_8949_hhfh_j7rj_poc.jp2 [new file with mode: 0644]
test/data/issue_ghsa_9jh3_fcc3_g6hv_poc.jpg [new file with mode: 0644]
test/data/issue_ghsa_g44w_q3vm_gwjq_poc.jpg [new file with mode: 0644]
test/data/issue_ghsa_h9x9_4f77_336w_poc.exv [new file with mode: 0644]
test/data/issue_ghsa_jgm9_5fw5_pw9p_poc.exv [new file with mode: 0644]
test/data/issue_ghsa_jgm9_5fw5_pw9p_poc.jp2 [new file with mode: 0644]
test/data/issue_ghsa_m479_7frc_gqqg_poc.crw [new file with mode: 0644]
test/data/issue_ghsa_mvc4_g5pv_4qqq_poc.jpg [new file with mode: 0644]
test/data/issue_ghsa_mxw9_qx4c_6m8v_poc.jp2 [new file with mode: 0644]
test/data/issue_ghsa_pvjp_m4f6_q984_poc.exv [new file with mode: 0644]
test/data/issue_ghsa_v5g7_46xf_h728_poc.exv [new file with mode: 0755]
test/data/large.icc [new file with mode: 0644]
test/data/mini9.tif [new file with mode: 0644]
test/data/modify-test.out [new file with mode: 0644]
test/data/modifycmd1.txt [new file with mode: 0644]
test/data/modifycmd2.txt [new file with mode: 0644]
test/data/nls-test.out [new file with mode: 0644]
test/data/olympus-m.zuiko-17mm-f1.2-pro.exv [new file with mode: 0644]
test/data/path-test.txt [new file with mode: 0644]
test/data/png-test.out [new file with mode: 0644]
test/data/pocIssue283.jpg [new file with mode: 0644]
test/data/pocIssue306 [new file with mode: 0644]
test/data/pocIssue511 [new file with mode: 0644]
test/data/pocIssue561 [new file with mode: 0644]
test/data/poc_1522.jp2 [new file with mode: 0644]
test/data/poc_2017-12-12_issue188 [new file with mode: 0644]
test/data/pr_1384.exv [new file with mode: 0644]
test/data/preview-test.out [new file with mode: 0644]
test/data/preview/exiv2-bug443-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-bug444-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-bug444-preview2.jpg [new file with mode: 0644]
test/data/preview/exiv2-bug445-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-bug447-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-bug501-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-bug528-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-canon-eos-20d-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-canon-eos-300d-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-canon-eos-d30-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-canon-powershot-a520-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-canon-powershot-s40-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-fujifilm-finepix-s2pro-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-gc-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-kodak-dc210-preview1.tif [new file with mode: 0644]
test/data/preview/exiv2-nikon-d70-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-nikon-d70-preview2.jpg [new file with mode: 0644]
test/data/preview/exiv2-nikon-e950-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-nikon-e990-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-olympus-c8080wz-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-panasonic-dmc-fz5-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-photoshop-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-pre-in-xmp-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-sigma-d10-preview1.jpg [new file with mode: 0644]
test/data/preview/exiv2-sony-dsc-w7-preview1.jpg [new file with mode: 0644]
test/data/preview/glider-preview1.jpg [new file with mode: 0644]
test/data/preview/imagemagick-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-noIPTC-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-noIPTC-psAPP13-wIPTC-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTC-psAPP13-noIPTC-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTCbeg-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTCempty-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTCend-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTCmid-preview1.jpg [new file with mode: 0644]
test/data/preview/iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2-preview1.jpg [new file with mode: 0644]
test/data/preview/preview-test.out [new file with mode: 0644]
test/data/preview/smiley2-preview1.jpg [new file with mode: 0644]
test/data/printStructure [new file with mode: 0644]
test/data/printStructure2 [new file with mode: 0644]
test/data/relax.jp2 [new file with mode: 0644]
test/data/small.icc [new file with mode: 0644]
test/data/smiley1.jpg [new file with mode: 0644]
test/data/smiley1.jpg.c1gd [new file with mode: 0644]
test/data/smiley1.jpg.c2gd [new file with mode: 0644]
test/data/smiley1.jpg.c3gd [new file with mode: 0644]
test/data/smiley1.jpg.egd [new file with mode: 0644]
test/data/smiley1.jpg.i1gd [new file with mode: 0644]
test/data/smiley1.jpg.i2gd [new file with mode: 0644]
test/data/smiley1.jpg.i3gd [new file with mode: 0644]
test/data/smiley1.jpg.iagd [new file with mode: 0644]
test/data/smiley1.jpg.ipgd [new file with mode: 0644]
test/data/smiley1.jpg.irgd [new file with mode: 0644]
test/data/smiley1.jpg.ixgd [new file with mode: 0644]
test/data/smiley2.jpg [new file with mode: 0644]
test/data/smiley2.jpg.c1gd [new file with mode: 0644]
test/data/smiley2.jpg.c2gd [new file with mode: 0644]
test/data/smiley2.jpg.c3gd [new file with mode: 0644]
test/data/smiley2.jpg.egd [new file with mode: 0644]
test/data/smiley2.jpg.i1gd [new file with mode: 0644]
test/data/smiley2.jpg.i2gd [new file with mode: 0644]
test/data/smiley2.jpg.i3gd [new file with mode: 0644]
test/data/smiley2.jpg.iagd [new file with mode: 0644]
test/data/smiley2.jpg.ipgd [new file with mode: 0644]
test/data/smiley2.jpg.irgd [new file with mode: 0644]
test/data/smiley2.jpg.ixgd [new file with mode: 0644]
test/data/stdin-test.out [new file with mode: 0644]
test/data/stringto-test.out [new file with mode: 0644]
test/data/table.jpg [new file with mode: 0644]
test/data/table.jpg.c1gd [new file with mode: 0644]
test/data/table.jpg.c2gd [new file with mode: 0644]
test/data/table.jpg.c3gd [new file with mode: 0644]
test/data/table.jpg.egd [new file with mode: 0644]
test/data/table.jpg.i1gd [new file with mode: 0644]
test/data/table.jpg.i2gd [new file with mode: 0644]
test/data/table.jpg.i3gd [new file with mode: 0644]
test/data/table.jpg.iagd [new file with mode: 0644]
test/data/table.jpg.ipgd [new file with mode: 0644]
test/data/table.jpg.irgd [new file with mode: 0644]
test/data/table.jpg.ixgd [new file with mode: 0644]
test/data/test.tiff [new file with mode: 0644]
test/data/test_issue_1180.exv [new file with mode: 0644]
test/data/test_issue_1464.exv [new file with mode: 0644]
test/data/test_issue_1471.exv [new file with mode: 0644]
test/data/test_issue_1472.jpg [new file with mode: 0644]
test/data/test_issue_2126.exv [new file with mode: 0644]
test/data/test_issue_981a.exv [new file with mode: 0644]
test/data/test_issue_981b.exv [new file with mode: 0644]
test/data/test_issue_981c.exv [new file with mode: 0644]
test/data/test_issue_981d.exv [new file with mode: 0644]
test/data/test_issue_990.exv [new file with mode: 0644]
test/data/test_issue_ghsa_mv9g_fxh2_m49m.crw [new file with mode: 0644]
test/data/tiff-test.out [new file with mode: 0644]
test/data/tiffimage_int-out-of-bound-read-poc-2 [new file with mode: 0644]
test/data/webp-test.out [new file with mode: 0644]
test/data/write-test-debug.out [new file with mode: 0644]
test/data/write-test.out [new file with mode: 0644]
test/data/write2-test.out [new file with mode: 0644]
test/data/xmpparser-test.out [new file with mode: 0644]
test/data/xmpsdk.xmp [new file with mode: 0644]
test/exifdata-test.sh [new file with mode: 0755]
test/exiv2-test.sh [new file with mode: 0755]
test/functions.source [new file with mode: 0644]
test/geotag-test.sh [new file with mode: 0755]
test/icc-test.sh [new file with mode: 0755]
test/imagetest.sh [new file with mode: 0755]
test/iotest.sh [new file with mode: 0755]
test/iptctest.sh [new file with mode: 0755]
test/iso65k-test.sh [new file with mode: 0755]
test/modify-test.sh [new file with mode: 0755]
test/nls-test.sh [new file with mode: 0755]
test/path-test.sh [new file with mode: 0755]
test/png-test.sh [new file with mode: 0755]
test/preview-test.sh [new file with mode: 0755]
test/stdin-test.sh [new file with mode: 0755]
test/stringto-test.sh [new file with mode: 0755]
test/tests.sh [new file with mode: 0755]
test/tiff-test.sh [new file with mode: 0755]
test/unit_test.sh [new file with mode: 0755]
test/version_test.sh [new file with mode: 0755]
test/webp-test.sh [new file with mode: 0755]
test/write-test.sh [new file with mode: 0755]
test/write2-test.sh [new file with mode: 0755]
test/xmpparser-test.sh [new file with mode: 0755]
tests/README-TESTS.md [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/bash_tests/__init__.py [new file with mode: 0644]
tests/bash_tests/testcases.py [new file with mode: 0644]
tests/bash_tests/unit_test.py [new file with mode: 0644]
tests/bash_tests/utils.py [new file with mode: 0644]
tests/bash_tests/version_test.py [new file with mode: 0644]
tests/bugfixes/__init__.py [new file with mode: 0644]
tests/bugfixes/github/__init__.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_1000126.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_1000127.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11336.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11337.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11338.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11339.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11340.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11553.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11591.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11592.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_11683.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_12955.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_12956.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_12957.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14857.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14858.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14859.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14860.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14861.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14862.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14863.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14864.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14865.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_14866.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_17669.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_17722.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_17724.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_17725.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_18005.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2017_9953.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_10999.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_11531.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_12264.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_12265.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_2018_14046.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_4868.py [new file with mode: 0644]
tests/bugfixes/github/test_CVE_2018_9145.py [new file with mode: 0644]
tests/bugfixes/github/test_coverage_xmp_doctype.py [new file with mode: 0644]
tests/bugfixes/github/test_fuji_tags.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1011.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1014.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1019.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1046.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1069.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1078.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1097.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1099.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1180.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1208.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1368.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1464.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1471.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1472.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1473.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1484.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1503.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1504.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1522.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1530.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1570.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_159.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_170.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1706.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1713.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1791.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1793.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1812.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1815.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1817.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1819.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1821.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1827.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1830.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1833.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1838.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1841.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1845.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1847.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1881.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1887.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1893.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1901.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_1918.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_20.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_211.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_2126.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_216.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_2268.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_227.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_246.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_247.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_253.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_262.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_263.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_400.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_426.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_428.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_45.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_457.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_460.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_511.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_547.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_561.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_590.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_598.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_646.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_712.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_742.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_743.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_756.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_789.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_790.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_791.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_818.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_828.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_839.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_841.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_843.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_845.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_847.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_851.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_853.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_855.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_857.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_867.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_869.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_943.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_960.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_981.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_984.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_990.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_g44w_q3vm_gwjq.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_583f_w9pm_99r2.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_5p8g_9xf3_gfrr.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_7569_phvm_vwc2.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_8949_hhfh_j7rj.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_9jh3_fcc3_g6hv.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_h9x9_4f77_336w.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_hqjh_hpv8_8r9p.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_jgm9_5fw5_pw9p.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_m479_7frc_gqqg.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_mv9g_fxh2_m49m.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_mvc4_g5pv_4qqq.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_mxw9_qx4c_6m8v.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_pvjp_m4f6_q984.py [new file with mode: 0644]
tests/bugfixes/github/test_issue_ghsa_v5g7_46xf_h728.py [new file with mode: 0644]
tests/bugfixes/github/test_pr1475_AVIF.py [new file with mode: 0644]
tests/bugfixes/github/test_pr1475_HEIC.py [new file with mode: 0644]
tests/bugfixes/github/test_pr1475_HIF.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1105.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1375.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1384.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1409.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1436.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1437.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_1456.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_317.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_906.py [new file with mode: 0644]
tests/bugfixes/github/test_pr_992.py [new file with mode: 0644]
tests/bugfixes/github/test_regression_issue_201.py [new file with mode: 0644]
tests/bugfixes/redmine/__init__.py [new file with mode: 0644]
tests/bugfixes/redmine/issue_922_exiv2_pX_bug922_jpg_output [new file with mode: 0644]
tests/bugfixes/redmine/test_1305.py [new file with mode: 0644]
tests/bugfixes/redmine/test_426.py [new file with mode: 0644]
tests/bugfixes/redmine/test_440.py [new file with mode: 0644]
tests/bugfixes/redmine/test_easyaccess.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1024.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1026.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1040.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1043.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1044.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1053.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1054.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1058.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1062.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1074.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1080.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1108.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1112.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1114.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1122.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1137.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1140.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1144.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1145.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1153.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1155.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1166.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1167.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1170.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1179.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1202.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1223.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1225.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1229.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1231.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1242.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1247.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1252.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1305.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_1348.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_443.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_444.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_445.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_447.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_452.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_460.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_479.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_480.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_495.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_498.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_501.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_528.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_540.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_554.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_662.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_666.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_683.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_711.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_751.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_769.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_784.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_799.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_800.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_812.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_816.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_825.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_831.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_836.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_841.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_855.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_876.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_884.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_922.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_935.py [new file with mode: 0644]
tests/bugfixes/redmine/test_issue_937.py [new file with mode: 0644]
tests/requirements.txt [new file with mode: 0644]
tests/runner.py [new file with mode: 0644]
tests/suite.conf [new file with mode: 0644]
tests/system_tests.py [new file with mode: 0644]
tests/tiff_test/__init__.py [new file with mode: 0644]
tests/tiff_test/test_tag_compare.py [new file with mode: 0644]
tests/tiff_test/test_tiff_test_program.py [new file with mode: 0644]
unitTests/CMakeLists.txt [new file with mode: 0644]
unitTests/gtestwrapper.h [new file with mode: 0644]
unitTests/mainTestRunner.cpp [new file with mode: 0644]
unitTests/test_DateValue.cpp [new file with mode: 0644]
unitTests/test_FileIo.cpp [new file with mode: 0644]
unitTests/test_LangAltValueRead.cpp [new file with mode: 0644]
unitTests/test_TimeValue.cpp [new file with mode: 0644]
unitTests/test_XmpKey.cpp [new file with mode: 0644]
unitTests/test_basicio.cpp [new file with mode: 0644]
unitTests/test_cr2header_int.cpp [new file with mode: 0644]
unitTests/test_enforce.cpp [new file with mode: 0644]
unitTests/test_futils.cpp [new file with mode: 0644]
unitTests/test_helper_functions.cpp [new file with mode: 0644]
unitTests/test_image_int.cpp [new file with mode: 0644]
unitTests/test_jp2image.cpp [new file with mode: 0644]
unitTests/test_jp2image_int.cpp [new file with mode: 0644]
unitTests/test_safe_op.cpp [new file with mode: 0644]
unitTests/test_slice.cpp [new file with mode: 0644]
unitTests/test_tiffheader.cpp [new file with mode: 0644]
unitTests/test_types.cpp [new file with mode: 0644]
xmpsdk/CMakeLists.txt [new file with mode: 0644]
xmpsdk/include/MD5.h [new file with mode: 0644]
xmpsdk/include/TXMPIterator.hpp [new file with mode: 0644]
xmpsdk/include/TXMPMeta.hpp [new file with mode: 0644]
xmpsdk/include/TXMPUtils.hpp [new file with mode: 0644]
xmpsdk/include/XMP.incl_cpp [new file with mode: 0644]
xmpsdk/include/XMPSDK.hpp [new file with mode: 0644]
xmpsdk/include/XMP_Const.h [new file with mode: 0644]
xmpsdk/include/XMP_Environment.h [new file with mode: 0644]
xmpsdk/include/XMP_Version.h [new file with mode: 0644]
xmpsdk/include/client-glue/TXMPIterator.incl_cpp [new file with mode: 0644]
xmpsdk/include/client-glue/TXMPMeta.incl_cpp [new file with mode: 0644]
xmpsdk/include/client-glue/TXMPUtils.incl_cpp [new file with mode: 0644]
xmpsdk/include/client-glue/WXMPFiles.hpp [new file with mode: 0644]
xmpsdk/include/client-glue/WXMPIterator.hpp [new file with mode: 0644]
xmpsdk/include/client-glue/WXMPMeta.hpp [new file with mode: 0644]
xmpsdk/include/client-glue/WXMPUtils.hpp [new file with mode: 0644]
xmpsdk/include/client-glue/WXMP_Common.hpp [new file with mode: 0644]
xmpsdk/src/ExpatAdapter.cpp [new file with mode: 0644]
xmpsdk/src/ExpatAdapter.hpp [new file with mode: 0644]
xmpsdk/src/MD5.cpp [new file with mode: 0644]
xmpsdk/src/ParseRDF.cpp [new file with mode: 0644]
xmpsdk/src/UnicodeConversions.cpp [new file with mode: 0644]
xmpsdk/src/UnicodeConversions.hpp [new file with mode: 0644]
xmpsdk/src/UnicodeInlines.incl_cpp [new file with mode: 0644]
xmpsdk/src/WXMPIterator.cpp [new file with mode: 0644]
xmpsdk/src/WXMPMeta.cpp [new file with mode: 0644]
xmpsdk/src/WXMPUtils.cpp [new file with mode: 0644]
xmpsdk/src/XMLParserAdapter.hpp [new file with mode: 0644]
xmpsdk/src/XML_Node.cpp [new file with mode: 0644]
xmpsdk/src/XMPCore_Impl.cpp [new file with mode: 0644]
xmpsdk/src/XMPCore_Impl.hpp [new file with mode: 0644]
xmpsdk/src/XMPIterator.cpp [new file with mode: 0644]
xmpsdk/src/XMPIterator.hpp [new file with mode: 0644]
xmpsdk/src/XMPMeta-GetSet.cpp [new file with mode: 0644]
xmpsdk/src/XMPMeta-Parse.cpp [new file with mode: 0644]
xmpsdk/src/XMPMeta-Serialize.cpp [new file with mode: 0644]
xmpsdk/src/XMPMeta.cpp [new file with mode: 0644]
xmpsdk/src/XMPMeta.hpp [new file with mode: 0644]
xmpsdk/src/XMPUtils-FileInfo.cpp [new file with mode: 0644]
xmpsdk/src/XMPUtils.cpp [new file with mode: 0644]
xmpsdk/src/XMPUtils.hpp [new file with mode: 0644]
xmpsdk/src/XMP_BuildInfo.h [new file with mode: 0644]