summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.4beta03.tarv1.5.4beta03Glenn Randers-Pehrson2011-06-1512-26/+26
* [devel] Correction to the expand_16 code; removed extra instance ofGlenn Randers-Pehrson2011-06-154-18/+8
* [devel] Add synopsis for png_set_chop_16() to manualGlenn Randers-Pehrson2011-06-154-7/+7
* [devel] Fixed a problem in png_do_expand_palette() exposed by optimization inJohn Bowler2011-06-144-18/+31
* [devel] Bump version to libpng-1.5.4beta03Glenn Randers-Pehrson2011-06-1423-63/+66
* [devel] Imported from libpng-1.5.4beta02.tarv1.5.4beta02Glenn Randers-Pehrson2011-06-1414-30/+30
* [devel] Check for READ_CHOP_16_TO_8 support in pngvalid,Glenn Randers-Pehrson2011-06-141-2/+2
* [devel] Made png_set_chop_16() API removeableGlenn Randers-Pehrson2011-06-147-9/+25
* [devel] Use the old scaling method for background if png_set_chop_16() wasGlenn Randers-Pehrson2011-06-143-0/+17
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-1418-21/+85
* [devel] Added png_set_chop_16() API.Glenn Randers-Pehrson2011-06-139-55/+105
* [devel] Fix and clarify LEGACY 16-to-8 scaling.John Bowler2011-06-132-6/+6
* [devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01Glenn Randers-Pehrson2011-06-1330-85/+96
* [devel] Moved definitions of PNG_HAVE_IHDR, PNG_AFTER_IDAT, and PNG_HAVE_PLTEGlenn Randers-Pehrson2011-06-134-18/+23
* [devel] Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTEDGlenn Randers-Pehrson2011-06-133-8/+29
* [devel] Imported from libpng-1.5.3beta11.tarv1.5.3beta11Glenn Randers-Pehrson2011-06-113-6/+22
* [devel] Allow png_set_user_limits() to increase limits as well as reduce them.Glenn Randers-Pehrson2011-06-112-4/+6
* [devel] Added log option to pngvalid.c and attempted to improve gamma messages.John Bowler2011-06-113-62/+316
* [devel] Removed string/memory macros that are no longer usedJohn Bowler2011-06-113-9/+4
* [devel] Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly.John Bowler2011-06-113-2/+16
* [devel] Improved gamma range checks and other things OpenWatcom warns about.John Bowler2011-06-115-30/+28
* [devel] Remove testing cruft from projects/owatcom.John Bowler2011-06-111-2/+2
* [devel] Added projects/owatcom, an IDE project for OpenWatcom to replaceJohn Bowler2011-06-119-123/+1034
* [devel] Added "_SUPPORTED" to the PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION macro.Glenn Randers-Pehrson2011-06-102-0/+2
* [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding isJohn Bowler2011-06-1012-55/+81
* [devel] Revised documentation about png_set_user_limits() to say that it canGlenn Randers-Pehrson2011-06-104-2/+16
* [devel] Bump version to libpng-1.5.3beta11Glenn Randers-Pehrson2011-06-1024-72/+74
* [devel] Removed #ifdef in png.c that caused sCAL handler to leak memory.Glenn Randers-Pehrson2011-06-103-11/+9
* [devel] Added sCAL chunk to pngtest.pngJohn Bowler2011-06-101-0/+0
* [devel] Fixed png_handle_sCAL which is broken in 1.5Glenn Randers-Pehrson2011-06-103-2/+17
* [devel] Imported from libpng-1.5.3rc03.tarGlenn Randers-Pehrson2011-06-0724-75/+75
* [devel] Imported from libpng-1.5.3rc02.tarv1.5.3rc02Glenn Randers-Pehrson2011-06-0722-61/+61
* [devel] Fixed 1-byte uninitialized memory reference in png_format_buffer()Glenn Randers-Pehrson2011-06-073-12/+29
* [devel] Imported from libpng-1.5.3rc01.tarv1.5.3rc01Glenn Randers-Pehrson2011-06-0324-80/+81
* [devel] Fix typo in pngwutil.c comment.Glenn Randers-Pehrson2011-05-231-1/+1
* [devel] Bump to version libpng-1.5.3beta11Glenn Randers-Pehrson2011-05-2023-63/+67
* [devel] Imported from libpng-1.5.3beta10.tarv1.5.3beta10Glenn Randers-Pehrson2011-05-2014-29/+29
* [devel] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-05-183-10/+30
* [devel] Add tests for expand16, more fixes for palette image testsJohn Bowler2011-05-182-245/+461
* [devel] png_set_background+png_expand_16 did not interwork correctly.John Bowler2011-05-181-4/+23
* [devel] Consistently use "n-bit", not "n bit" in png.cGlenn Randers-Pehrson2011-05-171-20/+20
* [devel] Bump to version libpng-1.5.3beta10Glenn Randers-Pehrson2011-05-1723-63/+67
* [devel] Fix spelling of "conversion" in manual.v1.5.3beta09Glenn Randers-Pehrson2011-05-172-4/+4
* [devel] Consistently use "n-bit", not "n bit" in CHANGES and ANNOUNCE.Glenn Randers-Pehrson2011-05-172-12/+12
* [devel] Consistently use "n-bit", not "n bit" in comments.Glenn Randers-Pehrson2011-05-173-32/+32
* [devel] Reversed earlier change of transformation order; moveJohn Bowler2011-05-164-39/+59
* [devel] Bump to version libpng-1.5.3beta09Glenn Randers-Pehrson2011-05-1625-80/+81
* [devel] Bump to version libpng-1.5.3rc01Glenn Randers-Pehrson2011-05-1623-61/+67
* [devel] Imported from libpng-1.5.3beta08.tarv1.5.3beta08Glenn Randers-Pehrson2011-05-1612-21/+21
* [devel] Removed reference to non-existent png_set_rgb_to_Y from the manual.Glenn Randers-Pehrson2011-05-162-14/+12