summaryrefslogtreecommitdiff
path: root/extras
Commit message (Expand)AuthorAgeFilesLines
* bump version to 1.2.3James Zern2022-06-301-1/+1
* image_dec: add WebPGetEnabledInputFileFormats()James Zern2022-03-261-1/+2
* bump version to 1.2.2James Zern2021-12-141-1/+1
* bump version to 1.2.1James Zern2021-07-201-1/+1
* bump version to 1.2.0James Zern2020-12-231-1/+1
* bump version to 1.1.0James Zern2019-12-181-2/+2
* extras: fix WEBP_SWAP_16BIT_CSP checkJames Zern2019-12-181-2/+2
* extras: add WebPUnmultiplyARGB() convenience functionSkal2019-12-172-1/+24
* cosmetics: normalize '*' associationJames Zern2019-07-263-3/+3
* bump version to 1.0.3James Zern2019-07-041-1/+1
* bump version to 1.0.2James Zern2019-01-141-1/+1
* fix unprobable leak in webp_sdl.cSkal2018-11-271-0/+1
* Merge tag 'v1.0.1'James Zern2018-11-161-1/+1
|\
| * bump version to 1.0.1James Zern2018-11-021-1/+1
* | libwebp: Unicode command tools on WindowsYannis Guyon2018-10-173-15/+27
|/
* cosmetics: normalize include guard commentJames Zern2018-08-221-1/+1
* Merge "configure,*am,cosmetics: s/WANT_/BUILD_/"James Zern2018-06-041-1/+1
|\
| * configure,*am,cosmetics: s/WANT_/BUILD_/James Zern2018-06-021-1/+1
* | WebpToSDL(): fix the return value in case of errorPascal Massimino2018-06-041-1/+1
|/
* cwebp,get_disto: fix bpp outputJames Zern2018-04-101-1/+1
* fix bug in WebPImport565: alpha value was not setPascal Massimino2018-04-091-3/+7
* bump version to 1.0.0James Zern2018-04-021-3/+3
* imagedec: support metadata reading for WebP image decodingPascal Massimino2018-03-281-1/+4
* cwebp,get_disto: report bppJames Zern2018-02-191-2/+3
* remove WEBP_EXPERIMENTAL_FEATURESJames Zern2018-02-091-1/+1
* cosmetics: s/color_space/colorspace/James Zern2017-12-081-1/+1
* Fix wasm WebP compilationVincent Rabaud2017-12-041-2/+2
* WEBP_REDUCE_CSP: restrict colorspace supportPascal Massimino2017-11-281-0/+7
* webp_to_sdl.c: fix file modeJames Zern2017-11-251-0/+0
* bump version to 0.6.1James Zern2017-11-241-1/+1
* WIP: list includes as descendants of the project dirJames Zern2017-10-106-7/+8
* rationalize the Makefile.amPascal Massimino2017-08-291-3/+7
* simplify WEBP_EXTERN macroJames Zern2017-07-311-6/+6
* fix memory leak in SDL_Init()skal2017-07-311-1/+6
* don't erase the surface before blitting.Pascal Massimino2017-02-081-2/+2
* Merge "vwebp_sdl: simple viewer based on SDL"Pascal Massimino2017-02-034-3/+236
|\
| * vwebp_sdl: simple viewer based on SDLPascal Massimino2017-01-314-3/+236
* | get_disto: fix reference file readJames Zern2017-01-301-1/+1
* | extras/Makefile.am: fix libwebpextras.la referenceJames Zern2017-01-281-1/+1
* | ReadImage(): restore size reportingPascal Massimino2017-01-241-16/+14
* | img2webp,get_disto: fix image decode w/WIC buildsJames Zern2017-01-241-2/+10
* | get_disto: make ReadPicture() return a boolJames Zern2017-01-241-9/+7
* | bump version to 0.6.0James Zern2017-01-232-2/+2
|/
* get_disto: remove redundant reader checkJames Zern2017-01-181-1/+1
* makefiles: prune get_disto & webp_quality depsJames Zern2017-01-182-4/+3
* fix SSIM metric ... by ignoring too-dark areaPascal Massimino2016-10-201-12/+17
* fix some SSIM calculationsPascal Massimino2016-10-041-25/+29
* get_disto: fix the r/g/b order for luma calculationPascal Massimino2016-09-301-2/+2
* Merge "get_disto: new option to compute SSIM map and convert to gray"Pascal Massimino2016-09-281-18/+146
|\
| * get_disto: new option to compute SSIM map and convert to grayPascal Massimino2016-09-281-18/+146