summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libwebp{,demux,mux}.pc.in: Requires -> Requires.privateJames Zern2023-01-173-3/+3
* bump version to 1.3.0James Zern2022-12-1611-28/+28
* lossless: SUBTRACT_GREEN -> SUBTRACT_GREEN_TRANSFORMJames Zern2022-11-214-4/+4
* Merge changes Id72fbf3b,Ic59d23a2 into mainJames Zern2022-10-261-1/+1
|\
| * cpu.c,cosmetics: fix a typoJames Zern2022-10-251-1/+1
* | *.pc.in: rename lib_prefix to webp_libname_prefixJames Zern2022-10-244-4/+4
|/
* Merge "*.pc.in: add lib prefix to lib names w/MSVC" into mainJames Zern2022-10-204-4/+4
|\
| * *.pc.in: add lib prefix to lib names w/MSVCJames Zern2022-10-174-4/+4
* | analysis_enc.c: fix a dead store warningJames Zern2022-10-141-2/+6
|/
* dsp,neon: use vaddv in a few more placesJames Zern2022-09-122-6/+16
* Merge changes I2877e7bb,I777cad70,I15af7d1a,I686e6740,If10538a9, ... into mainJames Zern2022-08-172-16/+5
|\
| * picture_csp_enc.c: remove SafeInitSharpYuvJames Zern2022-08-121-16/+3
| * add a few missing <stddef.h> includes for NULLJames Zern2022-08-111-0/+2
* | Merge changes Iecea3603,I9dc228ab into mainJames Zern2022-08-171-1/+5
|\ \ | |/ |/|
| * cmake: fix dll exportsJames Zern2022-08-111-1/+5
* | picture_csp_enc.c,CheckNonOpaque: rm unneeded localJames Zern2022-08-111-2/+1
|/
* Merge "WebPPictureHasTransparency: add missing pointer check" into mainJames Zern2022-08-111-3/+6
|\
| * WebPPictureHasTransparency: add missing pointer checkJames Zern2022-08-081-3/+6
* | vp8l_enc,AddSingleSubGreen: clear int sanitizer warningsJames Zern2022-08-081-4/+5
* | dsp/lossless_enc.c: clear int sanitizer warningsJames Zern2022-08-081-1/+1
* | dsp/lossless.c: clear int sanitizer warningsJames Zern2022-08-081-3/+3
* | dsp/lossless_enc.c: clear int sanitizer warningsJames Zern2022-08-081-6/+6
* | VP8LSubtractGreenFromBlueAndRed_C: clear int sanitizer warningsJames Zern2022-08-081-2/+2
* | upsampling_sse2.c: clear int sanitizer warningsJames Zern2022-08-081-1/+1
* | ParseOptionalChunks: clear int sanitizer warningJames Zern2022-08-081-1/+1
* | BuildHuffmanTable: clear int sanitizer warningJames Zern2022-08-081-1/+1
* | VP8GetSigned: clear int sanitizer warningsJames Zern2022-08-081-2/+2
* | dsp/lossless.c: quiet int sanitizer warningsJames Zern2022-08-081-2/+2
|/
* Merge tag 'v1.2.4'James Zern2022-08-0811-24/+24
|\
| * bump version to 1.2.4James Zern2022-08-0411-24/+24
| * lossless: fix crunch mode w/WEBP_REDUCE_SIZE1.2.3James Zern2022-08-031-19/+6
* | dsp,x86: normalize types w/_mm_cvtsi128_si32 callsJames Zern2022-08-043-28/+26
* | dsp,x86: normalize types w/_mm_cvtsi32_si128 callsJames Zern2022-08-044-22/+26
* | dsp,x86: normalize types w/_mm_set* calls (2)James Zern2022-08-043-7/+8
* | dsp,x86: normalize types w/_mm_set* callsJames Zern2022-08-039-25/+26
* | Merge changes I7111d1f7,I872cd62c into mainJames Zern2022-08-031-0/+1
|\ \
| * | libwebp.pc: add libsharpyuv to requiresChristopher Degawa2022-08-021-0/+1
* | | utils.h,WEBP_ALIGN: make bitmask unsignedJames Zern2022-08-011-1/+2
* | | add WebPInt32ToMemJames Zern2022-08-014-48/+52
|/ /
* | add WebPMemToInt32James Zern2022-07-285-20/+25
* | lossless: fix crunch mode w/WEBP_REDUCE_SIZEJames Zern2022-07-201-19/+6
|/
* dsp/cpu.h: add missing extern "C"James Zern2022-07-081-0/+9
* bump version to 1.2.3James Zern2022-06-3011-28/+28
* add WEBP_MSANJames Zern2022-06-142-0/+15
* Merge "sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv." into mainMaryla Ustarroz-Calonge2022-05-241-4/+4
|\
| * sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv.Maryla2022-05-231-4/+4
* | normalize WebPValidatePicture declaration w/definitionJames Zern2022-05-171-1/+1
|/
* Add an internal WebPValidatePicture.Vincent Rabaud2022-05-164-30/+41
* Some renamings for consistency.Vincent Rabaud2022-05-164-61/+59
* Make sure the stride has a minimum value in the importer.Vincent Rabaud2022-05-101-0/+2