Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-14 | Fix typo in ID3 genre | Hubert Figuière | 1 | -1/+1 | |
- See https://gitlab.freedesktop.org/libopenraw/exempi/-/merge_requests/4 | |||||
2022-02-14 | Build with -Werror=missing-field-initializers | Hubert Figuière | 4 | -11/+11 | |
2022-02-14 | Compile with -Werror=misleading-indentation | Hubert Figuière | 1 | -2/+2 | |
2022-02-14 | Add deserialization code for WAVE | Hubert Figuière | 2 | -2/+57 | |
- This allow building with -Werror=class-memaccess | |||||
2022-02-14 | Fix several -Wclass-memaccess warnings | Hubert Figuière | 7 | -10/+33 | |
- XmpDate and BoxInfo have constructors | |||||
2022-02-12 | Merge branch 'adobe-sdk' | Hubert Figuière | 3 | -6/+11 | |
Upgrade XMP-SDK to v2021.10 | |||||
2021-10-18 | Integrations for October Release (#51) | arpitapanda05 | 3 | -6/+11 | |
Fixing CTECHXMP-4170583, CTECHXMP-4170596, CTECHXMP-4170597, CTECHXMP-4170598 ,CTECHXMP-4170599, CTECHXMP-4170632 and CTECHXMP-4170633 | |||||
2021-09-21 | Bump version to 2.6. | Hubert Figuière | 1 | -0/+1 | |
- Added missing files to build | |||||
2021-09-21 | XMP_SDK: fix more -Wshadow warnings | Hubert Figuière | 2 | -12/+12 | |
2021-09-01 | XMP_SDK: fix many warnings from upstream code | Hubert Figuière | 12 | -55/+59 | |
2021-09-01 | Issue #22 - Update SDK to v2021.08 | Hubert Figuière | 168 | -1997/+3895 | |
https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/22 Merge branch 'adobe-sdk' into integration | |||||
2021-09-01 | changing copyRight year back to original year in CopyRight notice (#47) | arpitapanda05 | 168 | -168/+168 | |
2021-08-30 | fix not fully implemented kXMPFiles_OpenOnlyXMP flag (#24) | Gabriele Mondada | 1 | -32/+34 | |
2021-08-30 | Integration For August Release (#43) | arpitapanda05 | 168 | -683/+363 | |
* [CTECHXMP-4170513] Fix for PSIRT-17958 * [CTECHXMP-4170540] Fix for PSIRT-18145 * [CTECHXMP-4170557] Fix for PSIRT-18538 * [CTECHXMP-4170585] Fix for PSIRT-18750 * Fix add semicolons * Changing the CopyRight note in all the files | |||||
2021-07-15 | Security Fixes and Exif Time Zone Metadata Support | arpitapanda05 | 22 | -103/+256 | |
Co-authored-by: prigupta <prigupta@adobe.com> | |||||
2020-02-11 | Make P2SpannedClip_Order::operator() const to support gcc-9.2.0 with c++17 | Denis Pronin | 1 | -1/+1 | |
P2_Support.hpp: operator() of predicate 'P2SpannedClip_Order' is made to be 'const' fixed static_assert 'is_invocable_v<const _Compare&, const _Key&, const _Key&>' See https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/2 Signed-off-by: Hubert Figuière <hub@figuiere.net> | |||||
2020-02-09 | Don't use auto for the find_if lambda | Hubert Figuière | 1 | -2/+2 | |
- This breaks on older compilers like on macOS | |||||
2020-02-09 | Support clang with libc++ and c++17 | Denis Pronin | 3 | -5/+5 | |
- don't use tr1 - remove deprecated C++ See https://gitlab.freedesktop.org/libopenraw/exempi/merge_requests/1 Signed-off-by: Hubert Figuière <hub@figuiere.net> | |||||
2020-01-29 | XMP Toolkit SDK Jan 2020 | Priyanka-Gupta | 169 | -0/+73886 | |
2019-07-28 | Issue #13 - Fix a buffer a overflow in ID3 support | Hubert Figuière | 1 | -0/+8 | |
https://gitlab.freedesktop.org/libopenraw/exempi/issues/13 | |||||
2019-07-27 | Issue #9 - Fix null-pointer-dereference (CVE-2018-12648) | Victor Rodriguez | 1 | -3/+5 | |
The WEBP::GetLE32 function in XMPFiles/source/FormatSupport/WEBP_Support.hpp in Exempi 2.4.5 has a NULL pointer dereference. https://bugs.freedesktop.org/show_bug.cgi?id=106981 https://gitlab.freedesktop.org/libopenraw/exempi/issues/9 Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com> Signed-off-by: Hubert Figuière <hub@figuiere.net> (cherry-pick from exempi-2.4-branch) | |||||
2019-07-27 | Bug #14 - Invalid MP3 cause a memory overflow. | Hubert Figuière | 1 | -1/+5 | |
https://gitlab.freedesktop.org/libopenraw/exempi/issues/14 | |||||
2019-07-27 | Bug #12 - Invalid WebP cause memory overflow. | Hubert Figuière | 1 | -2/+8 | |
https://gitlab.freedesktop.org/libopenraw/exempi/issues/12 | |||||
2019-01-05 | xmp_sdk: fix -Wshadow warnings | Hubert Figuière | 5 | -76/+76 | |
2019-01-05 | xmp_sdk: remove unused variables | Hubert Figuière | 1 | -2/+0 | |
2019-01-05 | xmp_sdk: Delete implicit ctor and operator instead of throwing | Hubert Figuière | 2 | -4/+2 | |
2018-03-07 | WEBP: fix warnings about shadowed variables | Hubert Figuière | 1 | -17/+17 | |
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 | |