summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Permit compilation with libheif version 1.7.0 (#686)Martin Reboredo2021-03-161-0/+3
| * | add missing image for heif testRemi Collet2021-03-161-1/+2
| * | avif: simplify tests with gdtest helpersMike Frysinger2021-03-062-39/+16
| * | avif: add test images to distMike Frysinger2021-03-061-1/+9
| * | HEIF codecs check in test suite (#676)Martin Reboredo2021-03-062-0/+10
| * | avif: fix build warnings in new codeMike Frysinger2021-03-041-2/+2
| * | AVIF support (#671)Ben Morss2021-03-0318-0/+337
| * | revert unneeded test change in previous commitMike Frysinger2021-03-031-6/+0
| * | Allow GIFs missing both Global and Local Colormaps to still decode (#494)az66672021-03-036-0/+35
| * | HEIF support through libheif (#670)Martin Reboredo2021-03-0212-1/+180
| * | scripts: clean up various shellcheck warningsMike Frysinger2021-02-081-7/+6
| * | tests/gdimageline/gdimageline_bug5: add im null judgement (#624)wilson chen2020-05-201-0/+6
| |/
| * Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633)Christoph M. Becker2020-05-054-0/+28
| * Improve test cases for gdImageString16 and gdImageStringUp16 (#625)wilson chen2020-04-152-8/+4
| * Fixed test case build configure error in issue #626wilson chen2020-04-131-1/+3
| * tests/gdtest/CMakeLists.txt: include readdir.c under win (#520)wilson chen2020-04-011-1/+5
| * Fix two build configure errors in tests (#616)wilson chen2020-03-283-2/+11
| * Fixed #596: gdTransformAffineCopy run errorwilson chen2020-03-216-2/+47
| * Fix some memory leakage in test caseswilson chen2020-03-213-1/+9
| * tests/gif/bug00006.c: fix memory leakagewilson chen2020-03-171-0/+1
| * add testcase for gdimagesquaretocircle()wilson chen2020-03-087-0/+48
| * Add testcase for gdimagecompare()wilson chen2020-03-076-0/+68
| * add testcase for gdimagecreatefromgd2partwilson chen2020-02-264-0/+38
| * Fix #301: brect boundswilson chen2020-02-251-16/+16
| * Fixed #169: update var type to hold bigger w&h for ellipse (#565)wilson chen2020-02-0912-0/+66
| * add testcase gdImageCopyResizedwilson chen2020-01-237-0/+53
| * Fix #586: gdTransformAffineCopy() segfaults on palette imagesChristoph M. Becker2020-01-054-1/+30
| * Fix #585: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-044-1/+37
| * Remove trailing whitespaceChristoph M. Becker2020-01-041-1/+1
| * Fix #584: gdImageSetInterpolationMethod(im, GD_DEFAULT) inconsistentChristoph M. Becker2020-01-046-0/+44
| * Fix #583: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-046-0/+43
| * add testcase for gdImageWebpExwilson chen2020-01-044-1/+30
| * tests: Correct some test depend errorswilson chen2020-01-0231-89/+28
| * add testcase for gdimagecreatefromgd2partptrwilson chen2019-12-244-0/+62
| * Fix potential NULL pointer dereference in gdImageClone()Fábio Cabral Pacheco2019-12-204-1/+34
| * Fix #497: gdImageColorMatch Out Of Bounds Write on Heap (CVE-2019-6977)wilson chen2019-12-204-0/+28
| * Fixed #369: fix new_a init error in gdImageConvolution()willson-chen2019-12-134-0/+34
| * add testcase for gdImageColorClosestHWBwillson-chen2019-11-286-0/+43
| * add testcase for gdImageColorMatchwillson-chen2019-11-286-0/+45
| * add testcase for gdimagestringupwilson chen2019-11-287-0/+52
| * add testcase for gdImageStringUp16wilson chen2019-11-287-0/+49
| * add testcase for gdImageString16wilson chen2019-11-287-0/+50
| * add testcase for gdImageCopyMergeGraywilson chen2019-11-287-0/+56
| * add testcase for gdimagestringwilson chen2019-11-277-0/+52
| * add testcase for gdImageCopyMergewilson chen2019-11-277-0/+56
| * update gdtest.c to support msys (#528)willson-chen2019-10-281-7/+16
| * CMakeLists.txt: Exclude libm dependency under winwillson-chen2019-10-262-2/+2
| * Delete unused marcos #311willson-chen2019-10-221-2/+0
| * Add a test for issue libgd#501 CVE-2019-11038Lance Wang2019-09-025-1/+53
| * Fix #499: gdImageGifAnimAddPtr: heap corruption with 2 identical imagesChristoph M. Becker2019-05-264-0/+54