summaryrefslogtreecommitdiff
path: root/pngmem.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-7/+7
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* Prototype implementation of filter selectionJohn Bowler2015-12-171-2/+6
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng17] Clean up some conditional compilation of parts of statementsGlenn Randers-Pehrson2015-11-211-6/+9
* [libpng17] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-041-0/+3
* [libpng16] Renamed "assert" to "affirm", not affected by NDEBUG.Glenn Randers-Pehrson2015-03-211-2/+2
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-6/+4
* [libpng17] Spelling fixes ("then", "occured") reported by Lauri Nurmi.Glenn Randers-Pehrson2015-03-071-1/+1
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-3/+3
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng17] Ported recent changes from libpng16 to libpng17John Bowler2013-11-221-1/+5
* [libpng17] Added a needed #ifdef/#endif pair.Glenn Randers-Pehrson2013-05-091-0/+2
* [libpng17] Make symbol prefixing work with the ARM neon optimizations. AlsoJohn Bowler2013-02-041-0/+2
* [libpng17] Set counter to prevent additional attempts to cache a chunkGlenn Randers-Pehrson2013-01-211-1/+6
* [libpng17] Pulled changes to multi-chunk handling from libpng-1.6.0beta40.John Bowler2013-01-211-1/+63
* [libpng17] Fixed typo in copyright year and version in pngmem.cGlenn Randers-Pehrson2013-01-011-2/+2
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng17] Removed more functions that were deprecated in libpng-1.6.0:John Bowler2012-12-151-31/+2
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-2/+2
* [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(),Glenn Randers-Pehrson2012-08-101-1/+1
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-091-1/+1
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-12/+12
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-9/+11
* [libpng16] Added #ifdef PNG_USER_MEM_SUPPORTED in pngmem.c where needed.Glenn Randers-Pehrson2011-12-211-0/+5
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-211-198/+91
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-352/+0
* [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type castJohn Bowler2011-11-031-8/+8
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1
* [devel] Update change dateGlenn Randers-Pehrson2011-03-311-1/+1
* [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks.Glenn Randers-Pehrson2011-03-311-6/+15
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-021-1/+1
* [devel] Corrected const_png_ in png.h to png_const_ to avoid pollutingJohn Bowler2011-01-221-1/+1
* [devel] Added const_png_structp and const_png_infop types, and used them inGlenn Randers-Pehrson2011-01-211-2/+2
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
* [devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson2011-01-041-1/+1
* [devel] Imported from libpng-1.5.0beta51.tarv1.5.0beta51Glenn Randers-Pehrson2010-10-151-1/+1
* [devel] Imported from libpng-1.5.0beta50.tarv1.5.0beta50Glenn Randers-Pehrson2010-10-141-1/+1
* [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49Glenn Randers-Pehrson2010-10-071-1/+1
* [devel] Imported from libpng-1.5.0beta48.tarv1.5.0beta48Glenn Randers-Pehrson2010-10-041-1/+1
* [devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson2010-10-041-1/+1
* [devel] Fixed a number of problems with 64-bit compilation reported by VisualGlenn Randers-Pehrson2010-09-101-1/+1
* [devel] Imported from libpng-1.5.0beta46.tarv1.5.0beta46Glenn Randers-Pehrson2010-08-281-1/+1
* [devel] Imported from libpng-1.5.0beta45.tarv1.5.0beta45Glenn Randers-Pehrson2010-08-261-1/+1
* [devel] Bump to version libpng-1.5.0beta45Glenn Randers-Pehrson2010-08-241-1/+1
* [devel] Imported from libpng-1.5.0beta41.tarv1.5.0beta41Glenn Randers-Pehrson2010-08-111-1/+1