summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.5beta05.tarv1.5.5beta05Glenn Randers-Pehrson2011-08-1711-25/+25
* [devel] Added new types and internal functions for CIE RGB end point handlingJohn Bowler2011-08-163-0/+27
* [devel] Prevent unexpected API exports from non-libpng DLLs on Windows.John Bowler2011-08-169-63/+139
* [devel] Revised commentary about png_rgb_to_gray coefficentsGlenn Randers-Pehrson2011-08-113-2/+7
* [devel] Bump version to libpng-1.5.5beta05Glenn Randers-Pehrson2011-07-2923-63/+67
* [devel] Imported from libpng-1.5.5beta04.tarv1.5.5beta04Glenn Randers-Pehrson2011-07-2911-23/+34
* [devel] Updated commentary about the png_rgb_to_gray() default coefficientsGlenn Randers-Pehrson2011-07-294-13/+35
* [devel] Revised CMakeLists.txt (Clifford Yapp)Glenn Randers-Pehrson2011-07-273-72/+43
* [devel] Fix typo in manual: "was" was "was was".Glenn Randers-Pehrson2011-07-272-12/+12
* [devel] Bump version to libpng-1.5.5beta04Glenn Randers-Pehrson2011-07-2723-63/+67
* [devel] Imported from libpng-1.5.5beta03.tarv1.5.5beta03Glenn Randers-Pehrson2011-07-2716-33/+35
* [devel] Updated CHANGES to reshow addition of new compression APIGlenn Randers-Pehrson2011-07-262-7/+7
* [devel] Minor documentation editing.Glenn Randers-Pehrson2011-07-262-72/+179
* [devel] Enabled compilation with g++ compiler. This compiler does notJohn Bowler2011-07-144-32/+57
* [devel] Added recent CVE numbers at relevant places in the CHANGES file.Glenn Randers-Pehrson2011-07-141-4/+5
* [devel] Bump version to libpng-1.5.5beta03Glenn Randers-Pehrson2011-07-1423-63/+67
* [devel] Imported from libpng-1.5.5beta02.tarv1.5.5beta02Glenn Randers-Pehrson2011-07-1412-26/+26
* [devel] Revised Makefile.am and Makefile.in to look in the right directory forJohn Bowler2011-07-144-8/+14
* [devel] Reverted Makefile.am and Makefile.in to 1.5.4 status.Glenn Randers-Pehrson2011-07-132-2/+2
* [devel] Bump version to libpng-1.5.5beta02Glenn Randers-Pehrson2011-07-1323-61/+67
* [devel] Imported from libpng-1.5.5beta01.tarv1.5.5beta01Glenn Randers-Pehrson2011-07-1315-32/+32
* [devel] Revised manual paragraph about use of 'NO' macros.Glenn Randers-Pehrson2011-07-122-8/+8
* [devel] Minor editing of the manual.Glenn Randers-Pehrson2011-07-124-56/+98
* [devel] Reverted non-portable GNU syntax in makefile (?=, +=)Glenn Randers-Pehrson2011-07-123-9/+9
* [devel] Updated contrib/pngminus/makefile.stdGlenn Randers-Pehrson2011-07-113-16/+18
* [devel] Reverted type of "my_background" to png_color_16 in the manual.Glenn Randers-Pehrson2011-07-102-4/+6
* [devel] png_set_background does not take an info_ptr argument.Glenn Randers-Pehrson2011-07-092-2/+2
* [devel] Fixed some typos in the manual.Glenn Randers-Pehrson2011-07-094-251/+41
* [devel] Bump version to libpng-1.5.5beta01Glenn Randers-Pehrson2011-07-0827-106/+164
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-0739-170/+118
* [devel] Relocated a single quote from the beginning of a line in the manualGlenn Randers-Pehrson2011-07-032-6/+6
* [devel] Added references to CVE-2011-2501 and -0408 to the CHANGES file.Glenn Randers-Pehrson2011-07-011-4/+4
* [devel] Imported from libpng-1.5.4rc01.tarv1.5.4rc01Glenn Randers-Pehrson2011-06-3024-64/+66
* [devel] Define PNG_ALLOCATED to "restrict" only if MSC_VER >= 1400.Glenn Randers-Pehrson2011-06-273-10/+18
* [devel] Imported from libpng-1.5.4beta08.tarv1.5.4beta08Glenn Randers-Pehrson2011-06-2222-63/+63
* [devel] Fix pngvalid.c with ACCURATE_SCALEJohn Bowler2011-06-224-50/+56
* [devel] Imported from libpng-1.5.4beta07.tarv1.5.4beta07Glenn Randers-Pehrson2011-06-1914-29/+29
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-1811-139/+218
* [devel] Delete chop_16 synopses and add one for png_set_scale_16_to_8()Glenn Randers-Pehrson2011-06-181-4/+4
* [devel] Bump version to libpng-1.5.4beta07Glenn Randers-Pehrson2011-06-1823-63/+67
* [devel] Imported from libpng-1.5.4beta06.tarv1.5.4beta06Glenn Randers-Pehrson2011-06-182-0/+2
* [devel] Fixed buffer bug (both the strip_16 and scale_16 transforms wereGlenn Randers-Pehrson2011-06-182-18/+21
* [devel] Fix pngvalid.c to compile when SCALE_16 is disabled.Glenn Randers-Pehrson2011-06-171-1/+1
* [devel] Fix more inconsistencies from the swap of 16_TO_8 APIs.Glenn Randers-Pehrson2011-06-173-9/+12
* [devel] Still trying to fix row buffer problem but pngvalid still failsGlenn Randers-Pehrson2011-06-171-0/+4
* [devel] Fixed some errors with 16_TO_8 macrosGlenn Randers-Pehrson2011-06-172-7/+9
* [devel] Fix new bugs in pngvalid.c; it failed to compile.Glenn Randers-Pehrson2011-06-171-18/+16
* [devel] Removed redundant directives from pngminim/*/*dfa.Glenn Randers-Pehrson2011-06-172-2/+0
* [devel] Changed a dependence in scripts/pnglibconf.dfaGlenn Randers-Pehrson2011-06-171-2/+2
* [devel] Bump version to libpng-1.5.4beta06Glenn Randers-Pehrson2011-06-1723-65/+69