summaryrefslogtreecommitdiff
path: root/src/gd_nnquant.c
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecared function prototypesKhem Raj2022-08-231-25/+7
* docs: Fix a few typosTim Gates2021-09-231-1/+1
* Make gd_nnquant.c less likely to introduce duplicate definitions (#601)Benjamin Kramer2020-03-231-23/+9
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-1/+1
* Improve documentation of truecolor to palette conversionChristoph M. Becker2016-09-211-3/+17
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-0/+3
* let use unsigned here, the result is used as index anywayPierre Joye2016-06-191-3/+3
* use unsigned int for indexPierre Joye2016-06-191-2/+3
* Remove Deadcode in gd_nnquant.cJitendar Kumar2015-04-221-1/+1
* Rename E_{ERROR,WARNING,...} to GD_{ERROR,WARNING,...} and install the headerOndřej Surý2013-04-181-2/+2
* Use custom error handler instead of fprintf(stderr, ...)Ondřej Surý2013-04-181-6/+5
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-0/+4
* Fix several uninitialized variable reads, dereferences before NULL checks, re...Ondřej Surý2013-04-081-1/+1
* - apply same CS everywherepierrejoye2013-04-031-74/+108
* search GD headers locally at firstTakeshi Abe2013-03-011-1/+1
* check integer overflows.tabe2008-07-301-0/+4
* - #58, free neuquant and temp buffer on exitpajoye2008-01-011-7/+18
* - add new url to SF.net site for the pngnqpajoye2007-12-311-1/+2
* - #58, Add new dithering alogirthm based on nthony Dekker's neuquantpajoye2007-12-311-0/+574