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
path:
root
/
pngrutil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libpng15] Added run-time detection of ARM/NEON support
Mans Rullgard
2011-11-16
1
-5
/
+47
*
[libpng15] Fixes to alpha swap on read, simplified write and filler add code
John Bowler
2011-11-08
1
-5
/
+13
*
[libpng15] Simplified read/write API initial version; basic read/write tested
John Bowler
2011-11-07
1
-19
/
+28
*
[libpng15] Paeth filter speed improvements from work by Siarhei Siamashka. This
John Bowler
2011-11-03
1
-43
/
+88
*
[libpng15] Fixed bug in pngvalid on early allocation failure; fixed type cast
John Bowler
2011-11-03
1
-1
/
+1
*
[libpng15] Added support for ARM processor (Mans Rullgard)
Mans Rullgard
2011-11-03
1
-105
/
+140
*
[libpng15] Bump version to libpng-1.5.7beta01
Glenn Randers-Pehrson
2011-11-02
1
-1
/
+1
*
[libpng15] Imported from libpng-1.5.6.tar
v1.5.6
Glenn Randers-Pehrson
2011-11-02
1
-1
/
+1
*
[libpng15] Fixed a spelling error.
Glenn Randers-Pehrson
2011-10-27
1
-1
/
+1
*
[libpng15] Fixed compiler warnings with Intel and MSYS compilers.
John Bowler
2011-10-27
1
-6
/
+10
*
[libpng15] Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.
Glenn Randers-Pehrson
2011-10-27
1
-8
/
+13
*
[libpng15] Add leading zero to some 1-digit hex constants (0xf -> 0x0f).
Glenn Randers-Pehrson
2011-10-27
1
-3
/
+3
*
[libpng15] Added LSR() macro to defend against buggy compilers that evaluate
Glenn Randers-Pehrson
2011-10-27
1
-32
/
+44
*
[libpng15] Imported from libpng-1.5.6rc01.tar
v1.5.6rc01
Glenn Randers-Pehrson
2011-10-26
1
-1
/
+1
*
[libpng15] New png_struct member png_ptr->old_prev_row
Mans Rullgard
2011-10-17
1
-1
/
+0
*
[libpng15] Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_row
Mans Rullgard
2011-10-17
1
-15
/
+11
*
[libpng15] Prevent libpng overwriting unused bits at the end of the image when
John Bowler
2011-10-16
1
-2
/
+35
*
[libpng15] Further optimization of png_combine_row() in the interlaced case.
John Bowler
2011-10-11
1
-142
/
+337
*
[libpng15] Optimized png_combine_row() when rows are aligned This gains a
John Bowler
2011-10-07
1
-11
/
+16
*
[libpng15] Align png_struct::row_buf - previously it was always unaligned,
John Bowler
2011-10-06
1
-173
/
+162
*
[libpng15] Replaced a short but frequently-used memcpy() in png_combine_row()
Glenn Randers-Pehrson
2011-10-05
1
-3
/
+13
*
[libpng15] Bump version to libpng-1.5.6beta04
v1.5.6beta04
Glenn Randers-Pehrson
2011-10-05
1
-0
/
+3
*
[libpng15] Bump version to libpng-1.5.6beta02
Glenn Randers-Pehrson
2011-09-22
1
-64
/
+80
*
[libpng15] Imported from libpng-1.5.6beta01.tar
v1.5.6beta01
Glenn Randers-Pehrson
2011-09-22
1
-1
/
+1
*
[libpng15] Imported from libpng-1.5.5.tar
v1.5.5
Glenn Randers-Pehrson
2011-09-22
1
-1
/
+1
*
[libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).
John Bowler
2011-09-09
1
-6
/
+6
*
[libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate
John Bowler
2011-09-09
1
-2
/
+2
*
[devel] Fixes to rgb_to_gray and cHRM XYZ APIs
John Bowler
2011-08-25
1
-16
/
+110
*
[devel] Imported from libpng-1.5.5beta03.tar
v1.5.5beta03
Glenn Randers-Pehrson
2011-07-27
1
-1
/
+1
*
[devel] Enabled compilation with g++ compiler. This compiler does not
John Bowler
2011-07-14
1
-2
/
+2
*
[devel] Imported from libpng-1.5.4.tar
v1.5.4
Glenn Randers-Pehrson
2011-07-07
1
-1
/
+1
*
[devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.
John Bowler
2011-06-18
1
-4
/
+9
*
[devel] Updated comments that mention 1.5.3; changed them to 1.5.4.
Glenn Randers-Pehrson
2011-06-15
1
-1
/
+1
*
[devel] Removed the ACCURATE and LEGACY options (they are no longer useable)
John Bowler
2011-06-14
1
-1
/
+1
*
[devel] Fixed png_handle_sCAL which is broken in 1.5
Glenn Randers-Pehrson
2011-06-10
1
-1
/
+10
*
[devel] pngvalid: add memory overwrite and palette image checks
John Bowler
2011-05-15
1
-0
/
+8
*
[devel] Documented png_set_alpha_mode(), other changes in libpng.3 and
John Bowler
2011-05-12
1
-16
/
+47
*
[devel] Remove png_snprintf, add formatted warning messages.
John Bowler
2011-05-05
1
-70
/
+50
*
[devel] Cleanup of conditional compilation code and of background/gamma
John Bowler
2011-04-17
1
-0
/
+2
*
[devel] Added some whitespace in comments.
Glenn Randers-Pehrson
2011-04-16
1
-2
/
+2
*
[devel] Add comment in pngtest.c about setting zlib strategy for text
Glenn Randers-Pehrson
2011-04-01
1
-1
/
+1
*
[devel] Added PNG_READ_COMPRESSED_TEXT_SUPPORTED macro.
Glenn Randers-Pehrson
2011-04-01
1
-3
/
+2
*
[devel] Imported from libpng-1.5.2.tar
v1.5.2
Glenn Randers-Pehrson
2011-03-31
1
-1
/
+1
*
[devel] Fixed a long-standing bug in png_handle_sPLT() when
Glenn Randers-Pehrson
2011-03-21
1
-3
/
+1
*
[devel] Imported from libpng-1.5.2beta01.tar
Glenn Randers-Pehrson
2011-02-13
1
-1
/
+1
*
[devel] Implement expansion to 16 bits
John Bowler
2011-02-12
1
-0
/
+18
*
--amend [devel] Imported from libpng-1.5.1.tar
v1.5.1
Glenn Randers-Pehrson
2011-02-02
1
-1
/
+1
*
[devel] Eliminate more GCC shadow warnings
John Bowler
2011-01-16
1
-8
/
+8
*
[devel] Imported from libpng-1.5.1beta03.tar
v1.5.1beta03
Glenn Randers-Pehrson
2011-01-14
1
-5
/
+5
*
[devel] The wrong pngrutil.c (version 1.4.1) was checked in.
Glenn Randers-Pehrson
2011-01-07
1
-682
/
+916
[next]