summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GetBackwardReferences: fail on alloc error1.0.1James 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
* 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
* remove some minor TODOsPascal Massimino2018-10-172-9/+2
* Remove AVX2 files.Vincent Rabaud2018-10-1611-89/+5
* Merge "TIFF decoder: remove unused KINV definition"Pascal Massimino2018-10-151-0/+3
|\
| * TIFF decoder: remove unused KINV definitionPascal Massimino2018-10-141-1/+3
* | Remove a few more useless #definesVincent Rabaud2018-10-152-3/+0
|/
* Merge "- install pkg-config files during the CMake build"James Zern2018-10-101-0/+29
|\
| * - install pkg-config files during the CMake buildKonstantin Ivlev2018-10-081-0/+29
* | libwebp: Remove duplicate GIFDisplayError in anim_utilYannis Guyon2018-10-093-24/+5
* | Merge "Clean-up the common sources in dsp."Vincent Rabaud2018-10-081-18/+45
|\ \ | |/ |/|
| * Clean-up the common sources in dsp.Vincent Rabaud2018-10-081-18/+45
* | libwebp: cmake-format allYannis Guyon2018-10-053-264/+347
|/
* libwebp: Add extras targets in CMakeLists.txtYannis Guyon2018-10-041-1/+37
* libwebp: Rename macros in webpmux.cYannis Guyon2018-10-031-12/+17
* clean-up MakeInputImageCopy()Pascal Massimino2018-10-021-5/+11
* VP8IteratorImport: add missing 'const'Pascal Massimino2018-10-022-2/+2
* clean-up WebPBlendAlphaPascal Massimino2018-10-021-18/+23
* libwebp: Use ExUtilGet*() in anim_diffYannis Guyon2018-10-021-16/+3
* libwebp: remove useless variable in gif2webpYannis Guyon2018-10-021-2/+0
* Merge "CMake: Set WEBP_BUILD_GIF2WEBP to off"Yannis Guyon2018-10-011-8/+8
|\
| * CMake: Set WEBP_BUILD_GIF2WEBP to offYannis Guyon2018-10-011-8/+8
* | cwebp: Don't premultiply during -resize if -exactYannis Guyon2018-10-011-0/+43
|/
* pngdec: fix build w/libpng < 1.4.xJames Zern2018-09-281-5/+14
* pngdec: set memory functionsJames Zern2018-09-281-1/+17
* Fix CMake math library.Vincent Rabaud2018-09-211-4/+4
* Fix math library on Visual Studio.Vincent Rabaud2018-09-111-4/+5
* Fix math library finding in CMake.Vincent Rabaud2018-09-031-4/+13
* cosmetics: normalize include guard commentJames Zern2018-08-2233-33/+33
* vwebp: Fix bug when Dispose then NoBlend framesYannis Guyon2018-08-031-26/+28
* Fix up CMake to create targets.Vincent Rabaud2018-07-252-0/+9
* Wait for all threads to be done in DecodeRemaining.Vincent Rabaud2018-07-201-0/+6
* vwebp: Add background color display optionYannis Guyon2018-07-203-31/+66