summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2016-12-131-8/+6
* Fix potential unsigned underflowChristoph M. Becker2016-12-131-9/+10
* Fix double-free in gdImageWebPtr()Christoph M. Becker2016-12-131-28/+46
* Fix invalid read in gdImageCreateFromTiffPtr()Christoph M. Becker2016-12-132-18/+26
* Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-131-2/+4
* cmake: add soname info to libgd.soMike Frysinger2016-11-101-0/+2
* Fix #68: gif: buffer underflow reported by AddressSanitizerChristoph M. Becker2016-10-151-1/+1
* Avoid potentially dangerous signed to unsigned conversionChristoph M. Becker2016-10-121-1/+1
* Fix #329: GD_BILINEAR_FIXED gdImageScale() can cause black borderChristoph M. Becker2016-10-101-8/+8
* Fix #330: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-101-4/+4
* Document that gdImageScale() does not yet support GD_WEIGHTED4Christoph M. Becker2016-10-091-0/+2
* Revert "Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULL"Christoph M. Becker2016-10-091-0/+1
* Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULLChristoph M. Becker2016-10-091-1/+0
* Document cropping stuffChristoph M. Becker2016-10-093-15/+92
* Document gdImageCompare()Christoph M. Becker2016-10-062-12/+39
* Document cloning, copying, scaling and interpolationChristoph M. Becker2016-10-063-58/+237
* Fix 321: Null pointer dereferences in gdImageRotateInterpolatedChristoph M. Becker2016-10-061-2/+2
* Fix #319: gdImageRotateInterpolated can have wrong background colorChristoph M. Becker2016-10-032-14/+16
* Fix color quantization documentationChristoph M. Becker2016-10-031-2/+3
* Test and document the effects (aka. alpha blending modes)Christoph M. Becker2016-10-022-16/+70
* Test and document gdImageFlip*()Christoph M. Becker2016-10-021-9/+47
* Improve anti-aliased drawing related docsChristoph M. Becker2016-10-021-6/+34
* Test and document filling behavior of self-intersecting polygonsChristoph M. Becker2016-10-011-2/+6
* Fix #315: Single-point gdImageAALine() is invisibleChristoph M. Becker2016-10-011-1/+1
* Fix overflow checksChristoph M. Becker2016-09-301-4/+5
* Test and document some filter functionsChristoph M. Becker2016-09-271-26/+159
* Fix GD2 format documentationChristoph M. Becker2016-09-241-0/+7
* Fix #309: gdImageGd2() writes wrong chunk sizes on boundariesChristoph M. Becker2016-09-231-2/+2
* Improve documentation of truecolor to palette conversionChristoph M. Becker2016-09-213-30/+106
* Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flagChristoph M. Becker2016-09-211-0/+1
* Revert "Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flag"Christoph M. Becker2016-09-211-1/+0
* Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flagChristoph M. Becker2016-09-211-0/+1
* Merge branch 'pull-request/296'Christoph M. Becker2016-09-161-0/+8
|\
| * Fix integer overflow in gdImageWebpCtxtrylab2016-09-061-0/+8
* | Improve documentationChristoph M. Becker2016-09-152-28/+175
* | Improve documentationChristoph M. Becker2016-09-153-48/+288
* | No, we don't HAVE_BUNDLED_GDChristoph M. Becker2016-09-141-12/+0
* | Fix #300: gdImageClone() assigns res_y = res_xChristoph M. Becker2016-09-122-6/+25
* | Fix #299: Regression regarding gdImageRectangle() with gdImageSetThickness()Christoph M. Becker2016-09-121-14/+8
* | Test and document gdImageRectangleChristoph M. Becker2016-09-121-3/+16
* | Document image accessor macrosChristoph M. Becker2016-09-112-18/+188
* | Fix #297: gdImageCrop() converts palette image to truecolor imageChristoph M. Becker2016-09-111-1/+5
|/
* Fix fontlist docChristoph M. Becker2016-09-041-3/+1
* Fix potential build errorChristoph M. Becker2016-09-031-0/+2
* Fix PHP bug #67325: imagetruecolortopalette: white is duplicated in paletteChristoph M. Becker2016-09-031-1/+1
* Fix use-after-free vulnerabilityChristoph M. Becker2016-08-271-1/+6
* Fix build failure for --without-fontconfigChristoph M. Becker2016-08-271-12/+2
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-239-157/+191
* Document gdft.c and gdfx.cChristoph M. Becker2016-08-233-84/+139
* Fix #290: TGA RLE decoding is brokenChristoph M. Becker2016-08-161-8/+10