summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd_interpolation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix #66882: imagerotate by -90 degrees truncates image by 1pxChristoph M. Becker2015-07-131-2/+5
* | Fix #70064: imagescale(..., IMG_BICUBIC) leaks memoryChristoph M. Becker2015-07-131-2/+2
* | Fix #69024: imagescale segfault with palette based imageChristoph M. Becker2015-07-131-0/+5
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-03-121-6/+6
|\ \ | |/
| * Fix bug #66887 imagescale - poor quality of scaled imageRemi Collet2014-03-121-6/+6
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-03-121-4/+1
|\ \ | |/
| * Fixed Bug #66893i imagescale ignore method argumentRemi Collet2014-03-121-4/+1
* | Merge branch 'PHP-5.5'unknown2013-09-091-1/+4
|\ \ | |/
| * ensure that the defined interpolation method is used by the generic scaling f...unknown2013-09-091-1/+4
* | Merge branch 'PHP-5.5'Pierre Joye2013-06-201-29/+12
|\ \ | |/
| * fix #65070, bgcolor does not use the same format as the input image with imag...Pierre Joye2013-06-201-28/+11
* | Merge branch 'PHP-5.5'Remi Collet2013-06-031-8/+8
|\ \ | |/
| * Fixed Bug #64962 imagerotate produce corrupted imageRemi Collet2013-06-031-8/+8
* | Merge branch 'PHP-5.5'Pierre Joye2013-05-271-6/+6
|\ \ | |/
| * fix #64898imagerotate is broken with bilinear interpolationPierre Joye2013-05-271-6/+6
* | Merge branch 'PHP-5.5'Pierre Joye2013-04-301-1/+1
|\ \ | |/
| * fix #64738, fix implicit type declarationPierre Joye2013-04-301-1/+1
* | Merge branch 'PHP-5.5'Pierre Joye2013-04-091-21/+20
|\ \ | |/
| * ws and comment for recommended aa methodPierre Joye2013-04-091-21/+31
* | Merge branch 'PHP-5.5'Pierre Joye2013-04-091-10/+11
|\ \ | |/
| * fix some unitialized values and typoPierre Joye2013-04-091-10/+11
* | merging conflict left overPierre Joye2013-03-261-1/+0
* | conflictPierre Joye2013-03-261-0/+4
|\ \ | |/
| * fix regression, take #2 (merge issue due to git 1.8 default setting changes)Pierre Joye2013-03-261-0/+4
| * fix typoStanislav Malyshev2013-03-241-2/+2
* | fix typoStanislav Malyshev2013-03-241-2/+2
* | Merge branch 'PHP-5.5'Pierre Joye2013-03-251-13/+1
|\ \ | |/
| * remove commentsPierre Joye2013-03-251-13/+1
* | fix conflictPierre Joye2013-03-241-0/+2
|\ \ | |/
| * fix generic rotation and 90 degrees & multiples rotation, take #2Pierre Joye2013-03-241-38/+14
* | - fix regression (imagerotate_overflow.phpt), fix for all casesPierre Joye2013-03-221-4/+0
* | - fix regression bug24155.phpt and bug39366.phptPierre Joye2013-03-221-38/+14
* | - fix regression (imagerotate_overflow.phpt)Pierre Joye2013-03-221-0/+4
* | - update the comment to match the code/featuresPierre Joye2013-03-201-0/+13
|/
* - add imageaffinematrixget and imagematrixconcatPierre Joye2013-03-201-5/+0
* - fix unix buildPierre Joye2013-03-201-1/+1
* - add new files for interpolationPierre Joye2013-03-201-0/+2590