summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* utils: allow MALLOC_LIMIT to indicate a maxJames Zern2021-06-071-1/+4
* WebPRescalerImportRowExpand_C: promote some vals before multiplyJames Zern2021-06-071-3/+4
* AllocateBuffer: fix int multiplication overflow checkJames Zern2021-06-071-1/+1
* Merge "Revert "Do not use a palette for one color images.""James Zern2021-05-243-39/+1
|\
| * Revert "Do not use a palette for one color images."James Zern2021-05-213-39/+1
* | Merge changes Ica3bbf75,I82f82954James Zern2021-05-2412-21/+12
|\ \
| * | cosmetics: remove use of 'sanity' / 'master'James Zern2021-05-2112-18/+12
| * | WebPAnimEncoderNewInternal: remove some unnecessary initsJames Zern2021-05-211-3/+0
| |/
* | Require Emscripten 2.0.18Zhi An Ng2021-05-241-1/+1
* | CMakeLists,emscripten: use EXPORTED_RUNTIME_METHODSJames Zern2021-05-211-2/+2
* | Update README instructions for using EmscriptenZhi An Ng2021-05-211-12/+4
|/
* demux: move padded size calc post unpadded validationJames Zern2021-05-151-5/+11
* vp8l_enc.c: normalize index typesJames Zern2021-04-281-2/+2
* Do not use a palette for one color images.Vincent Rabaud2021-04-283-1/+39
* Fix multi-threading with palettes.Vincent Rabaud2021-04-271-0/+2
* Add modified Zeng's method to palette sorting.Vincent Rabaud2021-04-272-66/+273
* add CONTRIBUTING.mdJames Zern2021-04-231-0/+29
* WebPRescalerInit: add missing int64_t promotionJames Zern2021-04-231-2/+3
* WebPIoInitFromOptions: treat use_scaling as a boolJames Zern2021-04-231-1/+1
* WebPIoInitFromOptions: treat use_cropping as a boolJames Zern2021-04-231-1/+1
* add WebPCheckCropDimensions()James Zern2021-04-233-3/+13
* Disable cross-color when palette is used.Vincent Rabaud2021-04-231-1/+2
* WebPIoInitFromOptions: respect incoming bypass_filtering valJames Zern2021-04-191-2/+2
* webpdec,cosmetics: match error text to function callJames Zern2021-04-171-1/+1
* Fix typo on WebPPictureAlloc() in READMEYannis Guyon2021-04-151-1/+1
* *.cmake: add license headerJames Zern2021-04-123-8/+23
* cmake: fix .so versioningJames Zern2021-04-071-30/+31
* xcframeworkbuild.sh: add arm64 simulator targetJames Zern2021-03-151-1/+4
* cosmetics: remove use of the term 'dummy'James Zern2021-03-155-10/+11
* faster CollectColorXXXTransforms_SSE41Ilya Kurdyukov2021-02-191-57/+64
* Merge "Use BitCtz for FastSLog2Slow_C"Pascal Massimino2021-02-191-0/+19
|\
| * Use BitCtz for FastSLog2Slow_CIlya Kurdyukov2021-02-191-0/+19
* | add the missing default BitsCtz() codeSkal2021-02-191-1/+10
|/
* faster CombinedShannonEntropy_SSE2Ilya Kurdyukov2021-02-191-68/+41
* Introduce the BitCtz() function.Ilya Kurdyukov2021-02-191-2/+11
* Merge "wicdec,icc: treat unsupported op as non-fatal"James Zern2021-02-181-1/+4
|\
| * wicdec,icc: treat unsupported op as non-fatalJames Zern2021-02-181-1/+4
* | lossless_sse{2,41}: remove some unneeded includesJames Zern2021-02-182-3/+0
|/
* Merge "Fix undefined signed shift."Pascal Massimino2021-02-181-2/+3
|\
| * Fix undefined signed shift.Vincent Rabaud2021-02-181-2/+3
* | SSE4.1 versions of BGRA to RGB/BGR color-space conversionsIlya Kurdyukov2021-02-181-0/+64
|/
* SSE4.1 version of TransformColorInverseIlya Kurdyukov2021-02-187-0/+80
* Merge "pngdec: check version before using png_get_chunk_malloc_max"James Zern2021-02-111-0/+3
|\
| * pngdec: check version before using png_get_chunk_malloc_maxJames Zern2021-02-101-0/+3
* | Code cleanupSkal2021-02-107-37/+40
|/
* Merge changes Id135bbf4,I99e59797James Zern2021-02-092-20/+18
|\
| * cmake: add WEBP_USE_THREAD optionJames Zern2021-02-052-17/+18
| * cmake: don't install binaries from extras/James Zern2021-02-051-3/+0
* | gif2webp: don't store loop-count if there's only 1 framePascal Massimino2021-02-081-2/+4
* | WebPAnimDecoderNewInternal: validate bitstream before allocJames Zern2021-02-051-0/+8
|/