summaryrefslogtreecommitdiff
path: root/Makefile.vc
Commit message (Expand)AuthorAgeFilesLines
* sharpyuv: add SharpYuvGetVersion()James Zern2022-10-281-1/+1
* sharpyuv: add SharpYuvGetCPUInfoJames Zern2022-10-261-0/+1
* Update Windows makefile to build libsharpyuv library.Maryla2022-10-051-7/+18
* cmake: fix dll exportsJames Zern2022-08-111-15/+1
* sharpyuv: increase precision of gamma<->linear conversionMaryla2022-06-011-0/+1
* Makefile.vc: add sharpyuv_csp.obj to SHARPYUV_OBJSJames Zern2022-04-091-0/+1
* Make libwebp depend on libsharpyuv.Maryla2022-03-041-2/+11
* Makefile.vc: use /MANIFEST:EMBEDJames Zern2022-02-191-6/+1
* SSE4.1 version of TransformColorInverseIlya Kurdyukov2021-02-181-0/+1
* Makefile.vc: remove deprecated /Gm optionJames Zern2020-10-141-1/+1
* Makefile.vc: fix webp_quality.exe linkJames Zern2019-12-201-1/+7
* neon: SetResidualCoeffsJohann2018-11-141-0/+1
* Merge "libwebp: Unicode command tools on Windows"Yannis Guyon2018-10-171-5/+12
|\
| * libwebp: Unicode command tools on WindowsYannis Guyon2018-10-171-5/+12
* | Remove AVX2 files.Vincent Rabaud2018-10-161-9/+0
|/
* imagedec: support metadata reading for WebP image decodingPascal Massimino2018-03-281-3/+8
* remove WEBP_EXPERIMENTAL_FEATURESJames Zern2018-02-091-6/+0
* Makefile.vc: add missing sse41 filesJames Zern2017-12-051-0/+2
* WIP: list includes as descendants of the project dirJames Zern2017-10-101-1/+1
* anim_dump: small tool to dump frames from animated WebPPascal Massimino2017-08-301-0/+9
* simplify WEBP_EXTERN macroJames Zern2017-07-311-1/+1
* Remove the argb* files.Vincent Rabaud2017-06-251-3/+0
* Split cost-based backward references in its own file.Vincent Rabaud2017-06-011-0/+1
* NEON implementation of some Sharp-YUV420 functionsPascal Massimino2017-04-181-0/+1
* Add webpinfo tool.Pascal Massimino2017-03-141-1/+4
* move the SSIM calculation code in ssim.c / ssim_sse2.cPascal Massimino2017-02-211-0/+2
* fix path typo for vwebp_sdl in Makefile.vcPascal Massimino2017-02-041-2/+2
* Merge "vwebp_sdl: simple viewer based on SDL"Pascal Massimino2017-02-031-1/+4
|\
| * vwebp_sdl: simple viewer based on SDLPascal Massimino2017-01-311-1/+4
* | imageio: add limited PNM support for readingPascal Massimino2017-02-011-0/+1
|/
* Makefile.vc: fix CFG=debug-dynamic buildJames Zern2017-01-201-4/+4
* add .rc files for windows dll versioningJames Zern2017-01-201-2/+15
* src/{dec,enc,utils}: give filenames a unique suffixJames Zern2017-01-191-44/+44
* Makefile.vc: add get_disto.exe, webp_quality.exeJames Zern2017-01-181-2/+22
* NEON: implement alpha-filters (horizontal/vertical/gradient)Pascal Massimino2017-01-171-0/+1
* NEON: implement several alpha-processing functionsPascal Massimino2017-01-111-0/+1
* img2webp: convert a sequence of images to an animated webpPascal Massimino2016-12-021-1/+6
* Move some lossless logic out of dsp.Vincent Rabaud2016-09-131-0/+1
* libimageenc.a: extract image-saving code from dwebpPascal Massimino2016-09-081-4/+9
* Add MSA optimized YUV to RGB upsampling functionsParag Salasakar2016-07-221-0/+1
* move imageio/example_util.[hc] (back to) examples/James Zern2016-07-211-1/+1
* split example_util.hJames Zern2016-07-211-7/+13
* Makefile.vc: add missing imageio targetJames Zern2016-07-201-0/+2
* move examples/{example_util,image_dec} to imageio/James Zern2016-07-191-8/+9
* Add MSA optimized rescaling functionsParag Salasakar2016-07-191-0/+1
* Add MSA optimized color transform functionsParag Salasakar2016-07-181-0/+1
* Add MSA optimized encoder transform functionsParag Salasakar2016-07-051-0/+1
* Add MSA optimized alpha filter functionsParag Salasakar2016-07-011-1/+2
* Add MSA optimized colorspace conversion functionsParag Salasakar2016-06-271-0/+1
* Added MSA optimized transform functionsParag Salasakar2016-06-161-0/+1