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 105206 - Cosmetic fixes to the bug fix | Hubert Figuière | 1 | -1/+4 | |
2018-03-07 | 2.4.x: Bug 105205 - fix a buffer overflow in the TIFF parser | Hubert Figuière | 1 | -2/+3 | |
2018-03-07 | 2.4.x: Bug 105204 - Fix a buffer overflow in PSD parser | Hubert Figuière | 1 | -0/+6 | |
2018-03-07 | 2.4.x: Bug 105206 - Fix a buffer overflow in the PS Handler | Hubert Figuière | 1 | -1/+2 | |
2018-02-25 | Adobe SDK: fix warnings about shadowed variables | Hubert Figuière | 11 | -88/+88 | |
2018-02-04 | Adobe SDK: fix warnings about extraneous const | Hubert Figuière | 2 | -3/+3 | |
2018-02-04 | Adobe SDK: fix possible sprintf overflow in AVCHD | Hubert Figuière | 1 | -2/+2 | |
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-15 | 2.4.x: Bug 102197 - WEBP: Properly initialize members to NULL | Hubert Figuière | 1 | -1/+5 | |
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 | 3 | -13/+13 | |
2017-01-11 | Adobe SDK: fix some unused args and variables warnings | Hubert Figuière | 53 | -124/+129 | |
2017-01-11 | Adobe SDK: fix unused warnings in PluginHandler | Hubert Figuière | 2 | -4/+4 | |
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 | |
2017-01-11 | Adobe SDK: fix constructor reorders | Hubert Figuière | 1 | -1/+1 | |
2017-01-11 | Adobe SDK: fix parenthesis errors in if() | Hubert Figuière | 1 | -3/+3 | |
2017-01-11 | Adobe SDK: fix unused variables errors in FileHandlers | Hubert Figuière | 19 | -65/+70 | |
2017-01-09 | Adobe SDK: fix a warning, var set not used | Hubert Figuière | 1 | -2/+5 | |
2017-01-07 | 2.4.0 build: Fix make distcheck and run it on travis | Hubert Figuière | 1 | -1/+1 | |
2016-12-08 | Fix makefiles for the newer SDK | Hubert Figuière | 3 | -1/+4 | |
-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 | 63 | -1469/+4795 | |
Merge Adobe SDK CC 2016.07 | |||||
2016-12-07 | Update to XMP SDK CC 2016.07 | Hubert Figuière | 63 | -1334/+4997 | |
2016-07-25 | fixup! webp: fix code style | Hubert Figuière | 4 | -7/+14 | |
2016-07-25 | webp: fix code style | Hubert Figuière | 3 | -9/+17 | |
2016-06-16 | webp-handler: Fix memory leak | Frankie Dintino | 2 | -3/+15 | |
2016-06-12 | Add WebP handler | Frankie Dintino | 8 | -1/+671 | |
2016-06-06 | Don't assign a float to a byte. - likely a typo | Hubert Figuière | 1 | -2/+2 | |
2016-06-06 | Fix a few warnings in XMPCore | Hubert Figuière | 8 | -12/+13 | |
2016-06-05 | Fix automake warnings/errors: | Hubert Figuière | 5 | -19/+14 | |
-Remove INCLUDES -Use subdir-objects -Remove conditionals | |||||
2016-06-05 | Refactor CPPFLAGS for XMPCore. | Hubert Figuière | 5 | -26/+8 | |
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 build issues on OS X | Frankie Dintino | 2 | -1/+3 | |
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 | 2 | -3/+3 | |
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 | 52 | -724/+4212 | |
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 | 52 | -724/+4212 | |
2014-09-01 | Fix a boatload of compile in the XMP SDK. | Hubert Figuière | 7 | -26/+32 | |
2014-09-01 | Merge branch 'exempi-2.3-branch' | Hubert Figuière | 1 | -2/+2 | |
Conflicts: XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp |