Glenn Randers-Pehrson
ad5f16c406
[libpng15] Bump version to 1.5.26beta02
2015-12-13 16:19:49 -06:00
Glenn Randers-Pehrson
df80d38897
[libpng15] Imported from libpng-1.5.24.tar
2015-11-12 07:13:10 -06:00
Glenn Randers-Pehrson
20e0daa74a
[libpng15] Update CHANGES and ANNOUNCE about rowbytes fix
2015-10-30 13:02:20 -05:00
John Bowler
8678f9c3f4
rowbytes check correction
...
The old code incorrectly calculated the output rowbytes when the
application decreased either the number of channels or the bit depth (or
both) in a user transform. This was safe; libpng overallocated buffer
space (potentially by quite a lot; up to 4 times the amount required)
but, from 1.5.4 on, resulted in a png_error.
Signed-off-by: John Bowler <jbowler@acm.org>
2015-10-29 18:12:10 -07:00
John Bowler
e87d502b16
png_set_filler with 16-bit output byte swapped the value
...
A simple case of assigning the low and high byte in the wrong order, may
cause problems for some apps if they already have a work-round. The
code executes before the 16-bit byte swap so the order is always the PNG
one.
Signed-off-by: John Bowler <jbowler@acm.org>
2015-09-18 14:04:50 -07:00
Glenn Randers-Pehrson
4b1b9ce028
[libpng15] Imported from libpng-1.5.22.tar
2015-03-26 08:11:00 -05:00
Glenn Randers-Pehrson
3cd4a410a5
[libpng15] Imported from libpng-1.5.22beta01.tar
2015-01-28 19:34:32 -06:00
Glenn Randers-Pehrson
9e6249907b
[libpng15] Bump version to 1.5.20beta02
2014-11-09 20:29:36 -06:00
Glenn Randers-Pehrson
6c9ef75c6b
[libpng15] Update "last changed" dates.
2014-08-21 09:50:28 -05:00
Glenn Randers-Pehrson
e99366837d
[libpng15] Bump version to 1.5.20beta01
2014-08-21 09:15:51 -05:00
Glenn Randers-Pehrson
e73cc88b21
[libpng15] Imported from libpng-1.5.19.tar
2014-08-21 05:57:34 -05:00
Glenn Randers-Pehrson
d92bbef414
[libpng15] Use "if (value != 0)" instead of "if (value)" consistently.
2014-03-08 16:23:06 -06:00
Glenn Randers-Pehrson
e4e3df8abb
[libpng15] Update "last changed date" in pngrtran.c
2014-02-28 11:00:19 -06:00
Glenn Randers-Pehrson
a2fbb6d41b
[libpng15] Imported from libpng-1.5.19beta01.tar
2014-02-28 10:49:21 -06:00
Glenn Randers-Pehrson
3adf7f7bc8
[libpng15] Bump version to 1.5.19beta01
2014-02-06 10:42:45 -06:00
Glenn Randers-Pehrson
4449a29e1e
[libpng15] Imported from libpng-1.5.18.tar
2014-02-05 22:27:21 -06:00
Glenn Randers-Pehrson
77adefeda6
[libpng15] Updated copyright year in recently-changed files.
2013-12-31 21:06:14 -06:00
Glenn Randers-Pehrson
ad9982f677
[libpng15] Fix typo in pngrtran.c
2013-12-26 14:49:07 -06:00
Glenn Randers-Pehrson
f880e3a735
[libpng15] Bail out of loop over tRNS array once a transparent entry
...
is found.
2013-08-04 13:54:35 -05:00
Glenn Randers-Pehrson
45b47c1a1c
[libpng15] Imported from libpng-1.5.16.tar
2013-05-23 06:50:27 -05:00
Glenn Randers-Pehrson
bc92887b2d
[libpng15] Imported from libpng-1.5.16beta06.tar
2013-05-12 18:34:58 -05:00
Glenn Randers-Pehrson
ae8174d9a3
[libpng15] Imported from libpng-1.5.15beta06.tar
2013-05-12 12:12:08 -05:00
John Bowler
bb0407f3dc
[libpng15] Avoid a compiler warning about unused png_ptr
...
in translate_gamma_flags()
2013-04-25 10:28:01 -05:00
Glenn Randers-Pehrson
10de36ef25
[libpng15] Imported from libpng-1.5.15.tar
2013-03-27 20:26:28 -05:00
Glenn Randers-Pehrson
e67a47a19a
[libpng15] Bump version to 1.5.15beta06
2013-02-17 22:09:27 -06:00
Glenn Randers-Pehrson
fb908d6ae2
[libpng15] Redo previous checkin; fold long lines and fix #ifdefs
2013-02-17 21:41:43 -06:00
Glenn Randers-Pehrson
8799d78361
[libpng15] Imported from libpng-1.5.14.tar
2013-01-23 21:06:35 -06:00
John Bowler
84dc479108
[libpng15] De-configured build fixes to make a range of deconfiguration options
...
(such as switching off read or write support) work in more cases. Also
upgraded pngtest and pngvalid to the libpng 1.6 versions (with some
modifications) which provide more extensive testing. Replaced pngtest.png
because pngtest writes the ancillary chunks in a different order.
2013-01-06 12:38:39 -06:00
Glenn Randers-Pehrson
c11abedafe
[libpng15] Update copyright year to 2013 in newly-changed files.
2013-01-01 07:26:47 -06:00
Glenn Randers-Pehrson
58514a2eba
[libpng15] Updated "last changed" comments in recently-changed files.
2012-12-10 09:15:28 -06:00
Glenn Randers-Pehrson
494a0040f4
[libpng15] Use "FALL THROUGH" comments consistently (all caps)
2012-12-09 20:39:31 -06:00
Glenn Randers-Pehrson
7c699f27fc
[libpng15] Fixed build when using #define PNG_NO_READ_GAMMA in png_do_compose()
...
in pngrtran.c (Domani Hannes).
2012-10-24 11:10:49 -05:00
Glenn Randers-Pehrson
95ea04f925
[libpng15] Folded some long lines; updated manual about removed macros
2012-08-16 00:56:45 -05:00
Glenn Randers-Pehrson
e088ce7363
[libpng15] Imported from libpng-1.5.11.tar
2012-06-14 06:33:45 -05:00
Glenn Randers-Pehrson
b705271d85
[libpng15] Updated some "Last changed" dates
2012-06-06 13:10:40 -05:00
Glenn Randers-Pehrson
c924d3dd25
[libpng15] Improved the efficiency of the new png_check_palette_indexes()
...
function.
2012-06-06 13:04:47 -05:00
Glenn Randers-Pehrson
38a706f83f
[libpng15] Imported from libpng-1.5.10.tar
2012-03-29 06:33:41 -05:00
Glenn Randers-Pehrson
454e05a63a
[libpng15] Added palette-index checking.
2012-03-04 22:30:06 -06:00
Glenn Randers-Pehrson
cd3f5bb507
[libpng15] Imported from libpng-1.5.7.tar
2011-12-15 09:50:23 -06:00
Glenn Randers-Pehrson
0222124801
[libpng15] Replaced an "#if" with "ifdef" in pngrtran.c
2011-11-28 10:31:42 -06:00
John Bowler
18c5cfafeb
[libpng15] Multiple transform bug fixes plus a work-round for double gamma
...
correction.
2011-11-16 14:26:34 -06:00
Glenn Randers-Pehrson
4be12aa1e3
[libpng15] Updated commentary
2011-11-10 06:35:48 -06:00
Glenn Randers-Pehrson
efc4b69767
[libpng15] Fixed some typos in comments.
2011-11-07 23:31:34 -06:00
John Bowler
7875d534cb
[libpng15] Simplified read/write API initial version; basic read/write tested
...
on a variety of images, limited documentation (in the header file.)
2011-11-07 22:33:49 -06:00
Glenn Randers-Pehrson
55e85c24b4
[libpng15] Imported from libpng-1.5.7beta01.tar
2011-11-04 13:47:49 -05:00
Glenn Randers-Pehrson
2b7d730e27
[libpng15] Bump version to libpng-1.5.7beta01
2011-11-02 23:14:13 -05:00
Glenn Randers-Pehrson
bc6726bc04
[libpng15] Imported from libpng-1.5.6.tar
2011-11-02 22:48:36 -05:00
John Bowler
92ef313c77
[libpng15] Fixed compiler warnings with Intel and MSYS compilers.
...
The logical shift fix for Microsoft Visual C is required by other compilers,
so this enables that fix for all compilers when using compile-time constants.
Under MSYS 'byte' is a name declared in a system header file, so we
changed the name of a local variable to avoid the warnings that result.
2011-10-27 19:53:14 -05:00
John Bowler
07772cba07
[libpng15] Fixes for multiple calls to png_read_update_info.
...
These fixes attend to most of the errors revealed in pngvalid, however doing
the gamma work twice results in inaccuracies that can't be easily fixed.
There is now a warning in the code if this is going to happen.
2011-10-14 18:19:47 -05:00
Glenn Randers-Pehrson
bb5cb1476b
[libpng15] Bump version to libpng-1.5.6beta02
2011-09-22 12:48:19 -05:00