summaryrefslogtreecommitdiff
path: root/src/gd_jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #733, silent warning for infilePierre Joye2021-08-231-0/+1
* Fix #733, use of undeclared identifier 'size': ARG_NOT_USED(size)Pierre Joye2021-08-231-1/+0
* silent warning/unused args when codecs not enabledPierre Joye2021-08-161-0/+20
* use https://libgd.orgMike Frysinger2021-07-051-1/+1
* add stub ABI funcs when formats are disabled #345Mike Frysinger2019-02-091-0/+59
* Fix #492: Potential double-free in gdImage*Ptr()Christoph M. Becker2019-01-171-4/+16
* Remove HAVE_STDLIB_HPeter Kokot2018-09-081-5/+0
* Remove HAVE_STDDEF_HPeter Kokot2018-09-061-2/+1
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-3/+3
* Fix #338: Fatal and normal libjpeg/ibpng errors not distinguishableChristoph M. Becker2016-11-161-1/+1
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-231-28/+32
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+5
* Fix #18 Poor maximum jpeg qualityPierre Joye2016-06-041-0/+4
* port fix for saner boolean usage from https://reviews.facebook.net/D31695Pierre Joye2015-01-171-17/+3
* Started importing the old manual into Naturaldocs comments.Chris Reuter2014-01-071-3/+198
* Fix warning: C++ style comments are not allowed in ISO C90 [enabled by default]Ondřej Surý2013-05-221-1/+0
* Fix E_ERROR -> GD_ERROR in JPEG_DEBUG blocks of gd_jpeg.cOndřej Surý2013-04-231-21/+21
* Unify the Win32 check to _WIN32 check which is defined by both VC and MinGWOndřej Surý2013-04-231-1/+1
* it shoud be gd_error_exTakeshi Abe2013-04-231-1/+1
* Don't output jpeg error_message directly, but format it first and push it to ...Ondřej Surý2013-04-221-2/+4
* fix jpeg emit callback prototypeMike Frysinger2013-04-221-2/+1
* Merged in php-libgd (pull request #3) Ondřej Surý2013-04-221-26/+80
|\
| * Replace debug printf( with gd_error_ex(E_DEBUG,Ondřej Surý2013-04-221-24/+24
| * Add gdImageCreate*Ex functions to support extra PHP callOndřej Surý2013-04-221-3/+57
* | Improve gd_error -> gd_error_ex usageOndřej Surý2013-04-221-4/+2
|/
* Rename E_{ERROR,WARNING,...} to GD_{ERROR,WARNING,...} and install the headerOndřej Surý2013-04-181-1/+1
* Use custom error handler instead of fprintf(stderr, ...)Ondřej Surý2013-04-181-26/+28
* - apply same CS everywherepierrejoye2013-04-031-105/+95
* fix -Wsign-compareTakeshi Abe2013-02-151-2/+3
* fix -Wunused-parametertabe2013-02-111-4/+1
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+1
* fix for FS#204tabe2009-06-181-0/+2
* ref FS#176: added support of variable resolution by Alan Boudreault.tabe2009-03-081-0/+16
* - add HAVE_BOOLEAN only for mingw/msyspajoye2008-05-091-0/+2
* - we only need HAVE_BOOLEAN under mingw with libjpeg (patches required in lib...pajoye2008-05-091-27/+10
* - prevent types conflict under mingwpajoye2008-04-181-1/+22
* - ws + csmattias2007-12-211-601/+549
* - #105, gdImageCreateFrom*Ptr() can crash if gdNewDynamicCtxEx() failsmattias2007-08-071-0/+2
* - URLspajoye2006-04-051-1/+1
* - sync to 2.0.29pierre2006-04-051-1/+11
* - sync to 2.0.24pierre2006-04-051-12/+6
* - sync to 2.0.23pierre2006-04-051-116/+137
* - sync to 2.0.22GD_2_0_22pierre2006-04-051-30/+133
* - sync to 2.0.21GD_2_0_21pierre2006-04-051-0/+10
* - sync to 2.0.17GD_2_0_17pierre2006-04-051-1/+3
* - sync to 2.0.14GD_2_0_14pierre2006-04-051-4/+3
* - sync to 2.0.12pierre2006-04-051-43/+44
* - sync to 2.0.10pierre2006-04-051-25/+43
* - sync to 2.0.9pierre2006-04-051-65/+43
* - sync to 2.0.5GD_2_0_5pierre2006-04-051-0/+4