- 16 7月, 2018 1 次提交
-
-
由 Cosmin Truta 提交于
-
- 18 6月, 2018 1 次提交
-
-
由 Cosmin Truta 提交于
In v1.6.0, size_t became a required type. It should be used consistently. To maintain backwards compatibility, png_size_t is still maintained in deprecated form.
-
- 04 8月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 16 7月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 12月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 8月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 26 3月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 08 3月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 07 2月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
Work around more Coverity-scan dead-code warnings.
-
- 21 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 07 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 06 2月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 01 1月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 29 12月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
with libpng-1.7.0
-
- 03 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 02 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 2月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 01 1月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 02 1月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 24 12月, 2011 1 次提交
-
-
由 John Bowler 提交于
Added new "png_structrp" typedef. Because of the way libpng works both png_info and png_struct are always accessed via a single pointer. This means adding C99 'restrict' to the pointer gives the compiler some opportunity to optimize the code. This change allows that.
-
- 27 11月, 2011 1 次提交
-
-
由 John Bowler 提交于
-
- 06 1月, 2011 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 04 1月, 2011 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 24 10月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
added some whitespace in pngrio.c and pngrutil.c
-
- 16 10月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 10月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 08 10月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 05 10月, 2010 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
that CCP writes to standard output by default (Martin Banky).
-
- 11 9月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
Studio 2010 (John Bowler).
-
- 28 8月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 26 8月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 24 8月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 11 8月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 06 8月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 02 8月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 31 7月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 30 7月, 2010 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
Fixed point APIs are now supported throughout (no missing APIs). Internal fixed point arithmetic support exists for all internal floating point operations. sCAL validates the floating point strings it is passed. Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2 Two new APIs exist to get the number of passes without turning on the PNG_INTERLACE transform and to get the number of rows in the current pass. A new test program, pngvalid.c, validates the gamma code. Errors in the 16 bit gamma correction (overflows) have been corrected. cHRM chunk testing is done consistently (previously the floating point API bypassed it, because the test really didn't work on FP, now the test is performed on the actual values to be stored in the PNG file so it works in the FP case too.) Most floating point APIs now simply call the fixed point APIs after converting the values to the fixed point form used in the PNG file. The standard headers no longer include zlib.h, which is currently only required for pngstruct.h and can therefore be internal. (Patches by John Bowler)
-
- 24 7月, 2010 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-