aboutsummaryrefslogtreecommitdiff
path: root/imageio
AgeCommit message (Expand)Author
2024-04-16Upgrade webp to v1.4.0James Zern
2023-09-14Fix static analyzer warnings.Vincent Rabaud
2023-06-29Merge tag 'v1.3.1' into aosp/mainJames Zern
2023-06-13Call png_get_channels() to see if image has alphaWan-Teh Chang
2023-01-13Merge remote-tracking branch 'aosp/upstream-main' into aosp/masterJames Zern
2022-12-16*/Android.mk: add a check for NDK_ROOTJames Zern
2022-12-08[LSC] Add LOCAL_LICENSE_KINDS to external/webpBob Badour
2022-11-15pnmdec.c: use snprintf instead of sprintfJames Zern
2022-03-31tiffdec: add grayscale supportJames Zern
2022-03-26image_dec: add WebPGetEnabledInputFileFormats()James Zern
2022-02-15Fix bad overflow check in ReadTIFF()Yannis Guyon
2022-01-13libwebp: do not destroy jpeg codec twice on errorYannis Guyon
2022-01-12Merge "BMP enc: fix the transparency case" into mainJames Zern
2022-01-12BMP enc: fix the transparency casePascal Massimino
2021-11-23update http linksJames Zern
2021-08-30Convert deprecated uint32 to uint32_t.Vincent Rabaud
2021-07-16wicdec: support alpha from WebP WIC decoderJames Zern
2021-05-21cosmetics: remove use of 'sanity' / 'master'James Zern
2021-04-17webpdec,cosmetics: match error text to function callJames Zern
2021-03-15cosmetics: remove use of the term 'dummy'James Zern
2021-02-18wicdec,icc: treat unsupported op as non-fatalJames Zern
2021-02-10pngdec: check version before using png_get_chunk_malloc_maxJames Zern
2021-01-12TiffDec: enforce stricter mem/dimension limit on tilesSkal
2021-01-08pngdec: raise memory limit if neededPascal Massimino
2020-11-19wicdec: fail with animated imagesJames Zern
2020-10-16make ImgIoUtilReadFile use WebPMalloc instead of mallocPascal Massimino
2020-01-06PNM decoding: handle max_value != 255Pascal Massimino
2019-10-16libwebp: Remove char-subscripts warning in pnmdec.cYannis Guyon
2019-10-15imageio/tiff: Return error before allocating bad tile sizeYannis Guyon
2019-07-30webp: Fix imageio ReadPNM() TUPLTYPEYannis Guyon
2019-03-08libwebp: Display "libjpeg error:" in imageio/jpegdecYannis Guyon
2018-10-17libwebp: Unicode command tools on WindowsYannis Guyon
2018-10-14TIFF decoder: remove unused KINV definitionPascal Massimino
2018-09-28pngdec: fix build w/libpng < 1.4.xJames Zern
2018-09-28pngdec: set memory functionsJames Zern
2018-06-02configure,*am,cosmetics: s/WANT_/BUILD_/James Zern
2018-03-28imagedec: support metadata reading for WebP image decodingPascal Massimino
2018-03-08image_enc,WebPWritePNG: move locals after setjmpJames Zern
2018-02-14ReadWebP: fix for big-endianPascal Massimino
2018-02-09remove WEBP_EXPERIMENTAL_FEATURESJames Zern
2018-02-07PNM decoder: prevent unsupported depth=2 PAM case.skal
2018-01-05PNG decoder: handle gAMA chunkPascal Massimino
2017-12-01webpmux: allow reading argument from a filePascal Massimino
2017-11-29ImgIoUtilReadFile: fix file leak upon errorPascal Massimino
2017-10-26webpdec: correct alloc size check w/use_argbJames Zern
2017-08-29rationalize the Makefile.amPascal Massimino
2017-08-26cosmetics: normalize fn proto & decl param namesJames Zern
2017-08-19pnmdec,PAM: validate depth before calculating bytes_per_pxJames Zern
2017-08-08webpdec: use ImgIoUtilCheckSizeArgumentsOverflowJames Zern
2017-08-08imageio: add ability restrict max image sizeJames Zern