summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GetBackwardReferences: fail on alloc error1.2.1James Zern2022-04-061-9/+10
* 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.2.1James Zern2021-07-291-0/+3
* fuzzer/*: normalize src/ includesJames Zern2021-07-295-8/+8
* fix indentJames Zern2021-07-283-25/+25
* update ChangeLogv1.2.1-rc2James Zern2021-07-261-0/+96
* dsp/*: use WEBP_HAVE_* to determine Init availabilityJames Zern2021-07-2613-41/+53
* update NEWSJames Zern2021-07-201-0/+12
* bump version to 1.2.1James Zern2021-07-2015-32/+32
* update AUTHORSJames Zern2021-07-202-0/+5
* Merge "libwebp/CMake: Add <BUILD_INTERFACE> to webp incl" into mainYannis Guyon2021-07-191-4/+6
|\
| * libwebp/CMake: Add <BUILD_INTERFACE> to webp inclYannis Guyon2021-07-191-4/+6
* | dsp.h: respect --disable-sse2/sse4.1/neonJames Zern2021-07-172-5/+10
|/
* wicdec: support alpha from WebP WIC decoderJames Zern2021-07-161-0/+5
* Merge "alpha_processing: fix visual studio warnings" into mainJames Zern2021-07-136-49/+59
|\
| * alpha_processing: fix visual studio warningsJames Zern2021-07-136-49/+59
* | Merge "cpu.cmake: fix compiler flag detection w/3.17.0+" into mainJames Zern2021-07-091-0/+7
|\ \ | |/ |/|
| * cpu.cmake: fix compiler flag detection w/3.17.0+James Zern2021-07-051-0/+7
* | Merge changes I593adf92,If20675e7,Ifac68eac into mainPascal Massimino2021-07-081-34/+51
|\ \
| * | configure: enable libwebpmux by defaultJames Zern2021-07-031-2/+3
| * | configure: add informational notices when disabling binariesJames Zern2021-07-031-1/+17
| * | configure: move lib flag checks before binariesJames Zern2021-07-031-33/+33
| |/
* | alpha_processing*: use WEBP_RESTRICT qualifierJames Zern2021-07-074-37/+54
|/
* Merge "WebPConfig.config.in: correct WEBP_INCLUDE_DIRS" into mainJames Zern2021-06-291-1/+1
|\
| * WebPConfig.config.in: correct WEBP_INCLUDE_DIRSJames Zern2021-06-251-1/+1
* | Merge "bit_reader_inl_utils: uniformly apply WEBP_RESTRICT" into mainPascal Massimino2021-06-281-3/+4
|\ \
| * | bit_reader_inl_utils: uniformly apply WEBP_RESTRICTJames Zern2021-06-261-3/+4
* | | rescaler.c: fix alignmentSkal2021-06-281-3/+3
|/ /
* | Fix size_t overflow in WebPRescalerInitSkal2021-06-255-67/+92
|/
* advanced_api_fuzzer: add extreme config value coverageJames Zern2021-06-231-29/+46
* anim_encode.c,cosmetics: normalize indentJames Zern2021-06-231-1/+1
* anim_encode: Fix encoded_frames_[] overflowJames Zern2021-06-231-1/+8
* CMake: set CMP0072 to NEWChristopher Degawa2021-06-211-0/+4
* define WEBP_RESTRICT for MSVCJames Zern2021-06-181-8/+15
* Add WEBP_RESTRICT & use it in VP8BitReaderClement Courbet2021-06-182-1/+11
* vp8l_dec::ProcessRows: fix int overflow in multiplyJames Zern2021-06-161-1/+2
* CMake: add WEBP_BUILD_LIBWEBPMUXChristopher Degawa2021-06-161-1/+8
* CMakeLists.txt: rm libwebpmux dep from anim_{diff,dump}James Zern2021-06-161-2/+0
* Init{RGB,YUV}Rescaler: fix a few more int overflowsJames Zern2021-06-141-2/+4
* rescaler_utils: set max valid scaled w/h to INT_MAX/2James Zern2021-06-141-1/+3
* utils.h: add SizeOverflow()James Zern2021-06-146-9/+13
* Export/EmitRescaledRowsRGBA: fix pointer offset int overflowJames Zern2021-06-141-3/+4
* Init{RGB,YUV}Rescaler: fix int overflows in multiplicationjzern@google.com2021-06-101-14/+22
* WebPFlipBuffer: fix integer overflowjzern@google.com2021-06-101-2/+2
* 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