index
:
delta/libpng.git
baserock/mikedrake/libpng-upgrade
baserock/mikedrake/update-chunks
baserock/morph
libpng00
libpng10
libpng12
libpng14
libpng15
libpng16
libpng17
master
stable
git.code.sf.net: p/libpng/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libpng16] Imported from libpng-1.6.0beta23.tar
v1.6.0beta23
Glenn Randers-Pehrson
2012-06-06
13
-564
/
+41
*
[libpng16] Improved performance of new do_check_palette_indexes() function
Glenn Randers-Pehrson
2012-06-06
5
-8
/
+15
*
[libpng16] Do not depend upon a GCC feature macro being available for use in
Glenn Randers-Pehrson
2012-06-03
3
-3
/
+7
*
[libpng16] Made fixes for new optimization warnings from gcc 4.7.0.
Glenn Randers-Pehrson
2012-06-03
3
-19
/
+23
*
[libpng16] Revised CMakeLists.txt to not attempt to make a symlink under mingw.
Glenn Randers-Pehrson
2012-05-29
3
-6
/
+8
*
[libpng16] Bump version to 1.6.0beta23
Glenn Randers-Pehrson
2012-05-23
23
-53
/
+57
*
[libpng16] Imported from libpng-1.6.0beta22.tar
v1.6.0beta22
Glenn Randers-Pehrson
2012-05-23
18
-44
/
+46
*
[libpng16] checked in contrib/libtests/pngstest.c which was omitted
John Bowler
2012-04-30
1
-2
/
+5
*
[libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns
John Bowler
2012-04-30
8
-44
/
+80
*
[libpng16] Bump version to 1.6.0beta22
Glenn Randers-Pehrson
2012-04-28
24
-61
/
+65
*
[libpng16] Imported from libpng-1.6.0beta21.tar
v1.6.0beta21
Glenn Randers-Pehrson
2012-04-28
13
-29
/
+47
*
[libpng16] Changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE in
Glenn Randers-Pehrson
2012-04-28
3
-6
/
+10
*
[libpng16] Added -lssp_nonshared in a comment in scripts/makefile.freebsd
Glenn Randers-Pehrson
2012-04-26
1
-0
/
+3
*
[libpng16] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around
Glenn Randers-Pehrson
2012-04-23
3
-5
/
+7
*
[libpng16] Revised scripts/makefile.darwin: use system zlib; remove quotes
Glenn Randers-Pehrson
2012-04-13
3
-9
/
+15
*
[libpng16] Enable png_set_check_for_invalid_index() for both read and write.
Glenn Randers-Pehrson
2012-04-13
3
-4
/
+6
*
[libpng16] Edited new commentary in png.c
Glenn Randers-Pehrson
2012-03-29
1
-12
/
+12
*
[libpng16] Bump version to 1.6.0beta21
Glenn Randers-Pehrson
2012-03-29
23
-53
/
+57
*
[libpng16] Imported from libpng-1.6.0beta20.tar
Glenn Randers-Pehrson
2012-03-29
17
-43
/
+54
*
[libpng16] Revised png_set_text_2() to avoid potential memory corruption.
Glenn Randers-Pehrson
2012-03-28
1
-1
/
+1
*
[libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the
John Bowler
2012-03-28
10
-156
/
+343
*
[libpng16] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.
John Bowler
2012-03-28
3
-0
/
+5
*
[libpng16] Recognize known sRGB ICC profiles while reading and issue a warning
Glenn Randers-Pehrson
2012-03-28
5
-44
/
+81
*
[libpng16] Fixed ICC profile parsing and sRGB profile recognition
John Bowler
2012-03-28
4
-8
/
+6
*
[libpng16] Write the profile MD5s from checksum-icc (and the date)
John Bowler
2012-03-22
1
-3
/
+18
*
[libng16] Added checksum-icc.c to contrib/libtests
John Bowler
2012-03-22
3
-3
/
+94
*
[libpng16] Use uLong 64 bits for crc32 return in profile check
John Bowler
2012-03-21
1
-1
/
+1
*
[libpng16] Recognize known sRGB ICC profiles while reading and handle them as
Glenn Randers-Pehrson
2012-03-21
3
-1
/
+53
*
[libpng16] Changed chunk handler warnings into benign errors, incrementally
John Bowler
2012-03-21
20
-1058
/
+1907
*
[libpng16] Bump version to 1.6.0beta20
Glenn Randers-Pehrson
2012-03-19
23
-55
/
+59
*
[libpng16] Imported from libpng-1.6.0beta19.tar
v1.6.0beta19
Glenn Randers-Pehrson
2012-03-19
14
-29
/
+31
*
[libpng16] Avoid the double gamma correction warning in the simplified API.
John Bowler
2012-03-18
5
-11
/
+70
*
[ibpng16] Added application error reporting and added chunk names to read
John Bowler
2012-03-18
8
-18
/
+100
*
[libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more
John Bowler
2012-03-18
5
-104
/
+98
*
[libpng16] Work around for duplicate row start calls; added warning messages.
John Bowler
2012-03-18
5
-9
/
+78
*
[libpng16] Never mind, undid previous change.
Glenn Randers-Pehrson
2012-03-17
3
-15
/
+4
*
[libpng16] Revised png_set_text_2() to avoid possible memory corruption
Glenn Randers-Pehrson
2012-03-16
3
-4
/
+15
*
[libpng16] Reverted png_set_itxt(); it would not compile without warnings.
Glenn Randers-Pehrson
2012-03-16
7
-97
/
+10
*
[libpng16] Added png_set_itxt() (work in progress)
Glenn Randers-Pehrson
2012-03-16
6
-1
/
+88
*
[libpng16] Fixed ANNOUNCE and CHANGES re simplified API and benign errors.
Glenn Randers-Pehrson
2012-03-16
2
-2
/
+2
*
[libpng16] Bump version to 1.6.0beta19
Glenn Randers-Pehrson
2012-03-16
23
-55
/
+59
*
[libpng16] Imported from libpng-1.6.0beta18.tar
v1.6.0beta18
Glenn Randers-Pehrson
2012-03-16
13
-26
/
+32
*
[libpng16] Added configuration support for benign errors and changed the read
John Bowler
2012-03-16
7
-30
/
+102
*
[libpng16] Added output flushing to aid debugging under Visual Studio.
John Bowler
2012-03-16
3
-3
/
+16
*
[libpng16] Revised example.c to put text strings in a temporary character array
Glenn Randers-Pehrson
2012-03-15
4
-23
/
+64
*
[libpng16] Fixed a compiler warning under Cygwin (Windows-7, 32-bit system)
John Bowler
2012-03-10
3
-4
/
+6
*
[libpng16] Fix an off-by-one error in the palette index checking function.
John Bowler
2012-03-10
5
-18
/
+50
*
[libpng16] In pngtest, treat benign errors as errors if "-strict" is present.
Glenn Randers-Pehrson
2012-03-10
3
-3
/
+16
*
[libpng16] Issue a png_benign_error() instead of png_warning() about bad
Glenn Randers-Pehrson
2012-03-10
7
-5
/
+9
*
[libpng16] Bump version to 1.6.0beta18
Glenn Randers-Pehrson
2012-03-09
23
-53
/
+57
[next]