summaryrefslogtreecommitdiff
path: root/src/modules/loaders/loader_png.c
Commit message (Expand)AuthorAgeFilesLines
* PNG loader: Add multiframe supportKim Woelders2022-01-161-1/+285
* PNG loader: Rewrite to use callback APIKim Woelders2022-01-161-75/+171
* PNG loader: Disable Imlib2-Comment stuffKim Woelders2022-01-161-1/+12
* Introduce more loader return codesKim Woelders2021-12-281-19/+9
* Loader cosmeticsKim Woelders2021-11-051-7/+0
* Introduce ARRAY_SIZE()Kim Woelders2021-11-051-2/+1
* Introduce UPDATE_FLAG()Kim Woelders2021-11-051-4/+1
* PNG loader: Use mmap() during signature checkKim Woelders2021-10-221-7/+16
* PNG loader: CosmeticsKim Woelders2021-10-221-8/+4
* Fix clang-analyzer warnings - loaders (trivial)Kim Woelders2021-04-161-3/+5
* Move loaders to load2()Kim Woelders2020-02-291-12/+6
* JPG, PNG loaders: Avoid clobber warnings - Take N+1Kim Woelders2020-02-291-13/+20
* Revert "JPG, PNG loaders: Avoid clobber warnings"Kim Woelders2020-02-291-7/+1
* JPG, PNG loaders: Avoid clobber warningsKim Woelders2020-02-171-1/+7
* Introduce __imlib_LoaderSetFormats()Kim Woelders2020-01-111-7/+2
* Savers: Simplify progress handlingKim Woelders2020-01-041-19/+11
* Loaders: Simplify/fix progress handlingKim Woelders2020-01-041-22/+9
* Saver cleanupsKim Woelders2019-12-231-33/+25
* Loader cleanupsKim Woelders2019-12-231-121/+107
* Remove __imlib_AllocateData() w,h argsKim Woelders2019-11-161-3/+1
* Use macro for pixel color access in saversKim Woelders2019-11-091-3/+6
* Allow to use custom memory management functions for loaded imagesAlexander Volkov2019-09-301-6/+2
* Remove pointless im->data checks in loadersKim Woelders2019-09-291-63/+57
* Centralize handling of im->formatKim Woelders2018-07-171-5/+0
* Cleanups in load() functionsKim Woelders2018-07-171-4/+0
* PNG loader: Correct various error handling casesKim Woelders2018-03-101-6/+4
* Properly release resources on error pathTobias Stoeckmann2017-03-121-0/+3
* Fix some "variable might be clobbered" warnings.Kim Woelders2016-03-211-5/+6
* check return value of fread/write funcsMike Frysinger2014-01-181-1/+5
* Silence compiler warnings (loaders).Kim Woelders2013-07-031-13/+7
* Indent (most) .c files.Kim Woelders2011-04-091-47/+47
* png loader: do not hit "interlaced" member of the png ptr structMike Frysinger2011-02-191-5/+9
* png loader: use png_jmpbuf() macro rather than hitting jmpbuf directlyMike Frysinger2011-02-191-2/+2
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-1/+1
* Fix for libpng-1.4 (png_check_sig->png_sig_cmp).Kim Woelders2010-02-111-1/+1
* Relax 8192 pixel dimension limit (ticket 361).Kim Woelders2009-07-271-1/+1
* Relax 8192 pixel dimension limit (ticket 361).Kim Woelders2009-07-181-1/+1
* different png loading to fix png greyscale loadsCarsten Haitzler2007-08-251-46/+47
* Add option to build with visibility=hidden + associated fixups.Kim Woelders2007-04-091-15/+1
* fix width and height checks in case of buffer overflow.Carsten Haitzler2006-11-051-0/+7
* we dont need no steenking x headers in the loadersCarsten Haitzler2004-12-141-6/+0
* and new much cleaner tree.Carsten Haitzler2004-11-011-0/+440