Glenn Randers-Pehrson
7d76ba7393
[libpng14] Imported from libpng-1.4.10.tar
v1.4.10
2012-03-14 23:39:48 -05:00
Glenn Randers-Pehrson
8f23c92642
[libpng14] Imported from libpng-1.4.10rc02.tar
v1.4.10rc02
2012-03-06 16:43:21 -06:00
Glenn Randers-Pehrson
9f3a6671b2
[libpng14] Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition in png.h
2012-03-06 16:41:00 -06:00
Glenn Randers-Pehrson
3c44261b44
[libpng14] Removed png_free() of unused png_ptr->current_text from pngread.c.
2012-02-27 08:05:51 -06:00
Glenn Randers-Pehrson
9bae3aa102
[libpng14] Bump version to 1.4.10beta02
2012-02-26 21:56:34 -06:00
Glenn Randers-Pehrson
7d1e150596
[libpng14] Imported from libpng-1.4.10beta01.tar
v1.4.10beta01
2012-02-26 21:56:28 -06:00
Glenn Randers-Pehrson
a8c319a2b2
[libpng14] Fixed off-by-one bug in png_handle_sCAL() when using fixed point
...
arithmetic, causing out-of-bounds read in png_set_sCAL() because of failure
to copy the string terminators (Franke Busse).
2012-02-26 20:31:00 -06:00
Glenn Randers-Pehrson
13f1247654
[libpng14] Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
2012-02-21 14:57:59 -06:00
Glenn Randers-Pehrson
53060e0c54
[libpng14] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
...
pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
now that png_ptr->buffer is inaccessible to applications, the special
handling is no longer useful.
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
2012-02-21 14:36:46 -06:00
Glenn Randers-Pehrson
0d95b3d8dc
[libpng14] Removed two useless #ifdef directives from pngread.c and
...
one from pngrutil.c
2012-02-19 22:58:50 -06:00
Glenn Randers-Pehrson
8beb593bc2
[libpng14] Bump version to 1.4.10beta01
2012-02-19 21:28:40 -06:00
Glenn Randers-Pehrson
2b359bd2fd
[libpng14] Imported from libpng-1.4.9.tar
v1.4.9
2012-02-18 23:43:28 -06:00
Glenn Randers-Pehrson
a22646a5df
[libpng14] Imported from libpng-1.4.9rc01.tar
v1.4.9rc01
2012-02-18 23:43:25 -06:00
Glenn Randers-Pehrson
3ef6c2439c
[libpng14] Imported from libpng-1.4.9beta01.tar
v1.4.9beta01
2012-02-18 23:43:23 -06:00
Glenn Randers-Pehrson
59d3ef11ed
[libpng14] Fixed typo in Makefile.am ("-M Wl" should be "-M -Wl")."
2011-10-05 17:06:15 -05:00
Glenn Randers-Pehrson
6bc7fc80da
[master] Added SunOS support to configure.ac and Makefile.am
...
but configure and Makefile.in were not updated.
2011-09-01 20:01:51 -05:00
Glenn Randers-Pehrson
5b03469a93
[master] Minor editing of libpng.3 and libpng-*.txt
2011-07-13 09:37:01 -05:00
Glenn Randers-Pehrson
f5b9abde98
[master] Reverted non-portable GNU syntax in makefile (?=, +=)
2011-07-12 06:22:29 -05:00
Glenn Randers-Pehrson
340c9b237b
[master] Updated contrib/pngminus/makefile.std
2011-07-11 17:36:18 -05:00
Glenn Randers-Pehrson
fb2bd00859
[master] Bump version to libpng-1.4.9beta01
2011-07-08 13:13:00 -05:00
Glenn Randers-Pehrson
5109688803
[master] Added vstudio/* and CMakeLists to EXTRA_DIST in Makefile.in
...
and Makefile.am
2011-07-08 13:09:41 -05:00
Glenn Randers-Pehrson
8fdd2fcef6
[master] Changed some incorrect "last changed" dates.
2011-07-07 12:46:23 -05:00
Glenn Randers-Pehrson
e7625063dc
[master] Imported from libpng-1.4.8.tar
v1.4.8
2011-07-07 06:41:17 -05:00
Glenn Randers-Pehrson
24f40e321c
[master] Imported from libpng-1.4.8rc01.tar
v1.4.8rc01
2011-06-30 19:58:41 -05:00
Glenn Randers-Pehrson
0bb898a885
[master] Imported from libpng-1.4.8beta05.tar
v1.4.8beta05
2011-06-19 07:22:01 -05:00
Glenn Randers-Pehrson
61a2d8a2a7
[master] Check for sCAL chunk too short.
2011-06-18 14:51:09 -05:00
John Bowler
af96543688
[devel] Removed double increment of pointers in the accurate scaling.
2011-06-18 13:25:46 -05:00
Glenn Randers-Pehrson
34f5449736
[master] Imported from libpng-1.4.8beta05.tar
2011-06-18 00:39:53 -05:00
John Bowler
484a48e221
[master] Fixed error in "ACCURATE" 16-to-8 scaling.
2011-06-17 21:36:09 -05:00
Glenn Randers-Pehrson
cc5226bf2a
[master] Imported from libpng-1.4.8beta05.tar
2011-06-07 19:53:23 -05:00
Glenn Randers-Pehrson
8fbb563f4e
[master] Imported from libpng-1.4.8beta04.tar
v1.4.8beta04
2011-06-07 14:59:33 -05:00
Glenn Randers-Pehrson
65e6d5a34f
[master] Fixed 1-byte uninitialized memory reference in png_format_buffer()
...
(Bug report by Frank Busse, related to CVE-2004-0421).
2011-06-07 14:58:07 -05:00
Glenn Randers-Pehrson
47be2e7c3a
[master] Imported from libpng-1.4.8beta04.tar
2011-06-06 00:02:11 -05:00
Glenn Randers-Pehrson
4d694dadd8
[master] Issue warning instead of error for out of range coefficients
...
for rgb_to_gray transform
2011-06-05 23:44:05 -05:00
Glenn Randers-Pehrson
59397f985e
[master] Imported from libpng-1.4.8beta03.tar
v1.4.8beta03
2011-06-05 23:27:22 -05:00
Glenn Randers-Pehrson
cc1d4d0dbc
[master] Check for integer overflow in png_set_rgb_to_gray().
2011-06-05 23:26:14 -05:00
Glenn Randers-Pehrson
070434c045
[master] Imported from libpng-1.4.8beta02.tar
v1.4.8beta02
2011-06-05 17:21:29 -05:00
Glenn Randers-Pehrson
0dc882d7c3
[master] Ported bugfix in pngrtran.c from 1.5.3: Ensure coefficients are OK for
...
png_rgb_to_gray_fixed().
2011-06-05 17:19:17 -05:00
Glenn Randers-Pehrson
c3ac9a507a
[master] Bump to version bumpify-1.4.8rc01
2011-06-03 21:36:28 -05:00
Glenn Randers-Pehrson
a6afebc718
[master] Imported from libpng-1.4.8beta01.tar
v1.4.8beta01
2011-06-03 21:21:15 -05:00
Glenn Randers-Pehrson
d41915dc2a
[master] Port change to pngrtran.c from 1.5.3: when expanding a paletted image,
...
always expand to RGBA if transparency is present.
2011-06-03 21:17:49 -05:00
Glenn Randers-Pehrson
5a5ad7a5fa
[master] Check for up->location !PNG_AFTER_IDAT when writing unknown chunks
...
before IDAT.
2011-06-03 21:16:45 -05:00
Glenn Randers-Pehrson
9dad5e37ae
[master] Pass "" instead of '\0' to png_default_error() in png_err().
...
This mistake was introduced in libpng-1.2.20beta01.
2011-06-03 21:14:55 -05:00
Glenn Randers-Pehrson
adde7b5c1e
[master] Fix typo in pngwutil.c comment
2011-05-23 06:29:49 -05:00
Glenn Randers-Pehrson
3bdde42e40
[master] Copied png_debug macros from pngpriv.h into pngtest.c and removed
...
"#include pngpriv.h" from pngtest.c, to avoid setting a bad example.
2011-05-02 14:11:10 -05:00
Glenn Randers-Pehrson
6b4dee12f5
[master] Hard-coded the name of libpng-version.txt in Makefile.am, .in
2011-05-02 12:38:48 -05:00
Glenn Randers-Pehrson
355b90387b
[master] Undef "_ALL_SOURCE" for AIX, to prevent "jmpbuf" from being redefined.
2011-05-02 12:29:20 -05:00
Glenn Randers-Pehrson
f512ca7625
[master] Bump to version 1.4.8beta01
2011-05-02 12:23:29 -05:00
Glenn Randers-Pehrson
16ee3e9870
[master] Imported from libpng-1.4.7.tar
v1.4.7
2011-04-10 06:44:29 -05:00
Glenn Randers-Pehrson
c8444775b1
[devel] Disabled PNG_PEDANTIC_WARNINGS for all MSC versions as in libpng-1.4.5.
2011-04-10 06:43:27 -05:00