summaryrefslogtreecommitdiff
path: root/imageio
Commit message (Expand)AuthorAgeFilesLines
* */Android.mk: add a check for NDK_ROOTJames Zern2022-12-161-0/+3
* pnmdec.c: use snprintf instead of sprintfJames Zern2022-11-151-1/+6
* tiffdec: add grayscale supportJames Zern2022-03-311-1/+3
* image_dec: add WebPGetEnabledInputFileFormats()James Zern2022-03-262-0/+21
* Fix bad overflow check in ReadTIFF()Yannis Guyon2022-02-151-1/+1
* libwebp: do not destroy jpeg codec twice on errorYannis Guyon2022-01-131-1/+5
* Merge "BMP enc: fix the transparency case" into mainJames Zern2022-01-121-12/+23
|\
| * BMP enc: fix the transparency casePascal Massimino2022-01-121-12/+23
* | update http linksJames Zern2021-11-232-2/+2
|/
* Convert deprecated uint32 to uint32_t.Vincent Rabaud2021-08-301-2/+2
* wicdec: support alpha from WebP WIC decoderJames Zern2021-07-161-0/+5
* cosmetics: remove use of 'sanity' / 'master'James Zern2021-05-211-1/+1
* webpdec,cosmetics: match error text to function callJames Zern2021-04-171-1/+1
* cosmetics: remove use of the term 'dummy'James Zern2021-03-151-3/+3
* wicdec,icc: treat unsupported op as non-fatalJames Zern2021-02-181-1/+4
* pngdec: check version before using png_get_chunk_malloc_maxJames Zern2021-02-101-0/+3
* TiffDec: enforce stricter mem/dimension limit on tilesSkal2021-01-123-19/+31
* pngdec: raise memory limit if neededPascal Massimino2021-01-081-0/+6
* wicdec: fail with animated imagesJames Zern2020-11-191-3/+9
* make ImgIoUtilReadFile use WebPMalloc instead of mallocPascal Massimino2020-10-163-4/+4
* PNM decoding: handle max_value != 255Pascal Massimino2020-01-061-20/+58
* libwebp: Remove char-subscripts warning in pnmdec.cYannis Guyon2019-10-161-1/+2
* imageio/tiff: Return error before allocating bad tile sizeYannis Guyon2019-10-151-12/+23
* webp: Fix imageio ReadPNM() TUPLTYPEYannis Guyon2019-07-301-16/+16
* libwebp: Display "libjpeg error:" in imageio/jpegdecYannis Guyon2019-03-081-0/+1
* libwebp: Unicode command tools on WindowsYannis Guyon2018-10-174-21/+32
* TIFF decoder: remove unused KINV definitionPascal Massimino2018-10-141-1/+3
* pngdec: fix build w/libpng < 1.4.xJames Zern2018-09-281-5/+14
* pngdec: set memory functionsJames Zern2018-09-281-1/+17
* configure,*am,cosmetics: s/WANT_/BUILD_/James Zern2018-06-021-1/+1
* imagedec: support metadata reading for WebP image decodingPascal Massimino2018-03-282-7/+49
* image_enc,WebPWritePNG: move locals after setjmpJames Zern2018-03-081-14/+17
* ReadWebP: fix for big-endianPascal Massimino2018-02-141-0/+8
* remove WEBP_EXPERIMENTAL_FEATURESJames Zern2018-02-092-14/+2
* PNM decoder: prevent unsupported depth=2 PAM case.skal2018-02-071-2/+2
* PNG decoder: handle gAMA chunkPascal Massimino2018-01-051-1/+10
* webpmux: allow reading argument from a filePascal Massimino2017-12-012-4/+13
* ImgIoUtilReadFile: fix file leak upon errorPascal Massimino2017-11-291-1/+6
* webpdec: correct alloc size check w/use_argbJames Zern2017-10-261-1/+1
* rationalize the Makefile.amPascal Massimino2017-08-291-4/+10
* cosmetics: normalize fn proto & decl param namesJames Zern2017-08-261-6/+8
* pnmdec,PAM: validate depth before calculating bytes_per_pxJames Zern2017-08-191-2/+7
* webpdec: use ImgIoUtilCheckSizeArgumentsOverflowJames Zern2017-08-081-2/+13
* imageio: add ability restrict max image sizeJames Zern2017-08-081-1/+5
* jpegdec,ReadError: fix leaks on errorJames Zern2017-08-081-3/+3
* tiffdec,ReadTIFF: ensure data_size is < tsize_t maxJames Zern2017-05-171-1/+4
* tiffdec,MyRead: quiet -Wshorten-64-to-32 warningJames Zern2017-05-171-1/+1
* Merge "Fix code to compile with C++."Vincent Rabaud2017-05-152-2/+3
|\
| * Fix code to compile with C++.Vincent Rabaud2017-05-152-2/+3
* | pnmdec: sanitize invalid header outputJames Zern2017-05-151-0/+5
|/