summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport
AgeCommit message (Collapse)AuthorFilesLines
2018-03-072.4.x: Bug 105247 - Fix a null dereference in WEBP parserHubert Figuière1-2/+4
2018-03-072.4.x: Bug 105204 - Fix a buffer overflow in PSD parserHubert Figuière1-0/+6
2018-02-25Adobe SDK: fix warnings about shadowed variablesHubert Figuière3-24/+24
2018-02-022.4.x: Bug 102484 - Fix an infinite loop in ASF parser.Hubert Figuière1-0/+2
2018-02-022.4.x: Bug 102483 - Fix an infinite loop in QuickTime parser.Hubert Figuière1-1/+2
2017-08-152.4.x: Bug 102151 - RIFF: fix an infinite loop cause by an overflowHubert Figuière1-1/+2
2017-08-032.4.x: Bug 101914 - Fix crash on corrupt fileHubert Figuière1-2/+10
- Don't go past the end iterator - Don't subcript an empty string
2017-08-032.4.x: Bug 101913 - Prevent an assert from being reached with a corrupt fileHubert Figuière1-2/+2
- In VPXChunk::width() and VPXChunk::height() ensure val isn't 0.
2017-03-262.4.x: Bug 100397 - Fix crash on malformed JPEG fileHubert Figuière3-5/+15
- Check the buffer doesn't overrun for the TIFF tag - Fix a use-after-free in exception handling - Fix two invalid memcpy() on overlapping memory
2017-01-11Adobe SDK: fix some format mismatched typesHubert Figuière9-18/+22
2017-01-11Adobe SDK: fix some shadow warningsHubert Figuière2-11/+11
2017-01-11Adobe SDK: fix some unused args and variables warningsHubert Figuière20-55/+54
2017-01-11Adobe SDK: mark ~ChunkController noexcept(false)Hubert Figuière2-2/+2
2017-01-11Adobe SDK: fix format warnings in FormatSupportHubert Figuière4-7/+11
2017-01-11Adobe SDK: fix unused and uninitialized warnings in FormatSupportHubert Figuière15-24/+32
2016-12-08Fix makefiles for the newer SDKHubert Figuière1-0/+1
-Remove duplicate GIF Handler now that it is upstream.
2016-12-07Fix syntax errors from Adobe codeHubert Figuière1-4/+4
2016-12-07Merge branch 'adobe-sdk' into integrationHubert Figuière25-168/+1468
Merge Adobe SDK CC 2016.07
2016-12-07Update to XMP SDK CC 2016.07Hubert Figuière25-168/+1468
2016-07-25fixup! webp: fix code styleHubert Figuière2-5/+10
2016-07-25webp: fix code styleHubert Figuière1-1/+2
2016-06-12Add WebP handlerFrankie Dintino3-0/+442
2016-06-06Fix a few warnings in XMPCoreHubert Figuière5-9/+10
2016-06-05Fix automake warnings/errors:Hubert Figuière1-4/+3
-Remove INCLUDES -Use subdir-objects -Remove conditionals
2016-06-05Refactor CPPFLAGS for XMPCore.Hubert Figuière1-4/+3
Also define BanAllEntityUsage (see https://bugzilla.redhat.com/show_bug.cgi?id=888765)
2016-06-05Remove nullptr for older compiler.Hubert Figuière1-3/+3
This notably fail on CentOS 6. See https://github.com/hfiguiere/exempi/pull/1
2016-06-05Fix type mismatch in calls to XMPMeta::GetPropertyFrankie Dintino2-10/+10
kXMP_NoOptions is (XMP_OptionBits) whereas the final argument to XMPMeta::GetProperty takes (XMP_OptionBits*)
2016-06-01Fix initialiser order warningsHubert Figuière1-2/+2
2016-01-30Replace auto_ptr<> with unique_ptr<>Hubert Figuière2-12/+12
2015-03-08Fix make distcheckHubert Figuière1-1/+1
2015-03-08Add new source files from the new SDKHubert Figuière1-8/+11
2015-03-06Merge branch 'adobe-sdk' into cc-2014-12-integrationHubert Figuière26-107/+3174
Conflicts: XMPFiles/source/FileHandlers/MP3_Handler.cpp XMPFiles/source/FileHandlers/UCF_Handler.hpp public/include/XMP_Const.h samples/source/common/TagTree.cpp
2015-03-06Update to XMP SDK CC 2014.12Hubert Figuière26-107/+3174
2014-09-01Fix a boatload of compile in the XMP SDK.Hubert Figuière6-23/+29
2014-09-01Merge branch 'exempi-2.3-branch'Hubert Figuière1-2/+2
Conflicts: XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp
2014-04-22Merge branch 'exempi-2.3-branch'Hubert Figuière1-1/+1
Conflicts: samples/source/common/LargeFileAccess.cpp source/XMPFiles/FileHandlers/MP3_Handler.cpp source/XMPFiles/FormatSupport/ID3_Support.hpp
2014-01-27Fix clang-analyzer errors.Hubert Figuière2-2/+2
2013-06-30Updating GIF handler to te new API.Hubert Figuière3-50/+54
2013-06-29Fix build system for the newer SDKHubert Figuière1-1/+5
2013-06-29Update to XMP SDK CC-2013.06.Hubert Figuière32-433/+2512
Merge branch 'adobe-sdk' into cc-2013.06-integration Conflicts: XMPCore/source/XMPMeta.cpp XMPCore/source/XMPMeta.hpp XMPFiles/source/FormatSupport/TIFF_FileWriter.cpp XMPFiles/source/PluginHandler/XMPAtoms.h public/include/XMP_Const.h samples/source/DumpMainXMP.cpp samples/source/DumpScannedXMP.cpp samples/source/XMPCoreCoverage.cpp samples/source/XMPFilesCoverage.cpp samples/source/common/LargeFileAccess.cpp samples/source/common/globals.h source/EndianUtils.hpp
2013-06-29Update to XMP SDK CC 2013.06Hubert Figuière32-431/+2512
2013-05-15Rationalize the Exempi change to XMPCore.Hubert Figuière3-3/+1
2013-05-14Merge branch 'adobe-sdk' into cs6-integrationHubert Figuière73-0/+30785
This bring the CS6 version of the SDK to Exempi Adapt the build system. GIF support is currently disabled. Conflicts: XMPCore/source/XMPCore_Impl.hpp XMPFiles/source/FileHandlers/AVCHD_Handler.cpp XMPFiles/source/FileHandlers/MPEG4_Handler.cpp XMPFiles/source/FileHandlers/P2_Handler.cpp XMPFiles/source/FileHandlers/PSD_Handler.hpp XMPFiles/source/FileHandlers/PostScript_Handler.cpp XMPFiles/source/FileHandlers/SonyHDV_Handler.cpp XMPFiles/source/FileHandlers/UCF_Handler.hpp XMPFiles/source/FileHandlers/XDCAMEX_Handler.cpp XMPFiles/source/FileHandlers/XDCAM_Handler.cpp XMPFiles/source/FormatSupport/PSIR_Support.hpp XMPFiles/source/XMPFiles.hpp XMPFiles/source/XMPFiles_Impl.cpp XMPFiles/source/XMPFiles_Impl.hpp samples/source/common/DumpFile.cpp samples/source/common/LargeFileAccess.cpp samples/source/common/LargeFileAccess.hpp samples/source/common/Log.cpp source/XMPFiles/FormatSupport/ID3_Support.hpp source/XMPFiles/XMPFiles.cpp source/XMP_LibUtils.cpp
2013-05-14Update to XMP SDK CS6Hubert Figuière70-0/+30285