summaryrefslogtreecommitdiff
path: root/src/gd_topal.c
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for MINGW (#828)مهدي شينون (Mehdi Chinoune)2022-04-151-0/+4
* Fix #815, gd_topal, explicit null dereferenced (kind of false positiv… (#816)Pierre Joye2022-01-311-0/+3
* docs: Fix a few typosTim Gates2021-09-231-1/+1
* Fix #479: Provide a suitable malloc function to liqKen Brown2018-11-161-1/+10
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-3/+3
* Improve documentation of truecolor to palette conversionChristoph M. Becker2016-09-211-23/+64
* 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
* Improve documentationChristoph M. Becker2016-09-151-5/+19
* Fix PHP bug #67325: imagetruecolortopalette: white is duplicated in paletteChristoph M. Becker2016-09-031-1/+1
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-10/+20
* we need unsigned char storage here, not unsigned char *, aka allocate the rig...Pierre Joye2016-06-191-1/+1
* libimagequant: fix integrationMike Frysinger2016-05-181-5/+5
* Update gd_topal.cJitendar Kumar2015-04-221-3/+3
* Missing nullcheck in gd_topal.cJitendar Kumar2015-04-221-0/+3
* Introduce gdReallocEx which will free the original memory when reallocOndřej Surý2013-05-201-1/+1
* WS & CSOndřej Surý2013-04-301-4/+4
* Fix several uninitialized variable reads, dereferences before NULL checks, re...Ondřej Surý2013-04-081-7/+7
* - apply same CS everywherepierrejoye2013-04-031-1229/+1082
* avoid the C99 flavorTakeshi Abe2013-03-271-1/+2
* Include config.h for LIQKornel Lesiński2013-03-271-5/+3
* Reverted unrelated whitespace changesKornel Lesiński2013-03-271-55/+49
* API change: Return whether gdImageTrueColorToPalette() succeededKornel Lesiński2013-03-251-14/+31
* Whitespace/indent normalizationKornel Lesiński2013-03-251-117/+127
* Download libimagequant in cmakefile if neededKornel Lesiński2013-03-251-1/+1
* Configurable speed/quality for LIQ and NeuQuantKornel Lesiński2013-03-221-2/+77
* Added optional support for libimagequantKornel Lesiński2013-03-251-0/+79
* Moved freeing of truecolor pixels to a functionKornel Lesiński2013-03-091-10/+18
* Avoid NULL pointer dereference by checking if parent struct has been allocate...Kornel Lesiński2013-03-091-20/+20
* Removed defunct support for ORIGINAL_LIB_JPEG quantizationKornel Lesiński2013-02-241-407/+0
* fix -Wunused-parametertabe2013-02-111-0/+20
* #14, set fserror after the checkpajoye2007-01-041-1/+1
* #35, Added sanity checks for allocations failure in gd_topal (yet another.)pajoye2007-01-031-0/+3
* - #15, gdImageCreatePaletteFromTrueColor(), colors allocated henceforth frompajoye2007-01-031-0/+1
* - #14, Fixed leak in jinit_2pass_quantizer (gd_topal.c)pajoye2007-01-031-1/+2
* - sync to 2.0.29pierre2006-04-051-0/+5
* - sync to 2.0.28pierre2006-04-051-106/+148
* - sync to 2.0.24pierre2006-04-051-3/+8
* - sync to 2.0.23pierre2006-04-051-9/+12
* - sync to 2.0.17GD_2_0_17pierre2006-04-051-3/+10
* - sync to 2.0.12pierre2006-04-051-565/+898
* - sync to 2.0.9pierre2006-04-051-45/+46
* - sync to 2.0.5GD_2_0_5pierre2006-04-051-21/+6
* - sync to 2.0.4GD_2_0_4pierre2006-04-051-4/+7
* - sync to 2.0.1GD_2_0_1pierre2006-04-051-795/+975
* - sync to 2.0.0GD_2_0_0pierre2006-04-051-0/+1508