summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-061-1/+6
|\
| * Fixed Bug #66901 php-gd 'c_color' NULL pointer dereferenceRemi Collet2014-08-041-1/+6
| * Bump yearXinchen Hui2014-01-034-4/+4
* | Fix bug #67248 (imageaffinematrixget missing check of parameters)Stanislav Malyshev2014-05-112-2/+33
* | made libgd recognize the 9 version seriesAnatol Belski2014-03-121-0/+4
* | Fix bug #66887 imagescale - poor quality of scaled imageRemi Collet2014-03-121-6/+6
* | Fixed Bug #66893i imagescale ignore method argumentRemi Collet2014-03-122-28/+5
* | Fixed Bug #66890 imagescale segfaultRemi Collet2014-03-121-3/+7
* | - fix #66869, Invalid 2nd argument crashes imageaffinematrixgetPierre Joye2014-03-091-0/+1
* | Fixed Bug #66815 imagecrop(): insufficient fix for NULL defer CVE-2013-7327Remi Collet2014-03-052-9/+16
* | Fixes #66714: imageconvolution breakage in 5.5.9Brad Daily2014-02-191-1/+1
* | Bump yearXinchen Hui2014-01-034-4/+4
* | minor fix on previousRemi Collet2013-12-281-1/+2
* | Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())Remi Collet2013-12-282-22/+52
* | Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())Xinchen Hui2013-12-272-34/+169
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-12-071-16/+11
|\ \ | |/
| * Switch to using freetype-config for freetype detection.Adam Harvey2013-12-071-16/+11
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-1/+1
|\ \ | |/
| * - Fix extern declaration according to definitionFelipe Pena2013-10-201-1/+1
| * typo fixesVeres Lajos2013-07-152-2/+2
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-3/+3
* | ensure that the defined interpolation method is used by the generic scaling f...unknown2013-09-091-1/+4
* | Reduce compiler noise by removing unused variables and labelsChristopher Jones2013-08-142-2/+1
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-4/+4
* | typo fixesVeres Lajos2013-07-153-3/+3
* | Cleanup temp fileChristopher Jones2013-07-091-0/+2
* | fix imagecreatefromwebp and imagewebp protosRemi Collet2013-06-241-3/+3
* | Use same logic to load WebP image that other formatsRemi Collet2013-06-241-18/+1
* | Upstream fix from https://bitbucket.org/libgd/gd-libgd/issue/75Remi Collet2013-06-241-11/+22
* | Require second parameter of imagecrop()Jakub Vrana2013-06-231-1/+1
* | Fixed Bug #65060 imagecreatefrom... crashes with user streamsRemi Collet2013-06-211-3/+2
* | fix #65070, bgcolor does not use the same format as the input image with imag...Pierre Joye2013-06-202-29/+18
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-3/+3
* | Fix image method signaturesJakub Vrana2013-06-101-7/+7
* | Fixed Bug #64962 imagerotate produce corrupted imageRemi Collet2013-06-031-8/+8
* | Fixed Bug #64961 segfault in imagesetinterpolationRemi Collet2013-06-031-4/+4
* | fix #64898imagerotate is broken with bilinear interpolationPierre Joye2013-05-271-6/+6
* | fixe preprocessor definitionAnatol Belski2013-05-151-1/+1
* | Fixed bug #64785 : restore 5.4 behaviour, libpng is mandatoryRemi Collet2013-05-081-3/+4
* | gd: fix 2 failed tests (bundled lib) due to arithmetic precision (allow minor...Remi Collet2013-05-062-6/+6
* | gd: fix previous (bad include)Remi Collet2013-05-061-1/+1
* | Revert removal of overflow2 use in gd.cRemi Collet2013-05-064-6/+24
* | gd: fix include...Remi Collet2013-05-051-1/+1
* | Move (back) missing functions in system libgd to gd_compatRemi Collet2013-05-054-32/+57
* | gd: don't include png.h (breaks build on some old version), so report libPNG ...Remi Collet2013-05-051-11/+2
* | gd: missing commaRemi Collet2013-05-051-2/+1
* | gd: fix typo and cleanupsRemi Collet2013-05-041-8/+7
* | fix build with bundled libgdRemi Collet2013-05-042-9/+13
* | Move png and jpeg version functions to gd.c so the external library build doe...Ondřej Surý2013-05-044-49/+45
* | Remove extra unused functions from gd_compat.hOndřej Surý2013-05-041-54/+0