aboutsummaryrefslogtreecommitdiff
path: root/Makefile.vc
AgeCommit message (Expand)Author
2024-01-31Makefile.vc: add ARM64 supportJames Zern
2024-01-12mv SharpYuvEstimate420Risk to extras/James Zern
2023-12-21Makefile.vc: add sharpyuv_risk_table.objJames Zern
2023-07-06Have the palette code be in its own file.Vincent Rabaud
2023-03-18Makefile.vc: fix img2webp link w/dynamic cfgJames Zern
2022-10-28sharpyuv: add SharpYuvGetVersion()James Zern
2022-10-26sharpyuv: add SharpYuvGetCPUInfoJames Zern
2022-10-05Update Windows makefile to build libsharpyuv library.Maryla
2022-08-11cmake: fix dll exportsJames Zern
2022-06-01sharpyuv: increase precision of gamma<->linear conversionMaryla
2022-04-09Makefile.vc: add sharpyuv_csp.obj to SHARPYUV_OBJSJames Zern
2022-03-04Make libwebp depend on libsharpyuv.Maryla
2022-02-19Makefile.vc: use /MANIFEST:EMBEDJames Zern
2021-02-18SSE4.1 version of TransformColorInverseIlya Kurdyukov
2020-10-14Makefile.vc: remove deprecated /Gm optionJames Zern
2019-12-20Makefile.vc: fix webp_quality.exe linkJames Zern
2018-11-14neon: SetResidualCoeffsJohann
2018-10-17Merge "libwebp: Unicode command tools on Windows"Yannis Guyon
2018-10-17libwebp: Unicode command tools on WindowsYannis Guyon
2018-10-16Remove AVX2 files.Vincent Rabaud
2018-03-28imagedec: support metadata reading for WebP image decodingPascal Massimino
2018-02-09remove WEBP_EXPERIMENTAL_FEATURESJames Zern
2017-12-05Makefile.vc: add missing sse41 filesJames Zern
2017-10-10WIP: list includes as descendants of the project dirJames Zern
2017-08-30anim_dump: small tool to dump frames from animated WebPPascal Massimino
2017-07-31simplify WEBP_EXTERN macroJames Zern
2017-06-25Remove the argb* files.Vincent Rabaud
2017-06-01Split cost-based backward references in its own file.Vincent Rabaud
2017-04-18NEON implementation of some Sharp-YUV420 functionsPascal Massimino
2017-03-14Add webpinfo tool.Pascal Massimino
2017-02-21move the SSIM calculation code in ssim.c / ssim_sse2.cPascal Massimino
2017-02-04fix path typo for vwebp_sdl in Makefile.vcPascal Massimino
2017-02-03Merge "vwebp_sdl: simple viewer based on SDL"Pascal Massimino
2017-02-01imageio: add limited PNM support for readingPascal Massimino
2017-01-31vwebp_sdl: simple viewer based on SDLPascal Massimino
2017-01-20Makefile.vc: fix CFG=debug-dynamic buildJames Zern
2017-01-20add .rc files for windows dll versioningJames Zern
2017-01-19src/{dec,enc,utils}: give filenames a unique suffixJames Zern
2017-01-18Makefile.vc: add get_disto.exe, webp_quality.exeJames Zern
2017-01-17NEON: implement alpha-filters (horizontal/vertical/gradient)Pascal Massimino
2017-01-11NEON: implement several alpha-processing functionsPascal Massimino
2016-12-02img2webp: convert a sequence of images to an animated webpPascal Massimino
2016-09-13Move some lossless logic out of dsp.Vincent Rabaud
2016-09-08libimageenc.a: extract image-saving code from dwebpPascal Massimino
2016-07-22Add MSA optimized YUV to RGB upsampling functionsParag Salasakar
2016-07-21move imageio/example_util.[hc] (back to) examples/James Zern
2016-07-21split example_util.hJames Zern
2016-07-20Makefile.vc: add missing imageio targetJames Zern
2016-07-19move examples/{example_util,image_dec} to imageio/James Zern
2016-07-19Add MSA optimized rescaling functionsParag Salasakar