summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-25NEWS: update changelogexempi-2.4-branchHubert Figuière1-0/+1
2018-09-25configure.ac: set the version properly to 2.4.6Hubert Figuière1-1/+1
2018-09-25Issue #9 - Fix null-pointer-dereference (CVE-2018-12648)Victor Rodriguez1-3/+5
2018-03-18configure: Bump version to 2.4.6Hubert Figuière2-1/+6
2018-03-18Bug 105580 - use alignment-safe copy on ARM on LinuxSteve Langasek1-0/+3
2018-03-07Update NEWS. Added CVE and release date2.4.5Hubert Figuière1-4/+5
2018-02-26Bug 105247 - Fix a null dereference in WEBP parserHubert Figuière1-2/+4
2018-02-25configure: bump version to 2.4.5Hubert Figuière1-2/+3
2018-02-25Bug 105206 - Cosmetic fixes to the bug fixHubert Figuière1-2/+6
2018-02-25NEWS: updated for 2.4.5Hubert Figuière1-0/+6
2018-02-25Bug 105205 - fix a buffer overflow in the TIFF parserHubert Figuière1-2/+3
2018-02-25Bug 105204 - Fix a buffer overflow in PSD parserHubert Figuière1-0/+6
2018-02-25Bug 105206 - Fix a buffer overflow in the PS HandlerHubert Figuière1-1/+3
2018-02-04NEWS: added release dateHubert Figuière1-1/+1
2018-02-02Update NEWS2.4.4Hubert Figuière1-1/+3
2018-02-02Bug 102484 - Fix an infinite loop in ASF parser.Hubert Figuière1-0/+2
2018-02-01Bug 102483 - Fix an infinite loop in QuickTime parser.Hubert Figuière1-1/+2
2018-02-01Bug 104885 - Adjust minimum gcc version in doc to be 4.6.0Hubert Figuière2-1/+2
2017-08-15Open version 2.4.4Hubert Figuière2-2/+8
2017-08-14Bug 102151 - RIFF: fix an infinite loop cause by an overflowHubert Figuière1-1/+2
2017-08-14Bug 102197 - WEBP: Properly initialize members to NULLHubert Figuière1-1/+5
2017-08-03Forgot release date2.4.3Hubert Figuière1-1/+1
2017-08-03Update NEWSHubert Figuière1-1/+3
2017-08-03Bug 101914 - Fix crash on corrupt fileHubert Figuière1-2/+10
2017-08-02Bug 101913 - Prevent an assert from being reached with a corrupt fileHubert Figuière1-2/+2
2017-03-26This will be 2.4.3Hubert Figuière2-2/+8
2017-03-26Bug 100397 - Fix crash on malformed JPEG fileHubert Figuière7-28/+85
2017-01-29Release 2.4.22.4.2Hubert Figuière2-2/+8
2017-01-29Properly define BanAllEntityUsage.Hubert Figuière1-1/+1
2017-01-23Release 2.4.12.4.1Hubert Figuière2-3/+4
2017-01-22Update NEWSHubert Figuière1-0/+20
2017-01-22Bug 99480 - Add test for iterators.Hubert Figuière2-17/+74
2017-01-22Bug 99494 - Restore error propagationHubert Figuière2-3/+11
2017-01-22Test for xmp_parse()Hubert Figuière2-2/+84
2017-01-07NEWS: release date2.4.0Hubert Figuière1-1/+1
2017-01-07README: mention C++11 requirementHubert Figuière1-1/+2
2017-01-04build: Fix make distcheck and run it on travisHubert Figuière3-3/+3
2016-12-08Revert "configure: better compile flags for libasan"Hubert Figuière3-141/+2
2016-12-08Added another missing m4 macrosHubert Figuière1-0/+74
2016-12-08Added missing m4 macrosHubert Figuière1-0/+65
2016-12-06configure: better compile flags for libasanHubert Figuière1-2/+2
2016-11-29Add the matrix to build on more compilers in TravisHubert Figuière1-3/+24
2016-11-29Fix autogen.sh againHubert Figuière1-1/+1
2016-11-29Use 14.04 LTS on travis-ciHubert Figuière1-2/+2
2016-11-29Travis CIHubert Figuière4-2/+19
2016-11-08Changed URL to share lib docHubert Figuière1-1/+1
2016-10-23Use libasan. Disable valgrind.Hubert Figuière1-1/+10
2016-08-21Bug 97366 - Also don't show the message if we have NOCONFIGURE=1Hubert Figuière1-6/+6
2016-08-21Bug 97366 - Allow not running configure at the end of autogenMathieu Bridon1-2/+4
2016-07-25Merge branch 'webp-handler'Hubert Figuière16-4/+830