summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* */Android.mk: add a check for NDK_ROOTJames Zern2022-12-161-0/+3
* sharpyuv: add SharpYuvGetVersion()James Zern2022-10-282-1/+6
* cwebp: fix WebPPictureHasTransparency callJames Zern2022-08-081-3/+4
* vwebp: fix file name display in windows unicode buildJames Zern2022-07-051-1/+14
* webpmux: fix -frame option in windows unicode buildJames Zern2022-07-051-1/+1
* unicode.h: set console mode before using wprintfJames Zern2022-06-291-3/+17
* unicode_gif.h: fix -Wdeclaration-after-statementJames Zern2022-06-201-8/+9
* ExUtilInitCommandLineArguments: fix leak on errorJames Zern2022-04-041-1/+5
* anim_util: fix leaks on errorJames Zern2022-04-041-2/+5
* gif2webp: fix segfault on OOMJames Zern2022-04-041-2/+5
* image_dec: add WebPGetEnabledInputFileFormats()James Zern2022-03-262-1/+4
* man/cwebp.1: add note about crop/resize orderJames Zern2022-03-172-2/+2
* examples/webpmux.c: fix a couple of typosJames Zern2022-02-171-3/+4
* Merge "Reword img2webp synopsis command line" into mainPascal Massimino2022-01-051-2/+1
|\
| * Reword img2webp synopsis command lineYannis Guyon2022-01-051-2/+1
* | webpinfo: fix fourcc comparison w/big-endianJames Zern2021-12-221-12/+18
|/
* Merge "webpmux: add "-set bgcolor A,R,G,B"" into mainPascal Massimino2021-11-041-5/+38
|\
| * webpmux: add "-set bgcolor A,R,G,B"Pascal Massimino2021-11-041-5/+38
* | webpinfo: print the number of warningsPascal Massimino2021-11-041-15/+13
|/
* cosmetics: remove use of 'sanity' / 'master'James Zern2021-05-211-1/+1
* cosmetics: remove use of the term 'dummy'James Zern2021-03-151-2/+2
* gif2webp: don't store loop-count if there's only 1 framePascal Massimino2021-02-081-2/+4
* webpmux: add an '-set loop <value>' optionPascal Massimino2020-12-121-0/+35
* [cd]webp: document lack of animated webp supportJames Zern2020-11-192-1/+3
* make ImgIoUtilReadFile use WebPMalloc instead of mallocPascal Massimino2020-10-163-4/+4
* GetBackgroundColorGIF: promote to uint32_t before << 24James Zern2020-09-031-1/+1
* cwebp: Fix -print_psnr for near_losslessYannis Guyon2020-08-171-32/+80
* Enc: add a qmin / qmax range for quality factorSkal2020-01-291-27/+34
* Expose WebPMalloc() in addition to WebPFree()Skal2019-10-156-21/+22
* cosmetics: normalize '*' associationJames Zern2019-07-264-12/+12
* vwebp: remove the -fit option (and make it default)Pascal Massimino2019-06-051-7/+1
* vwebp: add a -fit optionPascal Massimino2019-05-291-2/+21
* unicode,INIT_WARGV: add missing castJames Zern2019-01-241-1/+2
* img2webp: add help note about arguments from a fileJames Zern2018-10-261-0/+4
* libwebp: Unicode command tools on WindowsYannis Guyon2018-10-1713-173/+402
* libwebp: Remove duplicate GIFDisplayError in anim_utilYannis Guyon2018-10-092-22/+3
* libwebp: Rename macros in webpmux.cYannis Guyon2018-10-031-12/+17
* libwebp: Use ExUtilGet*() in anim_diffYannis Guyon2018-10-021-16/+3
* libwebp: remove useless variable in gif2webpYannis Guyon2018-10-021-2/+0
* cwebp: Don't premultiply during -resize if -exactYannis Guyon2018-10-011-0/+43
* cosmetics: normalize include guard commentJames Zern2018-08-221-1/+1
* vwebp: Fix bug when Dispose then NoBlend framesYannis Guyon2018-08-031-26/+28
* vwebp: Add background color display optionYannis Guyon2018-07-201-30/+56
* Fix bad glClearColor parametersYannis Guyon2018-07-181-2/+2
* fix GetColorf() bugPascal Massimino2018-07-061-1/+1
* Android.mk: use LOCAL_EXPORT_C_INCLUDES w/public libsJames Zern2018-06-071-5/+0
* configure,*am,cosmetics: s/WANT_/BUILD_/James Zern2018-06-021-2/+2
* gif2webp: fix transcode of loop count=65535James Zern2018-05-114-3/+21
* cwebp.c: fix a missing \nPascal Massimino2018-04-231-1/+2
* vwebp: Copy Chrome's behavior w/frame duration == 0Vincent Rabaud2018-04-201-0/+5