summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EncodeAlphaInternal: clear result->bw on error1.1.0James Zern2023-02-281-1/+3
* GetBackwardReferences: fail on alloc errorJames 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
* Fix lossless encoding for MIPS.Vincent Rabaud2022-03-021-4/+4
* update ChangeLogv1.1.0-rc2v1.1.0James Zern2019-12-211-0/+28
* Makefile.vc: fix webp_quality.exe linkJames Zern2019-12-201-1/+7
* update NEWSJames Zern2019-12-181-0/+11
* bump version to 1.1.0James Zern2019-12-1814-32/+32
* update AUTHORSJames Zern2019-12-181-0/+2
* extras: fix WEBP_SWAP_16BIT_CSP checkJames Zern2019-12-181-2/+2
* extras: add WebPUnmultiplyARGB() convenience functionSkal2019-12-173-2/+27
* idec_dec: fix 0 offset of NULL pointerJames Zern2019-12-141-3/+8
* muxread: fix 0 offset of NULL pointerJames Zern2019-12-141-1/+1
* Merge "lossless_(enc_|)sse2: avoid offsetting a NULL pointer"James Zern2019-12-132-2/+4
|\
| * lossless_(enc_|)sse2: avoid offsetting a NULL pointerJames Zern2019-12-132-2/+4
* | fix UBSAN warningSkal2019-12-131-1/+1
|/
* DC8_NEON,aarch64: use vaddvJames Zern2019-12-061-0/+6
* dec_neon: Fix build failure under some toolchainsCheng Yi2019-12-061-1/+2
* dsp/lossless: Fix non gcc ARM buildsOliver Wolff2019-11-271-1/+1
* Remove ubsan errors.Vincent Rabaud2019-11-062-2/+9
* CMake: fix GLUT library linkPascal Massimino2019-10-231-2/+2
* cmake: fix BUILD_SHARED_LIBS build on macJames Zern2019-10-221-5/+6
* libwebp: Remove char-subscripts warning in pnmdec.cYannis Guyon2019-10-161-1/+2
* Merge "Expose WebPMalloc() in addition to WebPFree()"Pascal Massimino2019-10-1612-43/+59
|\
| * Expose WebPMalloc() in addition to WebPFree()Skal2019-10-1512-43/+59
* | imageio/tiff: Return error before allocating bad tile sizeYannis Guyon2019-10-151-12/+23
|/
* Fix a Wxor-used-as-pow false positiveNico Weber2019-09-041-6/+10
* libwebp.py: update to swig 3.0.12James Zern2019-08-313-61/+93
* bugfix: last alpha rows were incorrectly decodedSkal2019-08-301-5/+5
* webp: Fix imageio ReadPNM() TUPLTYPEYannis Guyon2019-07-301-16/+16
* cosmetics: normalize '*' associationJames Zern2019-07-2617-43/+43
* update .gitignoreJames Zern2019-07-131-0/+3
* update ChangeLogv1.0.3-rc1v1.0.3James Zern2019-07-041-8/+59
* update NEWSJames Zern2019-07-041-0/+12
* bump version to 1.0.3James Zern2019-07-0413-26/+26
* update AUTHORSJames Zern2019-07-041-0/+1
* Fix the oscillating prediction problem at low qualityPascal Massimino2019-07-032-6/+35
* makefile.unix: allow *_LIBS to be overridden w/EXTRA_LIBSJames Zern2019-07-011-9/+9
* filters_sse2,cosmetics: shorten some long linesJames Zern2019-07-011-5/+4
* filters_sse2.c: quiet integer sanitizer warningsJames Zern2019-07-011-1/+3
* Fix cpufeatures in CMake.Vincent Rabaud2019-07-011-1/+3
* Add CMake option for bittrace.Vincent Rabaud2019-07-011-0/+6
* filters_sse2.c: quiet integer sanitizer warningsJames Zern2019-06-281-6/+7
* filters.c: quiet integer sanitizer warningsJames Zern2019-06-281-6/+6
* lossless.c: remove U32 -> S8 conversion warningsJames Zern2019-06-281-2/+2
* remove conversion U32 -> S8 warningsPascal Massimino2019-06-241-5/+9
* lossless_enc: fix some conversion warningSkal2019-06-241-7/+8