- 44257cb apply clang-format by clang-format · 2 months ago
- 98c2780 IWYU: Include all headers for symbols used in files. by Henner Zeller · 5 months ago
- 565da14 pngdec.c: add support for 'eXIf' tag by James Zern · 7 months ago
- 319860e pngdec.c: support ImageMagick app1 exif text data by James Zern · 7 months ago
- 815fc1e pngdec.c: add missing #ifdef for png_get_iCCP by James Zern · 7 months ago
- a1ca153 Fix hidden myerr in my_error_exit by Vincent Rabaud · 1 year, 3 months ago
- 4838611 Disable msg_code use in fuzzing mode by Vincent Rabaud · 1 year, 3 months ago
- 79e7968 jpegdec: add a hint for EOF/READ errors by James Zern · 1 year, 5 months ago
- 3cada4c ImgIoUtilReadFile: check ftell() return by James Zern · 1 year, 6 months ago
- 433c7dc Fix static analyzer warnings. by Vincent Rabaud · 2 years, 1 month ago
- 8e965cc Call png_get_channels() to see if image has alpha by Wan-Teh Chang · 2 years, 4 months ago
- 6fc1a9f */Android.mk: add a check for NDK_ROOT by James Zern · 2 years, 10 months ago
- fad0ece pnmdec.c: use snprintf instead of sprintf by James Zern · 2 years, 11 months ago
- 0957fd6 tiffdec: add grayscale support by James Zern · 3 years, 6 months ago
- 617cf03 image_dec: add WebPGetEnabledInputFileFormats() by James Zern · 3 years, 7 months ago
- 66b3ce2 Fix bad overflow check in ReadTIFF() by Yannis Guyon · 3 years, 8 months ago
- 6e8a412 libwebp: do not destroy jpeg codec twice on error by Yannis Guyon · 3 years, 9 months ago
- faf2196 Merge "BMP enc: fix the transparency case" into main by James Zern · 3 years, 9 months ago
- 480cd51 BMP enc: fix the transparency case by Pascal Massimino · 3 years, 9 months ago
- b6f756e update http links by James Zern · 3 years, 11 months ago
- 45eaacc Convert deprecated uint32 to uint32_t. by Vincent Rabaud · 4 years, 1 month ago
- a89a323 wicdec: support alpha from WebP WIC decoder by James Zern · 4 years, 3 months ago
- 1f57913 cosmetics: remove use of 'sanity' / 'master' by James Zern · 4 years, 5 months ago
- 7d416ff webpdec,cosmetics: match error text to function call by James Zern · 4 years, 6 months ago
- 5d4ee4c cosmetics: remove use of the term 'dummy' by James Zern · 4 years, 7 months ago
- b27ea85 wicdec,icc: treat unsupported op as non-fatal by James Zern · 4 years, 8 months ago
- 2690782 pngdec: check version before using png_get_chunk_malloc_max by James Zern · 4 years, 8 months ago
- 289757f TiffDec: enforce stricter mem/dimension limit on tiles by Skal · 4 years, 9 months ago
- 8696147 pngdec: raise memory limit if needed by Pascal Massimino · 4 years, 9 months ago
- 26faf77 wicdec: fail with animated images by James Zern · 5 years ago
- 906c1fc make ImgIoUtilReadFile use WebPMalloc instead of malloc by Pascal Massimino · 5 years ago
- 6cf504d PNM decoding: handle max_value != 255 by Pascal Massimino · 6 years ago
- 17850e7 libwebp: Remove char-subscripts warning in pnmdec.c by Yannis Guyon · 6 years ago
- 853ea3d imageio/tiff: Return error before allocating bad tile size by Yannis Guyon · 6 years ago
- 24d2ccb webp: Fix imageio ReadPNM() TUPLTYPE by Yannis Guyon · 6 years ago
- 01ac46b libwebp: Display "libjpeg error:" in imageio/jpegdec by Yannis Guyon · 7 years ago
- 9cf9841 libwebp: Unicode command tools on Windows by Yannis Guyon · 7 years ago
- 123d330 TIFF decoder: remove unused KINV definition by Pascal Massimino · 7 years ago
- 637141b pngdec: fix build w/libpng < 1.4.x by James Zern · 7 years ago
- bc5092b pngdec: set memory functions by James Zern · 7 years ago
- 5d8985d configure,*am,cosmetics: s/WANT_/BUILD_/ by James Zern · 7 years ago
- 641cedc imagedec: support metadata reading for WebP image decoding by Pascal Massimino · 8 years ago
- b2db361 image_enc,WebPWritePNG: move locals after setjmp by James Zern · 8 years ago
- 3005237 ReadWebP: fix for big-endian by Pascal Massimino · 8 years ago
- f4dd925 remove WEBP_EXPERIMENTAL_FEATURES by James Zern · 8 years ago
- fc09e6e PNM decoder: prevent unsupported depth=2 PAM case. by skal · 8 years ago
- 78318b3 PNG decoder: handle gAMA chunk by Pascal Massimino · 8 years ago
- a7f93fe webpmux: allow reading argument from a file by Pascal Massimino · 8 years ago
- ae568ce ImgIoUtilReadFile: fix file leak upon error by Pascal Massimino · 8 years ago
- 6ba9876 webpdec: correct alloc size check w/use_argb by James Zern · 8 years ago
- 3822762 rationalize the Makefile.am by Pascal Massimino · 8 years ago
- f324b7f cosmetics: normalize fn proto & decl param names by James Zern · 8 years ago
- 20a9418 pnmdec,PAM: validate depth before calculating bytes_per_px by James Zern · 8 years ago
- 86fc4dd webpdec: use ImgIoUtilCheckSizeArgumentsOverflow by James Zern · 8 years ago
- 08ea9ec imageio: add ability restrict max image size by James Zern · 8 years ago
- 6f9daa4 jpegdec,ReadError: fix leaks on error by James Zern · 8 years ago
- dd7e83c tiffdec,ReadTIFF: ensure data_size is < tsize_t max by James Zern · 8 years ago
- d988eb7 tiffdec,MyRead: quiet -Wshorten-64-to-32 warning by James Zern · 8 years ago
- d78ff78 Merge "Fix code to compile with C++." by Vincent Rabaud · 8 years ago
- c8f1409 Fix code to compile with C++. by Vincent Rabaud · 8 years ago
- 497dc6a pnmdec: sanitize invalid header output by James Zern · 8 years ago
- 645f0c5 pnmdec,PAM: set bytes_per_px based on depth when missing by James Zern · 8 years ago
- 1923ff0 tiffdec: fix EXTRASAMPLES check by James Zern · 8 years ago
- 97cce5b tiffdec: only request EXTRASAMPLES w/> 3 samples/px by James Zern · 8 years ago
- 18f0dfa Merge "fix TIFF encoder regarding rgbA/RGBA" by Pascal Massimino · 9 years ago
- 836607e webpdec.h: fix a doc typo by Pascal Massimino · 9 years ago
- 9273e44 fix TIFF encoder regarding rgbA/RGBA by Pascal Massimino · 9 years ago
- 17e3c11 Add limited PAM decoding support by Pascal Massimino · 9 years ago
- 699b041 ImgIoUtilWriteFile(): use ImgIoUtilSetBinaryMode by Pascal Massimino · 9 years ago
- e69ed29 ReadWebP: decode directly into a pre-allocated buffer by Pascal Massimino · 9 years ago
- 1e7ad88 PNM header decoder: add some basic numerical validation by Pascal Massimino · 9 years ago
- dcf9d82 imageio: add limited PNM support for reading by Pascal Massimino · 9 years ago
- 259e982 replace 'ptr + y * stride' by 'ptr += stride' by Pascal Massimino · 9 years ago
- f04eb37 Merge tag 'v0.5.2' by James Zern · 9 years ago
- 0aa1f35 remove dependency of imageio/ to stopwatch.h by Pascal Massimino · 9 years ago
- cb9ec84 Merge "remove the dependency to stop_watch.[ch] in imageio" by Pascal Massimino · 9 years ago
- cb215ae remove the dependency to stop_watch.[ch] in imageio by Pascal Massimino · 9 years ago
- cec7201 jpegdec: correct ContextFill signature by James Zern · 9 years ago
- f7601aa Merge "Introduce a generic WebPGetImageReader(type) function" by Pascal Massimino · 9 years ago
- ce87332 Introduce a generic WebPGetImageReader(type) function by Pascal Massimino · 9 years ago
- 2a2773e imageio/*dec,Read*: add input parameter checks by James Zern · 9 years ago
- bc86b7a imageio_util: add ImgIoUtilCheckSizeArgumentsOverflow by James Zern · 9 years ago
- 41cab7f imageio/Android.mk: correct imagedec dependencies by James Zern · 9 years ago
- af1ad3e libimageenc.a: extract image-saving code from dwebp by Pascal Massimino · 9 years ago
- ebee57f move imageio/example_util.[hc] (back to) examples/ by James Zern · 9 years ago
- 99542bb webpdec: s/ExUtil// by James Zern · 9 years ago
- da573cf imageio_util: s/ExUtil/ImgIoUtil/ by James Zern · 9 years ago
- bdda5bd split example_util.h by James Zern · 9 years ago
- 4cecab6 pngdec.c,jpegdec.[hc]: remove unnecessary includes by James Zern · 9 years ago
- c379b55 move examples/{example_util,image_dec} to imageio/ by James Zern · 9 years ago