summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta12.tarv1.6.0beta12Glenn Randers-Pehrson2012-02-174-23/+41
* [libpng16] Increase num_palette to invalid_index + 1, not to invalid_index.Glenn Randers-Pehrson2012-02-163-1/+3
* [libpng16] Bump version to 1.6.0beta12Glenn Randers-Pehrson2012-02-1623-56/+60
* [libpng16] Imported from libpng-1.6.0beta11.tarv1.6.0beta11Glenn Randers-Pehrson2012-02-1614-41/+550
* [libpng16] Check for invalid palette index while reading paletted PNG. WhenGlenn Randers-Pehrson2012-02-163-3/+31
* [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT orJohn Bowler2012-02-137-78/+127
* [libpng16] Fixed a memory overwrite bug in simplified read of RGB PNG withGlenn Randers-Pehrson2012-02-104-127/+184
* [libpng16] Removed some unused arrays from png_read_push_finish_row().Glenn Randers-Pehrson2012-02-101-0/+2
* [libpng16] Corrected estimate of error in libpng png_set_rgb_to_gray API.John Bowler2012-02-043-1/+17
* [libpng16] Updated documentation about the simplified API.Glenn Randers-Pehrson2012-02-046-534/+41
* [libpng16] Revised test-pngstest.sh to report PASS/FAIL for each image.Glenn Randers-Pehrson2012-02-043-18/+15
* [libpng16] Fix character count in pngstest command inJohn Bowler2012-02-033-4/+6
* [libpng16] Fixed some editing cruft in libpng-manual.txt and libpng.3Glenn Randers-Pehrson2012-02-032-216/+80
* [libpng16] Bump version to 1.6.0beta11Glenn Randers-Pehrson2012-02-0323-54/+58
* [libpng16] Imported from libpng-1.6.0beta10.tarv1.6.0beta10Glenn Randers-Pehrson2012-02-032-0/+2
* [libpng16] Bump version to 1.6.0beta10Glenn Randers-Pehrson2012-02-0317-37/+36
* [libpng16] Updated list of test images in CMakeLists.txtGlenn Randers-Pehrson2012-02-023-3/+7
* [libpng16] Added Z_SOLO for zlib-1.2.6+ and correct pngstest testsJohn Bowler2012-02-024-22/+16
* [libpng16] Bump version to 1.6.0beta10Glenn Randers-Pehrson2012-02-0123-57/+61
* [libpng] Note in CHANGES that Makefile.in and configure were revertedv1.6.0beta09Glenn Randers-Pehrson2012-02-012-2/+4
* [libpng16] Attempt to fix problem with autogen.shJohn Bowler2012-02-012-3/+3
* [libpng16] Bump version to libpng-1.6.0beta09.tarGlenn Randers-Pehrson2012-01-3123-53/+57
* [libpng16] Imported from libpng-1.6.0beta08.tarv1.6.0beta08Glenn Randers-Pehrson2012-01-3115-28/+58
* [libpng16] Updated CHANGES and ANNOUNCE with new information about autogen.shGlenn Randers-Pehrson2012-01-312-2/+10
* [libpng16] Updated INSTALL to explain that autogen.sh must be run in a GITGlenn Randers-Pehrson2012-01-311-7/+12
* [libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.hJohn Bowler2012-01-314-4/+10
* [libpng16] Fix comment in scripts/pnglibconf.dfaJohn Bowler2012-01-311-2/+3
* [libpng16] Updated "ftbb*.png" list in the owatcom and vstudio projects.Glenn Randers-Pehrson2012-01-313-6/+7
* [libpng16] Fixed non-configure builds (don't include pngprefix.h in them)John Bowler2012-01-311-1/+3
* [libpng16] Added symbol prefixing that allows all the libpng external symbolsJohn Bowler2012-01-3110-15/+126
* [libpng16] Cleaned up pngpriv.h to consistently declare all functions and data.John Bowler2012-01-314-379/+381
* [libpng16] Improved pngstest speed by not doing redundant tests and add constJohn Bowler2012-01-286-59/+181
* [libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.acJohn Bowler2012-01-284-12/+20
* [libpng16] Divide pngstest into separate runs for basic and transparent images.Glenn Randers-Pehrson2012-01-283-5/+15
* [libpng16] Check libtool/libtoolize version number (2.4.2) in configure.acJohn Bowler2012-01-283-3/+14
* [libpng16] Fixed Image::colormap misalignment in pngstest.cJohn Bowler2012-01-283-54/+64
* [libpng16] bump version to 1.6.0beta08Glenn Randers-Pehrson2012-01-2723-53/+57
* [libpng16] Imported from libpng-1.6.0beta07.tarv1.6.0beta07Glenn Randers-Pehrson2012-01-2713-36/+42
* [libpng16] Committed 5 new or renamed files in contrib/pngsuite.Glenn Randers-Pehrson2012-01-275-0/+0
* [libpng16] Added two images to contrib/pngsuite (1-bit and 2-bit transparentGlenn Randers-Pehrson2012-01-276-4/+13
* [libpng16] Removed scripts/*m4 and updated autogen.shJohn Bowler2012-01-276-8645/+200
* [libpng16] Freeze libtool files in the 'scripts' directory.John Bowler2012-01-279-3/+8621
* [libpng16] Set CMAKE_LIBRARY_OUTPUT_DIRECTORY to "lib" on all platformsGlenn Randers-Pehrson2012-01-263-10/+8
* [libpng16] Conditionalize the install rules for MINGW and CYGWINGlenn Randers-Pehrson2012-01-253-23/+30
* [libpng16] Rewrote autogen.sh to run autoreconfJohn Bowler2012-01-253-30/+52
* [libpng16] Updated configure.ac from autoupdate: added --enable-werror option.John Bowler2012-01-254-42/+94
* [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)John Bowler2012-01-259-104/+125
* [libpng16] Remove remains of simplified API sPLT experiment from pngpriv.hJohn Bowler2012-01-251-3/+0
* [libpng16] bump version to 1.6.0beta07Glenn Randers-Pehrson2012-01-2423-53/+57
* [libpng16] Imported from libpng-1.6.0beta06.tarv1.6.0beta06Glenn Randers-Pehrson2012-01-2412-62/+310