Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-07 | 2.4.x: Bug 105247 - Fix a null dereference in WEBP parser | Hubert Figuière | 1 | -2/+4 | |
2018-03-07 | 2.4.x: Bug 105204 - Fix a buffer overflow in PSD parser | Hubert Figuière | 1 | -0/+6 | |
2018-02-25 | Adobe SDK: fix warnings about shadowed variables | Hubert Figuière | 3 | -24/+24 | |
2018-02-02 | 2.4.x: Bug 102484 - Fix an infinite loop in ASF parser. | Hubert Figuière | 1 | -0/+2 | |
2018-02-02 | 2.4.x: Bug 102483 - Fix an infinite loop in QuickTime parser. | Hubert Figuière | 1 | -1/+2 | |
2017-08-15 | 2.4.x: Bug 102151 - RIFF: fix an infinite loop cause by an overflow | Hubert Figuière | 1 | -1/+2 | |
2017-08-03 | 2.4.x: Bug 101914 - Fix crash on corrupt file | Hubert Figuière | 1 | -2/+10 | |
- Don't go past the end iterator - Don't subcript an empty string | |||||
2017-08-03 | 2.4.x: Bug 101913 - Prevent an assert from being reached with a corrupt file | Hubert Figuière | 1 | -2/+2 | |
- In VPXChunk::width() and VPXChunk::height() ensure val isn't 0. | |||||
2017-03-26 | 2.4.x: Bug 100397 - Fix crash on malformed JPEG file | Hubert Figuière | 3 | -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-11 | Adobe SDK: fix some format mismatched types | Hubert Figuière | 9 | -18/+22 | |
2017-01-11 | Adobe SDK: fix some shadow warnings | Hubert Figuière | 2 | -11/+11 | |
2017-01-11 | Adobe SDK: fix some unused args and variables warnings | Hubert Figuière | 20 | -55/+54 | |
2017-01-11 | Adobe SDK: mark ~ChunkController noexcept(false) | Hubert Figuière | 2 | -2/+2 | |
2017-01-11 | Adobe SDK: fix format warnings in FormatSupport | Hubert Figuière | 4 | -7/+11 | |
2017-01-11 | Adobe SDK: fix unused and uninitialized warnings in FormatSupport | Hubert Figuière | 15 | -24/+32 | |
2016-12-08 | Fix makefiles for the newer SDK | Hubert Figuière | 1 | -0/+1 | |
-Remove duplicate GIF Handler now that it is upstream. | |||||
2016-12-07 | Fix syntax errors from Adobe code | Hubert Figuière | 1 | -4/+4 | |
2016-12-07 | Merge branch 'adobe-sdk' into integration | Hubert Figuière | 25 | -168/+1468 | |
Merge Adobe SDK CC 2016.07 | |||||
2016-12-07 | Update to XMP SDK CC 2016.07 | Hubert Figuière | 25 | -168/+1468 | |
2016-07-25 | fixup! webp: fix code style | Hubert Figuière | 2 | -5/+10 | |
2016-07-25 | webp: fix code style | Hubert Figuière | 1 | -1/+2 | |
2016-06-12 | Add WebP handler | Frankie Dintino | 3 | -0/+442 | |
2016-06-06 | Fix a few warnings in XMPCore | Hubert Figuière | 5 | -9/+10 | |
2016-06-05 | Fix automake warnings/errors: | Hubert Figuière | 1 | -4/+3 | |
-Remove INCLUDES -Use subdir-objects -Remove conditionals | |||||
2016-06-05 | Refactor CPPFLAGS for XMPCore. | Hubert Figuière | 1 | -4/+3 | |
Also define BanAllEntityUsage (see https://bugzilla.redhat.com/show_bug.cgi?id=888765) | |||||
2016-06-05 | Remove nullptr for older compiler. | Hubert Figuière | 1 | -3/+3 | |
This notably fail on CentOS 6. See https://github.com/hfiguiere/exempi/pull/1 | |||||
2016-06-05 | Fix type mismatch in calls to XMPMeta::GetProperty | Frankie Dintino | 2 | -10/+10 | |
kXMP_NoOptions is (XMP_OptionBits) whereas the final argument to XMPMeta::GetProperty takes (XMP_OptionBits*) | |||||
2016-06-01 | Fix initialiser order warnings | Hubert Figuière | 1 | -2/+2 | |
2016-01-30 | Replace auto_ptr<> with unique_ptr<> | Hubert Figuière | 2 | -12/+12 | |
2015-03-08 | Fix make distcheck | Hubert Figuière | 1 | -1/+1 | |
2015-03-08 | Add new source files from the new SDK | Hubert Figuière | 1 | -8/+11 | |
2015-03-06 | Merge branch 'adobe-sdk' into cc-2014-12-integration | Hubert Figuière | 26 | -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-06 | Update to XMP SDK CC 2014.12 | Hubert Figuière | 26 | -107/+3174 | |
2014-09-01 | Fix a boatload of compile in the XMP SDK. | Hubert Figuière | 6 | -23/+29 | |
2014-09-01 | Merge branch 'exempi-2.3-branch' | Hubert Figuière | 1 | -2/+2 | |
Conflicts: XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp | |||||
2014-04-22 | Merge branch 'exempi-2.3-branch' | Hubert Figuière | 1 | -1/+1 | |
Conflicts: samples/source/common/LargeFileAccess.cpp source/XMPFiles/FileHandlers/MP3_Handler.cpp source/XMPFiles/FormatSupport/ID3_Support.hpp | |||||
2014-01-27 | Fix clang-analyzer errors. | Hubert Figuière | 2 | -2/+2 | |
2013-06-30 | Updating GIF handler to te new API. | Hubert Figuière | 3 | -50/+54 | |
2013-06-29 | Fix build system for the newer SDK | Hubert Figuière | 1 | -1/+5 | |
2013-06-29 | Update to XMP SDK CC-2013.06. | Hubert Figuière | 32 | -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-29 | Update to XMP SDK CC 2013.06 | Hubert Figuière | 32 | -431/+2512 | |
2013-05-15 | Rationalize the Exempi change to XMPCore. | Hubert Figuière | 3 | -3/+1 | |
2013-05-14 | Merge branch 'adobe-sdk' into cs6-integration | Hubert Figuière | 73 | -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-14 | Update to XMP SDK CS6 | Hubert Figuière | 70 | -0/+30285 | |