summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GetBackwardReferences: fail on alloc error1.0.2James 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
* Rescaler: fix rounding errorPascal Massimino2019-04-015-97/+43
* HistogramCombineStochastic: fix free of uninit valueJames Zern2019-03-301-3/+2
* unicode,INIT_WARGV: add missing castJames Zern2019-01-251-1/+2
* Remove BINARYEN_METHOD in wasm settings.Vincent Rabaud2019-01-251-1/+1
* update ChangeLogv1.0.2-rc1v1.0.2James Zern2019-01-141-0/+30
* update NEWSJames Zern2019-01-141-0/+8
* bump version to 1.0.2James Zern2019-01-1415-32/+32
* update AUTHORSJames Zern2019-01-142-3/+4
* man/cwebp.1: refine near-lossless textJames Zern2019-01-111-5/+7
* Clarify the doc about GetFeatures.Vincent Rabaud2019-01-091-0/+12
* near_lossless: fix fuzzing-detected integer overflowSkal2019-01-061-6/+8
* webp: Fix VP8LBitWriterClone() bugYannis Guyon2019-01-021-0/+1
* neon IsFlatJohann2018-12-033-14/+72
* IsFlat: inline when possibleJohann2018-11-291-1/+2
* IsFlat: use int for threshJohann2018-11-291-2/+2
* fix unprobable leak in webp_sdl.cSkal2018-11-271-0/+1
* Merge "IsFlat: return int"Johann Koenig2018-11-181-1/+1
|\
| * IsFlat: return intJohann2018-11-161-1/+1
* | Merge tag 'v1.0.1'James Zern2018-11-1618-28/+168
|\ \
| * | update ChangeLogv1.0.1-rc2v1.0.1James Zern2018-11-081-0/+93
| * | Fix pair update in stochastic entropy merging.Vincent Rabaud2018-11-071-7/+15
| * | README.mux: add a reference to the AnimDecoder APIJames Zern2018-11-061-0/+29
| * | CMake: fix webp_js compilationskal2018-11-061-2/+10
| * | update NEWSJames Zern2018-11-031-0/+12
| * | bump version to 1.0.1James Zern2018-11-0215-28/+31
| * | Speed-up: Make sure we only initialize histograms when needed.Vincent Rabaud2018-11-025-16/+67
| * | update AUTHORSJames Zern2018-10-271-0/+3
| * | img2webp: add help note about arguments from a fileJames Zern2018-10-261-0/+4
| * | Speedups for empty histograms.Vincent Rabaud2018-10-263-44/+114
| * | Split HistogramAdd to only have the high level logic in C.Vincent Rabaud2018-10-264-122/+72
| * | Fix compilation on windows and clang-cl+ninja.Vincent Rabaud2018-10-261-8/+20
* | | utils.h: only define WEBP_NEED_LOG_TABLE_8BIT when neededJames Zern2018-11-161-13/+13
| |/ |/|
* | neon: GetResidualCostJohann2018-11-141-0/+58
* | neon: SetResidualCoeffsJohann2018-11-147-0/+75
* | Simpler histogram clustering.Vincent Rabaud2018-11-112-123/+246
* | add codereview.settingsJohann2018-11-071-0/+4
* | Fix pair update in stochastic entropy merging.Vincent Rabaud2018-11-071-7/+15
* | CMake: fix webp_js compilationskal2018-11-061-2/+10
* | Speed-up: Make sure we only initialize histograms when needed.Vincent Rabaud2018-10-315-16/+67
* | img2webp: add help note about arguments from a fileJames Zern2018-10-261-0/+4
* | Speedups for empty histograms.Vincent Rabaud2018-10-203-44/+114
* | Split HistogramAdd to only have the high level logic in C.Vincent Rabaud2018-10-194-122/+72
* | Merge "Fix compilation on windows and clang-cl+ninja."Vincent Rabaud2018-10-171-8/+20
|\ \
| * | Fix compilation on windows and clang-cl+ninja.Vincent Rabaud2018-10-161-8/+20