summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd_interpolation.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-121-4/+4
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-121-4/+4
| |\
| | * Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-121-4/+4
* | | Fix [-Wtype-limits] in bundled GD lib by using signed integersGeorge Peter Banyard2020-02-061-2/+2
* | | Add imagegetinterpolation()Christoph M. Becker2020-01-141-0/+23
* | | Fix hypothetical segfault in gdTransformAffineCopy()Christoph M. Becker2020-01-061-3/+13
|/ /
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-061-1/+1
|\ \ | |/
| * Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-061-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-061-2/+5
|\ \ | |/
| * Fix #79067: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-061-2/+5
* | Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-091-1/+1
* | Suppress shift UB in gd_itofx()Nikita Popov2019-06-191-2/+2
* | Remove unused _setEdgePixel() and getPixelOverflowColorTC() functionsNikita Popov2019-06-111-56/+0
* | Fix fabs warning in gd_interpolation.cNikita Popov2019-06-111-2/+2
* | Fix misleading variable typeChristoph M. Becker2019-01-111-2/+2
* | Remove unused variables and functionsChristoph M. Becker2019-01-101-7/+16
|/
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-101-81/+10
|\
| * Fix #73281: imagescale(…, IMG_BILINEAR_FIXED) can cause black borderChristoph M. Becker2019-01-101-81/+10
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-101-26/+17
|\ \ | |/
| * Fix #77272: imagescale() may return image resource on failureChristoph M. Becker2019-01-101-26/+17
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-061-9/+9
|\ \ | |/
| * Fix #77269: Potential unsigned underflow in gdImageScaleChristoph M. Becker2019-01-061-9/+9
* | Removed unused variablesGabriel Caruso2018-02-111-4/+0
* | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
|/
* Define floorf if system doesn't have it (follow up for 22c48761)Lior Kaplan2017-11-291-0/+10
* Fixed bug #65148 (imagerotate may alter image dimensions)Christoph M. Becker2017-10-241-22/+65
* Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)Christoph M. Becker2017-09-021-2/+2
* Fix #73279: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-101-4/+4
* Fix #68712: suspicious if-else statementsChristoph M. Becker2016-07-231-28/+8
* Fix copy&paste errors in gd_interpolation.cChristoph M. Becker2016-07-231-4/+4
* improve fix #72558, free contribRow as wellPierre Joye2016-07-191-0/+1
* improve fix #72558, while (u>=0) with unsigned int will always be truePierre Joye2016-07-191-3/+4
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-0/+1
|\
| * Fix memory leakStanislav Malyshev2016-07-191-0/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-47/+69
|\ \ | |/
| * fix #72512, invalid read or write for palette image when invalid transparent ...Pierre Joye2016-07-191-1/+7
| * Fix for bug #72558, Integer overflow error within _gdContributionsAlloc()Stanislav Malyshev2016-07-181-47/+69
* | Merge branch 'PHP-5.5' into PHP-5.6Pierre Joye2016-07-191-1/+7
|\ \
| * | fix #72512, invalid read or write for palette image when invalid transparent ...Pierre Joye2016-07-191-1/+7
| |/
* | Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-0/+3
|\ \ | |/
| * Fix bug #72407: NULL Pointer Dereference at _gdScaleVertStanislav Malyshev2016-06-181-0/+3
* | #72337 invalid dimensions can lead to segvPierre Joye2016-06-071-1/+33
* | Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-241-9/+9
|\ \ | |/
| * Fix memory leak in imagescale()Stanislav Malyshev2016-05-241-3/+3
| * Fixed bug #72227: imagescale out-of-bounds readStanislav Malyshev2016-05-231-8/+8
| * fix the fix for bug #70976 (imagerotate)Remi Collet2016-01-121-2/+2
* | fix the fix for bug #70976 (imagerotate)Remi Collet2016-01-121-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-01-051-1/+1
|\ \ | |/
| * Improve fix for bug #70976Stanislav Malyshev2015-12-281-1/+1
| * Fix bug #70976: fix boundary check on gdImageRotateInterpolatedStanislav Malyshev2015-12-071-1/+1