index
:
Project-1CE/external_libpng
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example.c
Age
Commit message (
Expand
)
Author
2018-11-25
Clean up config, scripts, examples, etc.
Cosmin Truta
2018-07-28
Remove the "last changed" version information from source comments
Cosmin Truta
2018-07-15
Release libpng version 1.6.35
Cosmin Truta
2018-06-17
[libpng16] Replace the remaining uses of png_size_t with size_t
Cosmin Truta
2017-07-25
[libpng16] Fixed typo in example.c (png_free_image should be png_image_free)
Glenn Randers-Pehrson
2017-04-22
[libpng16] Imported from libpng-1.6.30beta02.tar
Glenn Randers-Pehrson
2016-08-03
[libpng16] Imported from libpng-1.6.24.tar
Glenn Randers-Pehrson
2016-07-15
[libpng16] Fixed more indentation
Glenn Randers-Pehrson
2016-07-13
[libpng16] Undo bad indentation change in example.c
Glenn Randers-Pehrson
2016-07-13
[libpng16] Fixed some indentation to comply with our coding style.
Glenn Randers-Pehrson
2015-09-24
[libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()
Glenn Randers-Pehrson
2015-09-23
[libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bit
Glenn Randers-Pehrson
2015-08-17
[libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnUL
Glenn Randers-Pehrson
2015-08-13
[libpng16] Change "n bit" to "n-bit" in comments.
Glenn Randers-Pehrson
2014-11-20
[libpng16] Imported from libpng-1.6.15.tar
Glenn Randers-Pehrson
2014-11-06
[libpng16] Fix typo in example.c
Glenn Randers-Pehrson
2014-11-06
[libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...
Glenn Randers-Pehrson
2014-11-06
[libpng16] Reverted use png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_ST...
Glenn Randers-Pehrson
2014-11-04
[libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRING
Glenn Randers-Pehrson
2014-10-31
[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to
Glenn Randers-Pehrson
2014-10-13
[libpng16] Fixed some typos in comments.
Glenn Randers-Pehrson
2014-10-05
[libpng16] Only mark text chunks as written after successfully writing them.
Glenn Randers-Pehrson
2014-06-11
[libpng16] Bump version to 1.6.13beta01
Glenn Randers-Pehrson
2014-06-11
[libpng16] Imported from libpng-1.6.12.tar
Glenn Randers-Pehrson
2014-06-06
[libpng16] Bump version to 1.6.12beta01
Glenn Randers-Pehrson
2014-06-05
[libpng16] Imported from libpng-1.6.11.tar
Glenn Randers-Pehrson
2014-03-08
[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.
Glenn Randers-Pehrson
2013-07-17
[libpng16] Imported from libpng-1.6.3.tar
Glenn Randers-Pehrson
2013-06-27
[libpng16] Imported from libpng-1.6.3beta09.tar
Glenn Randers-Pehrson
2013-06-25
[libpng16] Revised example.c to illustrate use of PNG_DEFAULT_sRGB and
Glenn Randers-Pehrson
2013-03-02
[libpng16] Bump version to 1.6.1beta05
Glenn Randers-Pehrson
2013-03-01
[libpng16] Imported from libpng-1.6.0beta05.tar
Glenn Randers-Pehrson
2013-02-13
[libpng16] Imported from libpng-1.6.0.tar
Glenn Randers-Pehrson
2013-01-01
[libpng16] Updated copyright year to 2013 in newly-changed files
Glenn Randers-Pehrson
2012-08-31
[libpng16] Fixed the simplified API example programs and improved the error
John Bowler
2012-08-09
[libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.
Glenn Randers-Pehrson
2012-08-08
[libpng16] Corrected handling of row_pointers in example.c and added some
Glenn Randers-Pehrson
2012-03-16
[libpng16] Reverted png_set_itxt(); it would not compile without warnings.
Glenn Randers-Pehrson
2012-03-16
[libpng16] Added png_set_itxt() (work in progress)
Glenn Randers-Pehrson
2012-03-15
[libpng16] Revised example.c to put text strings in a temporary character array
Glenn Randers-Pehrson
2012-01-01
[libpng16] Updated copyright year to 2012
Glenn Randers-Pehrson
2011-12-28
[libpng16] Changed png_memcpy to C assignment where appropriate. Changed all
John Bowler
2011-12-24
[libpng16] Implemented 'restrict' for png_info and png_struct.
John Bowler
2011-12-21
[libpng16] Updated "last changed" dates
Glenn Randers-Pehrson
2011-11-27
[libpng16] Add "free()" and "png_free_image()" calls to example code.
John Bowler
2011-11-25
[libpng16] Updated license info in contrib/examples and example.c
Glenn Randers-Pehrson
2011-11-24
[libpng16] Update internal version numbering and SO-numbers
Glenn Randers-Pehrson
2011-11-04
[libpng15] Imported from libpng-1.5.7beta01.tar
Glenn Randers-Pehrson
2011-11-02
[libpng15] Bump version to libpng-1.5.7beta01
Glenn Randers-Pehrson
2011-11-02
[libpng15] Imported from libpng-1.5.6.tar
Glenn Randers-Pehrson
[next]