summaryrefslogtreecommitdiff
path: root/src/gd_interpolation.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #847: enable back GD_BICUBIC* interpolation methodsCyprien Nicolas2023-01-251-0/+5
* Fix #812, ensure operands priorty works as expected (#813)Pierre Joye2022-01-301-4/+4
* Fix #810, Wrong image freed, src_cloned should be freed if set. (#811)Pierre Joye2022-01-291-1/+1
* Fix #806, getPixelInterpolateWeight, getPixelOverflowTC, getPixelOver… (#807)Pierre Joye2022-01-291-17/+10
* Fix #320, should not convert the source to palettebug/320Pierre Joye2021-09-011-13/+21
* #ifdefPierre Joye2021-08-291-1/+1
* fix build for arm64, also use generic intrin.h instead of the x86 series spec...Pierre Joye2021-08-291-2/+2
* refactor and cleanupPierre Joye2021-08-201-98/+68
* little more close to IM/GM/Lepto and coPierre Joye2021-08-161-10/+7
* refactor/cleanup scaling 2 passesPierre Joye2021-08-161-102/+161
* cleanup, clamping is not neeeded at all. Fix signed/unsigned comparisonPierre Joye2021-08-131-8/+3
* gd_intern: unify the min/max/clamp macros some moreMike Frysinger2021-02-051-3/+0
* Move initial declaration out of `for` loopwillson-chen2020-03-251-2/+3
* Fixed #596: gdTransformAffineCopy run errorwilson chen2020-03-211-13/+71
* Fix #586: gdTransformAffineCopy() segfaults on palette imagesChristoph M. Becker2020-01-051-3/+13
* Fix #585: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-041-3/+1
* Fix #584: gdImageSetInterpolationMethod(im, GD_DEFAULT) inconsistentChristoph M. Becker2020-01-041-1/+1
* Fix #583: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-041-2/+5
* Fix misleading variable typeChristoph M. Becker2019-01-101-2/+2
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-14/+14
* Fix potential unsigned underflowChristoph M. Becker2016-12-131-9/+10
* 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 cloning, copying, scaling and interpolationChristoph M. Becker2016-10-061-21/+79
* Fix 321: Null pointer dereferences in gdImageRotateInterpolatedChristoph M. Becker2016-10-061-2/+2
* Fix #319: gdImageRotateInterpolated can have wrong background colorChristoph M. Becker2016-10-031-14/+10
* Fix unnecessary non NULL checksChristoph M. Becker2016-08-151-2/+4
* Remove superfluous if statementChristoph M. Becker2016-07-231-7/+2
* Fix copy&paste error in gdImageScaleBicubicFixed()Christoph M. Becker2016-07-231-2/+2
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-3/+16
* Fix typo introduced in 0dd1706Christoph M. Becker2016-07-201-1/+1
* possible null derefPierre Joye2016-07-201-1/+1
* fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207)Pierre Joye2016-07-191-1/+1
* fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207)Pierre Joye2016-07-191-0/+1
* fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207)Pierre Joye2016-07-191-3/+4
* fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207)Pierre Joye2016-07-191-0/+1
* Merge branch 'master' of github.com:libgd/libgdPierre Joye2016-07-191-1/+7
|\
| * php bug 72519, invalid color index for transparent color can lead to OOBPierre Joye2016-07-191-1/+7
* | fix possible OOB or OOM in gdImageScale, reported by Secunia (CVE 2016-6207)Pierre Joye2016-07-191-7/+40
|/
* Merge branch 'GD-2.2'Pierre Joye2016-06-241-7/+2
|\
| * fix CID 95839Pierre Joye2016-06-241-7/+2
* | Merge branch 'GD-2.2'Pierre Joye2016-06-211-1/+1
|\ \ | |/
| * fix CID 95839, fix logic and avoid duplicate code (and confusion)Pierre Joye2016-06-211-1/+1
* | Merge branch 'GD-2.2'Pierre Joye2016-06-211-3/+0
|\ \ | |/
| * fix CID 95837 duplicate codePierre Joye2016-06-211-3/+0
* | Merge branch 'GD-2.2'Pierre Joye2016-06-151-1/+0
|\ \ | |/
| * fix #232, set output argument dst to NULL on errrorPierre Joye2016-06-151-1/+0