summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GetBackwardReferences: fail on alloc error1.0.0James Zern2022-04-061-6/+7
* BackwardReferencesHashChainDistanceOnly: fix segfault on OOMJames Zern2022-04-061-1/+1
* VP8LEncodeStream: fix segfault on OOMJames Zern2022-04-061-3/+8
* alpha_processing_neon.c: fix 0x01... typoJames Zern2022-03-081-1/+1
* alpha_processing_neon.c: fix Dispatch/ExtractAlpha_NEONJames Zern2022-03-031-2/+4
* Rescaler: fix rounding errorPascal Massimino2019-04-015-97/+43
* Allow for a non-initialized alpha decompressor in DoRemap.Vincent Rabaud2018-07-172-5/+4
* fix rescaling rounding inaccuracyPascal Massimino2018-07-166-13/+65
* Make sure partition #0 is read before VP8 data in IDecode.Vincent Rabaud2018-07-101-1/+8
* fix read-overflow while parsing VP8X chunkPascal Massimino2018-07-101-0/+1
* Fix VP8IoTeardownHook being called twice on worker sync failureYannis Guyon2018-07-101-0/+1
* fix endian problems in pattern copyPascal Massimino2018-07-101-0/+4
* muxread,anmf: fail on multiple image chunksJames Zern2018-07-031-0/+1
* fix alpha-filtering crash when image width is larger than radiusPascal Massimino2018-07-031-1/+7
* muxread,ChunkVerifyAndAssign: validate chunk_sizeJames Zern2018-06-212-3/+10
* muxread,CreateInternal: fix riff size checksJames Zern2018-06-151-9/+6
* Fix for thread race heap-use-after-freeYannis Guyon2018-06-131-4/+2
* fix invalid check for buffer sizePascal Massimino2018-06-011-1/+2
* gif2webp: fix transcode of loop count=65535James Zern2018-05-114-3/+21
* update ChangeLogv1.0.0James Zern2018-04-201-0/+3
* webp-container-spec: correct frame duration=0 noteJames Zern2018-04-201-2/+3
* vwebp: Copy Chrome's behavior w/frame duration == 0Vincent Rabaud2018-04-201-0/+5
* update ChangeLogv1.0.0-rc3James Zern2018-04-171-1/+8
* add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNCJames Zern2018-04-1715-104/+54
* fix 16b overflow in SSE2Pascal Massimino2018-04-111-11/+9
* makefile.unix: add DEBUG flag for compiling w/ debug-symbolPascal Massimino2018-04-111-1/+6
* cwebp,get_disto: fix bpp outputJames Zern2018-04-102-3/+3
* cmake: Make sure we use near-lossless by default.Vincent Rabaud2018-04-101-1/+1
* fix bug in WebPImport565: alpha value was not setPascal Massimino2018-04-091-3/+7
* update ChangeLogv1.0.0-rc2James Zern2018-04-031-0/+8
* Revert "Use proper targets for CMake."James Zern2018-04-031-101/+40
* Use proper targets for CMake.Vincent Rabaud2018-04-031-40/+101
* Remove some very hard TODOs.Vincent Rabaud2018-04-032-5/+2
* {de,}mux/Makefile.am: add missing headersJames Zern2018-04-032-0/+5
* makefile.unix,dist: use ascii for text outputJames Zern2018-04-031-1/+1
* add -version option to anim_dump,anim_diff and img2webpPascal Massimino2018-04-037-6/+60
* webp_js: fix webp_js demo htmlPascal Massimino2018-04-032-3/+6
* update ChangeLogv1.0.0-rc1James Zern2018-04-021-0/+65
* update AUTHORSJames Zern2018-04-021-0/+1
* [CFI] Remove function pointer castsVlad Tsyrklevich2018-04-024-7/+12
* bump version to 1.0.0James Zern2018-04-0215-42/+45
* update NEWSJames Zern2018-04-021-0/+10
* Merge "remove some deprecation warning on MacOSX"James Zern2018-03-311-0/+1
|\
| * remove some deprecation warning on MacOSXPascal Massimino2018-03-311-0/+1
* | configure: quiet glut deprecation warnings on OS XJames Zern2018-03-311-0/+2
* | configure: use sdl-config if availableJames Zern2018-03-301-11/+34
|/
* Merge "imagedec: support metadata reading for WebP image decoding"James Zern2018-03-3010-23/+88
|\
| * imagedec: support metadata reading for WebP image decodingPascal Massimino2018-03-2810-23/+88
* | anim_diff: add a couple missing newlines in Help()James Zern2018-03-261-2/+2
|/
* Merge "gif2webp: force low duration frames to 100ms"James Zern2018-03-272-0/+11
|\