Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libpng
/
71db1318820a67952ef4d9e73d0c6a41996e3497
/
CHANGES
71db131
[libpng16] Bump version to 1.6.0beta18
by Glenn Randers-Pehrson
· 13 years ago
9066919
[libpng16] If benign errors are disabled use maximum window on ancillary
by John Bowler
· 13 years ago
b5d0051
[libpng16] Deflate/inflate was reworked to move common zlib calls into single
by John Bowler
· 13 years ago
6038b80
[libpng16] Reject iCCP chunk after the first, even if the first one is invalid.
by Glenn Randers-Pehrson
· 13 years ago
b57c1c9
[libpng16] Bump version to 1.6.0beta17
by Glenn Randers-Pehrson
· 13 years ago
6225b0e
[libpng16] Added code to validate the windowBits value passed to deflateInit2().
by John Bowler
· 13 years ago
7d4fbb2
[libpng16] Validate the zTXt strings in pngvalid.
by John Bowler
· 13 years ago
42a2b55
[libpng16] Made read 'inflate' handling like write 'deflate' handling. The
by John Bowler
· 13 years ago
e741cd5
[libpng16] Added contrib/libtests/tarith.c to test internal arithmetic
by John Bowler
· 13 years ago
0ae4f7b
[libpng16] Changed png_inflate() and calling routines to avoid overflow
by John Bowler
· 13 years ago
29a6ba0
[libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with default
by John Bowler
· 13 years ago
eeb1bb6
[libng16] Added palette-index checking while writing.
by Glenn Randers-Pehrson
· 13 years ago
8e92cd5
[libpng16] Bump version to 1.6.0beta16
by Glenn Randers-Pehrson
· 13 years ago
363387c
[libpng16] Imported from libpng-1.6.0beta15.tar
by Glenn Randers-Pehrson
· 13 years ago
6f237b6
[libpng16] Remove whitespace at end of lines
by John Bowler
· 13 years ago
cf49919
[libpng16] Fixed some bugs in ICC profile writing. The code should now accept
by John Bowler
· 13 years ago
363ae65
[libpng16] Added tests for invalid palette index while reading and writing
by Glenn Randers-Pehrson
· 13 years ago
cb129a6
[libpng16] Improved pngstest fine tuning of error numbers, new test file
by John Bowler
· 13 years ago
dee7577
[libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that
by John Bowler
· 13 years ago
1c25b9b
[libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removed
by John Bowler
· 13 years ago
0a92b23
[libpng16] Rewrote pngstest.c for substantial speed improvement.
by John Bowler
· 13 years ago
5408b61
[libpng16] Removed unused "current_text" members of png_struct
by Glenn Randers-Pehrson
· 13 years ago
b7e3205
[libpng16] Bump version to 1.6.0beta15
by Glenn Randers-Pehrson
· 13 years ago
faf38ee
[libpng16] Imported from libpng-1.6.0beta14.tar
by Glenn Randers-Pehrson
· 13 years ago
9eb125e
[libpng16] Updated Makefile.in
by Glenn Randers-Pehrson
· 13 years ago
16bb03b
[libpng16] Bump version to 1.6.0beta14
by Glenn Randers-Pehrson
· 13 years ago
4690b89
[libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and new pngusr.dfa
by Glenn Randers-Pehrson
· 13 years ago
10c0693
[libpng16] Added PNG_SECURE feature to pnglibconf.dfa and new pngusr.dfa file
by Glenn Randers-Pehrson
· 13 years ago
17ba5de
[libpng16] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
by Glenn Randers-Pehrson
· 13 years ago
7d5bf79
[libpng16] Bump version to 1.6.0beta13
by Glenn Randers-Pehrson
· 13 years ago
a4badc4
[libpng16] Imported from libpng-1.6.0beta12.tar
by Glenn Randers-Pehrson
· 13 years ago
b0606ea
[libpng16] Increase num_palette to invalid_index + 1, not to invalid_index.
by Glenn Randers-Pehrson
· 13 years ago
566fb61
[libpng16] Bump version to 1.6.0beta12
by Glenn Randers-Pehrson
· 13 years ago
67dba43
[libpng16] Check for invalid palette index while reading paletted PNG. When
by Glenn Randers-Pehrson
· 13 years ago
bce7988
[libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or
by John Bowler
· 13 years ago
864270e
[libpng16] Fixed a memory overwrite bug in simplified read of RGB PNG with
by Glenn Randers-Pehrson
· 13 years ago
aa725a3
[libpng16] Corrected estimate of error in libpng png_set_rgb_to_gray API.
by John Bowler
· 13 years ago
5578c37
[libpng16] Updated documentation about the simplified API.
by Glenn Randers-Pehrson
· 13 years ago
ce3c733
[libpng16] Revised test-pngstest.sh to report PASS/FAIL for each image.
by Glenn Randers-Pehrson
· 13 years ago
c8348f8
[libpng16] Fix character count in pngstest command in
by John Bowler
· 13 years ago
3449169
[libpng16] Bump version to 1.6.0beta11
by Glenn Randers-Pehrson
· 13 years ago
ead660a
[libpng16] Imported from libpng-1.6.0beta10.tar
by Glenn Randers-Pehrson
· 13 years ago
04afaab
[libpng16] Bump version to 1.6.0beta10
by Glenn Randers-Pehrson
· 13 years ago
781a90b
[libpng16] Updated list of test images in CMakeLists.txt
by Glenn Randers-Pehrson
· 13 years ago
61d7058
[libpng16] Added Z_SOLO for zlib-1.2.6+ and correct pngstest tests
by John Bowler
· 13 years ago
db6850b
[libpng16] Bump version to 1.6.0beta10
by Glenn Randers-Pehrson
· 13 years ago
eda298b
[libpng] Note in CHANGES that Makefile.in and configure were reverted
by Glenn Randers-Pehrson
· 13 years ago
0d4d0b4
[libpng16] Bump version to libpng-1.6.0beta09.tar
by Glenn Randers-Pehrson
· 13 years ago
816ff32
[libpng16] Updated CHANGES and ANNOUNCE with new information about autogen.sh
by Glenn Randers-Pehrson
· 13 years ago
3167541
[libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.h
by John Bowler
· 13 years ago
2dd49fb
[libpng16] Updated "ftbb*.png" list in the owatcom and vstudio projects.
by Glenn Randers-Pehrson
· 13 years ago
42369cc
[libpng16] Added symbol prefixing that allows all the libpng external symbols
by John Bowler
· 13 years ago
572b078
[libpng16] Cleaned up pngpriv.h to consistently declare all functions and data.
by John Bowler
· 13 years ago
40ca77a
[libpng16] Improved pngstest speed by not doing redundant tests and add const
by John Bowler
· 13 years ago
05cbe5a
[libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.ac
by John Bowler
· 13 years ago
5cdff41
[libpng16] Divide pngstest into separate runs for basic and transparent images.
by Glenn Randers-Pehrson
· 13 years ago
feecc89
[libpng16] Check libtool/libtoolize version number (2.4.2) in configure.ac
by John Bowler
· 13 years ago
3a1d63d
[libpng16] Fixed Image::colormap misalignment in pngstest.c
by John Bowler
· 13 years ago
573a511
[libpng16] bump version to 1.6.0beta08
by Glenn Randers-Pehrson
· 13 years ago
aaf1179
[libpng16] Added two images to contrib/pngsuite (1-bit and 2-bit transparent
by Glenn Randers-Pehrson
· 13 years ago
a23f3db
[libpng16] Freeze libtool files in the 'scripts' directory.
by John Bowler
· 13 years ago
a12d232
[libpng16] Set CMAKE_LIBRARY_OUTPUT_DIRECTORY to "lib" on all platforms
by Glenn Randers-Pehrson
· 13 years ago
95a8a66
[libpng16] Conditionalize the install rules for MINGW and CYGWIN
by Glenn Randers-Pehrson
· 13 years ago
da2194c
[libpng16] Rewrote autogen.sh to run autoreconf
by John Bowler
· 13 years ago
1eb2c48
[libpng16] Updated configure.ac from autoupdate: added --enable-werror option.
by John Bowler
· 13 years ago
8fb6c6a
[libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)
by John Bowler
· 13 years ago
99c7ad2
[libpng16] bump version to 1.6.0beta07
by Glenn Randers-Pehrson
· 13 years ago
5635573
[libpng16] Fixed Min/GW uninstall to remove libpng.dll.a
by John Bowler
· 13 years ago
5bc9038
[libpng16] Added color-map support to simplified API.
by John Bowler
· 13 years ago
2312167
[libpng16] Increased warning buffer in pngerror.c from 128 to 192.
by Glenn Randers-Pehrson
· 13 years ago
04336ba
[libpng16] Add palette support to the simplified APIs. This commit
by John Bowler
· 13 years ago
00c6a9a
[libpng16] Fix bug in pngerror.c: some long warnings were being improperly
by John Bowler
· 13 years ago
0501c1c
[libpng16] Describe new simplified API in the manual pages
by Glenn Randers-Pehrson
· 13 years ago
d9fc062
[libpng16] bump version to 1.6.0beta05
by Glenn Randers-Pehrson
· 13 years ago
6e41842
[libpng16] Imported from libpng-1.6.0beta04.tar
by Glenn Randers-Pehrson
· 13 years ago
04ab335
[libpng16] Revised contrib/pngminus/pnm2png.c to avoid warnings
by Glenn Randers-Pehrson
· 13 years ago
fcd301d
[libpng16] Changed png_memcpy to C assignment where appropriate. Changed all
by John Bowler
· 13 years ago
f87ef8b
[ibpng16] Moved AC_MSG_CHECKING([if libraries can be versioned]) later
by Gilles Espinasse
· 13 years ago
5d56786
[libpng16] Implemented 'restrict' for png_info and png_struct.
by John Bowler
· 13 years ago
939310b
[libpng16] Update CHANGES and ANNOUNCE
by Glenn Randers-Pehrson
· 13 years ago
29fca0d
[libpng16] Enabled png_get_sCAL_fixed() if floating point APIs are enabled.
by John Bowler
· 13 years ago
df477e4
[libpng16] Eliminated png_info_destroy. It is now used only in png.c
by John Bowler
· 13 years ago
67ee8ce
[libpng16] bump version to 1.6.0beta04
by Glenn Randers-Pehrson
· 13 years ago
28d9339
[libpng16] Imported from libpng-1.6.0beta03.tar
by Glenn Randers-Pehrson
· 13 years ago
d332c67
[libpng16] Start-up code size improvements, error handler flexibility.
by John Bowler
· 13 years ago
b74fb4e
[libpng15] Bump version to libpng-1.6.0beta03
by Glenn Randers-Pehrson
· 13 years ago
a6f369b
[libpng16] Imported from libpng-1.6.0beta02.tar
by Glenn Randers-Pehrson
· 13 years ago
681c1fc
[libpng16] Correct configure builds where build and source directories are
by John Bowler
· 13 years ago
ba6fbc5
[libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.h
by John Bowler
· 13 years ago
efaeada
[libpng16] Added pngconfig.h file. This indirect reference to config.h avoids
by Glenn Randers-Pehrson
· 13 years ago
c4f94cb
[libpng15] Bump version to libpng-1.6.0beta02
by Glenn Randers-Pehrson
· 13 years ago
26aad85
[libpng16] Imported from libpng-1.6.0beta01.tar
by Glenn Randers-Pehrson
· 13 years ago
c4081f0
[libpng16] Updated CMakeLists.txt to account for relocated and new test programs.
by John Bowler
· 13 years ago
eb26ee6
[libpng16] Fixed race conditions in parallel make builds. With higher degrees
by John Bowler
· 13 years ago
12924f3
[libpng16] Fixed minor memset/sizeof errors in pngvalid.c.
by John Bowler
· 13 years ago
ec6d6fa
[libpng16] Put CRLF line endings in the owatcom project files.
by Glenn Randers-Pehrson
· 13 years ago
1f0eaa0
[libpng16] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400.
by Glenn Randers-Pehrson
· 13 years ago
405a398
[libpng16] New 'tools' directory containing tools used to generate libpng code.
by John Bowler
· 13 years ago
8888ea4
[libpng16] Revised #if PNG_DO_BC blocks in png.c (use #ifdef and add #else)
by Glenn Randers-Pehrson
· 13 years ago
0b26ac5
[libpng16] Replaced an "#if" with "ifdef" in pngrtran.c
by Glenn Randers-Pehrson
· 13 years ago
Next »